public class IntermediateReportRow extends Object implements Serializable
Constructor and Description |
---|
IntermediateReportRow()
the one and only constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addIntermComputedData(IntermediateDataInfo info)
adds the given DataInfo to the existing intermediate data list
|
void |
addIntermTotalsInfo(IntermediateTotalInfo info)
adds the given total info to the total info list
|
void |
addOrigDataColValue(Object dataValue)
adds the given value to the data values list
|
void |
addOrigGroupValue(Object groupValue)
adds the given group value to the existing intemediate group values list
|
void |
emptyRow()
clears all 4 lists of values
|
boolean |
equals(Object another) |
IntermComputedDataList |
getIntermComputedDataList() |
IntermComputedTotalsList |
getIntermComputedTotalsList() |
IntermOriginalGroupValuesList |
getIntermGroupValuesList() |
IntermOriginalDataColsList |
getIntermOriginalDataValuesList() |
boolean |
isLast()
returns true if this row is the last
|
void |
setLast(boolean isLast)
sets this row as being the last
|
String |
toString() |
public IntermediateReportRow()
public IntermOriginalGroupValuesList getIntermGroupValuesList()
public IntermOriginalDataColsList getIntermOriginalDataValuesList()
public IntermComputedDataList getIntermComputedDataList()
public IntermComputedTotalsList getIntermComputedTotalsList()
public void addOrigGroupValue(Object groupValue)
groupValue
- public void addOrigDataColValue(Object dataValue)
dataValue
- public void addIntermComputedData(IntermediateDataInfo info)
info
- public void addIntermTotalsInfo(IntermediateTotalInfo info)
info
- public void emptyRow()
public boolean isLast()
public void setLast(boolean isLast)
isLast
- Copyright © 2006–2015. All rights reserved.