org.kuali.kfs.module.endow.businessobject
Class AccrualsProcessingTotalReportLine

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.AccrualsProcessingTotalReportLine
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class AccrualsProcessingTotalReportLine
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

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

accrualMethod

protected String accrualMethod

securityId

protected String securityId

recordsUpdated

protected int recordsUpdated

totalAccrualAmount

protected BigDecimal totalAccrualAmount
Constructor Detail

AccrualsProcessingTotalReportLine

public AccrualsProcessingTotalReportLine(String securityId,
                                         String accrualMethod)
Constructs a AccrualsProcessingTotalReportLine.java.

Parameters:
accrualMethod -
securityId -
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getAccrualMethod

public String getAccrualMethod()
Gets the accrualMethod.

Returns:
accrualMethod

setAccrualMethod

public void setAccrualMethod(String accrualMethod)
Sets the accrualMethod.

Parameters:
accrualMethod -

getSecurityId

public String getSecurityId()
Gets the securityId.

Returns:
securityId

setSecurityId

public void setSecurityId(String securityId)
Sets the securityId.

Parameters:
securityId -

getTotalAccrualAmount

public BigDecimal getTotalAccrualAmount()
Gets the totalAccrualAmount

Returns:

setTotalAccrualAmount

public void setTotalAccrualAmount(BigDecimal totalAccrualAmount)
This method...

Parameters:
totalAccrualAmount -

getRecordsUpdated

public int getRecordsUpdated()
Gets the recordsUpdated.

Returns:
recordsUpdated

setRecordsUpdated

public void setRecordsUpdated(int recordsUpdated)
Sets the recordsUpdated.

Parameters:
recordsUpdated -

addAccrualAmount

public void addAccrualAmount(BigDecimal accrualAmount)
Adds given accrual amount to the total accrual amount for reporting.

Parameters:
accrualAmount -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.