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