|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.AccrualsProcessingTotalReportLine
public class AccrualsProcessingTotalReportLine
| Field Summary | |
|---|---|
protected String |
accrualMethod
|
protected int |
recordsUpdated
|
protected String |
securityId
|
protected BigDecimal |
totalAccrualAmount
|
| Constructor Summary | |
|---|---|
AccrualsProcessingTotalReportLine(String securityId,
String accrualMethod)
Constructs a AccrualsProcessingTotalReportLine.java. |
|
| Method Summary | |
|---|---|
void |
addAccrualAmount(BigDecimal accrualAmount)
Adds given accrual amount to the total accrual amount for reporting. |
String |
getAccrualMethod()
Gets the accrualMethod. |
int |
getRecordsUpdated()
Gets the recordsUpdated. |
String |
getSecurityId()
Gets the securityId. |
BigDecimal |
getTotalAccrualAmount()
Gets the totalAccrualAmount |
void |
setAccrualMethod(String accrualMethod)
Sets the accrualMethod. |
void |
setRecordsUpdated(int recordsUpdated)
Sets the recordsUpdated. |
void |
setSecurityId(String securityId)
Sets the securityId. |
void |
setTotalAccrualAmount(BigDecimal totalAccrualAmount)
This method... |
protected LinkedHashMap |
toStringMapper()
|
| Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
|---|
refresh |
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String accrualMethod
protected String securityId
protected int recordsUpdated
protected BigDecimal totalAccrualAmount
| Constructor Detail |
|---|
public AccrualsProcessingTotalReportLine(String securityId,
String accrualMethod)
accrualMethod - securityId - | Method Detail |
|---|
protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public String getAccrualMethod()
public void setAccrualMethod(String accrualMethod)
accrualMethod - public String getSecurityId()
public void setSecurityId(String securityId)
securityId - public BigDecimal getTotalAccrualAmount()
public void setTotalAccrualAmount(BigDecimal totalAccrualAmount)
totalAccrualAmount - public int getRecordsUpdated()
public void setRecordsUpdated(int recordsUpdated)
recordsUpdated - public void addAccrualAmount(BigDecimal accrualAmount)
accrualAmount -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||