|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ec.util.ExtractProcessReportDataHolder
public class ExtractProcessReportDataHolder
To group and hold the data presented to working reports of extract process
Field Summary | |
---|---|
static String |
KEY_OF_ERRORS_ENTRY
|
static String |
KEY_OF_STATISTICS_ENTRY
|
static String |
REPORT_NUMBER
|
static String |
REPORT_PERIOD_BEGIN
|
static String |
REPORT_PERIOD_END
|
static String |
REPORT_YEAR
|
Constructor Summary | |
---|---|
ExtractProcessReportDataHolder()
Constructs a ExtractProcessReportDataHolder.java. |
|
ExtractProcessReportDataHolder(EffortCertificationReportDefinition reportDefinition)
Constructs a ExtractProcessReportDataHolder.java. |
Method Summary | |
---|---|
Map<String,Integer> |
getBasicStatistics()
Gets the basicStatistics attribute. |
List<LedgerBalanceWithMessage> |
getLedgerBalancesWithMessage()
Gets the ledgerBalancesWithMessage attribute. |
Map<String,Object> |
getReportData()
Gets the reportData attribute. |
EffortCertificationReportDefinition |
getReportDefinition()
Gets the reportDefinition attribute. |
void |
setBasicStatistics(Map<String,Integer> basicStatistics)
Sets the basicStatistics attribute value. |
void |
setLedgerBalancesWithMessage(List<LedgerBalanceWithMessage> ledgerBalancesWithMessage)
Sets the ledgerBalancesWithMessage attribute value. |
void |
setReportDefinition(EffortCertificationReportDefinition reportDefinition)
Sets the reportDefinition attribute value. |
String |
toString()
|
void |
updateBasicStatistics(String key,
Integer count)
update the value of the entry with the given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String KEY_OF_STATISTICS_ENTRY
public static final String KEY_OF_ERRORS_ENTRY
public static final String REPORT_YEAR
public static final String REPORT_NUMBER
public static final String REPORT_PERIOD_BEGIN
public static final String REPORT_PERIOD_END
Constructor Detail |
---|
public ExtractProcessReportDataHolder()
public ExtractProcessReportDataHolder(EffortCertificationReportDefinition reportDefinition)
reportDefinition
- Method Detail |
---|
public void updateBasicStatistics(String key, Integer count)
key
- the given keycount
- the given countpublic EffortCertificationReportDefinition getReportDefinition()
public void setReportDefinition(EffortCertificationReportDefinition reportDefinition)
reportDefinition
- The reportDefinition to set.public Map<String,Integer> getBasicStatistics()
public void setBasicStatistics(Map<String,Integer> basicStatistics)
basicStatistics
- The basicStatistics to set.public List<LedgerBalanceWithMessage> getLedgerBalancesWithMessage()
public void setLedgerBalancesWithMessage(List<LedgerBalanceWithMessage> ledgerBalancesWithMessage)
ledgerBalancesWithMessage
- The ledgerBalancesWithMessage to set.public Map<String,Object> getReportData()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |