Package org.bgerp.plugin.report.model
Class Record
java.lang.Object
org.bgerp.plugin.report.model.Record
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Record
-
-
Method Details
-
add
Add value of the next column- Parameters:
value- the value- Returns:
- the record
-
get
Get a value by column ID- Parameters:
id- the column ID- Returns:
- the value
- Throws:
IllegalArgumentException- - no column found
-
getString
Get a value formatted to string by column ID- Parameters:
id- the column ID- Returns:
- the formatted value
- Throws:
IllegalArgumentException- - no column found
-
pos
public int pos()Get position forResultSet. Starts from 1, and for each call incremented on 1.- Returns:
- the position
-
getData
-