org.kuali.kfs.module.cam.batch
Class AssetPaymentInfo

java.lang.Object
  extended by org.kuali.kfs.module.cam.batch.AssetPaymentInfo

public class AssetPaymentInfo
extends Object

Value Object (not OJB aware) class to bring information required by Depreciation Job this avoid unnecessary calls to DB for reference information required by the processing and eases the use of memory and DB calls by OJB


Constructor Summary
AssetPaymentInfo()
           
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal getAccumulatedPrimaryDepreciationAmount()
          Gets the accumulatedPrimaryDepreciationAmount attribute.
 String getCampusPlantAccountNumber()
          Gets the campusPlantAccountNumber attribute.
 String getCampusPlantChartCode()
          Gets the campusPlantChartCode attribute.
 Long getCapitalAssetNumber()
          Gets the capitalAssetNumber attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 Integer getDepreciableLifeLimit()
          Gets the depreciableLifeLimit attribute.
 Date getDepreciationDate()
          Gets the depreciationDate attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialObjectSubTypeCode()
          Gets the financialObjectSubTypeCode attribute.
 String getFinancialObjectTypeCode()
          Gets the financialObjectTypeCode attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 String getOrganizationPlantAccountNumber()
          Gets the organizationPlantAccountNumber attribute.
 String getOrganizationPlantChartCode()
          Gets the organizationPlantChartCode attribute.
 Integer getPaymentSequenceNumber()
          Gets the paymentSequenceNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getPrimaryDepreciationBaseAmount()
          Gets the primaryDepreciationBaseAmount attribute.
 String getPrimaryDepreciationMethodCode()
          Gets the primaryDepreciationMethodCode attribute.
 String getProjectCode()
          Gets the projectCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getSalvageAmount()
          Gets the salvageAmount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getTransactionAmount()
          Gets the transactionAmount attribute.
 void setAccumulatedPrimaryDepreciationAmount(org.kuali.rice.kns.util.KualiDecimal accumulatedPrimaryDepreciationAmount)
          Sets the accumulatedPrimaryDepreciationAmount attribute value.
 void setCampusPlantAccountNumber(String campusPlantAccountNumber)
          Sets the campusPlantAccountNumber attribute value.
 void setCampusPlantChartCode(String campusPlantChartCode)
          Sets the campusPlantChartCode attribute value.
 void setCapitalAssetNumber(Long capitalAssetNumber)
          Sets the capitalAssetNumber attribute value.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute value.
 void setDepreciableLifeLimit(Integer depreciableLifeLimit)
          Sets the depreciableLifeLimit attribute value.
 void setDepreciationDate(Date depreciationDate)
          Sets the depreciationDate attribute value.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute value.
 void setFinancialObjectSubTypeCode(String financialObjectSubTypeCode)
          Sets the financialObjectSubTypeCode attribute value.
 void setFinancialObjectTypeCode(String financialObjectTypeCode)
          Sets the financialObjectTypeCode attribute value.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute value.
 void setOrganizationPlantAccountNumber(String organizationPlantAccountNumber)
          Sets the organizationPlantAccountNumber attribute value.
 void setOrganizationPlantChartCode(String organizationPlantChartCode)
          Sets the organizationPlantChartCode attribute value.
 void setPaymentSequenceNumber(Integer paymentSequenceNumber)
          Sets the paymentSequenceNumber attribute value.
 void setPrimaryDepreciationBaseAmount(org.kuali.rice.kns.util.KualiDecimal primaryDepreciationBaseAmount)
          Sets the primaryDepreciationBaseAmount attribute value.
 void setPrimaryDepreciationMethodCode(String primaryDepreciationMethodCode)
          Sets the primaryDepreciationMethodCode attribute value.
 void setProjectCode(String projectCode)
          Sets the projectCode attribute value.
 void setSalvageAmount(org.kuali.rice.kns.util.KualiDecimal salvageAmount)
          Sets the salvageAmount attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 void setTransactionAmount(org.kuali.rice.kns.util.KualiDecimal transactionAmount)
          Sets the transactionAmount attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetPaymentInfo

public AssetPaymentInfo()
Method Detail

getCapitalAssetNumber

public Long getCapitalAssetNumber()
Gets the capitalAssetNumber attribute.

Returns:
Returns the capitalAssetNumber.

setCapitalAssetNumber

public void setCapitalAssetNumber(Long capitalAssetNumber)
Sets the capitalAssetNumber attribute value.

Parameters:
capitalAssetNumber - The capitalAssetNumber to set.

getPaymentSequenceNumber

public Integer getPaymentSequenceNumber()
Gets the paymentSequenceNumber attribute.

Returns:
Returns the paymentSequenceNumber.

setPaymentSequenceNumber

public void setPaymentSequenceNumber(Integer paymentSequenceNumber)
Sets the paymentSequenceNumber attribute value.

Parameters:
paymentSequenceNumber - The paymentSequenceNumber to set.

getDepreciationDate

public Date getDepreciationDate()
Gets the depreciationDate attribute.

Returns:
Returns the depreciationDate.

setDepreciationDate

public void setDepreciationDate(Date depreciationDate)
Sets the depreciationDate attribute value.

Parameters:
depreciationDate - The depreciationDate to set.

getDepreciableLifeLimit

public Integer getDepreciableLifeLimit()
Gets the depreciableLifeLimit attribute.

Returns:
Returns the depreciableLifeLimit.

setDepreciableLifeLimit

public void setDepreciableLifeLimit(Integer depreciableLifeLimit)
Sets the depreciableLifeLimit attribute value.

Parameters:
depreciableLifeLimit - The depreciableLifeLimit to set.

getOrganizationPlantAccountNumber

public String getOrganizationPlantAccountNumber()
Gets the organizationPlantAccountNumber attribute.

Returns:
Returns the organizationPlantAccountNumber.

setOrganizationPlantAccountNumber

public void setOrganizationPlantAccountNumber(String organizationPlantAccountNumber)
Sets the organizationPlantAccountNumber attribute value.

Parameters:
organizationPlantAccountNumber - The organizationPlantAccountNumber to set.

getOrganizationPlantChartCode

public String getOrganizationPlantChartCode()
Gets the organizationPlantChartCode attribute.

Returns:
Returns the organizationPlantChartCode.

setOrganizationPlantChartCode

public void setOrganizationPlantChartCode(String organizationPlantChartCode)
Sets the organizationPlantChartCode attribute value.

Parameters:
organizationPlantChartCode - The organizationPlantChartCode to set.

getPrimaryDepreciationMethodCode

public String getPrimaryDepreciationMethodCode()
Gets the primaryDepreciationMethodCode attribute.

Returns:
Returns the primaryDepreciationMethodCode.

setPrimaryDepreciationMethodCode

public void setPrimaryDepreciationMethodCode(String primaryDepreciationMethodCode)
Sets the primaryDepreciationMethodCode attribute value.

Parameters:
primaryDepreciationMethodCode - The primaryDepreciationMethodCode to set.

getSalvageAmount

public org.kuali.rice.kns.util.KualiDecimal getSalvageAmount()
Gets the salvageAmount attribute.

Returns:
Returns the salvageAmount.

setSalvageAmount

public void setSalvageAmount(org.kuali.rice.kns.util.KualiDecimal salvageAmount)
Sets the salvageAmount attribute value.

Parameters:
salvageAmount - The salvageAmount to set.

getCampusPlantChartCode

public String getCampusPlantChartCode()
Gets the campusPlantChartCode attribute.

Returns:
Returns the campusPlantChartCode.

setCampusPlantChartCode

public void setCampusPlantChartCode(String campusPlantChartCode)
Sets the campusPlantChartCode attribute value.

Parameters:
campusPlantChartCode - The campusPlantChartCode to set.

getCampusPlantAccountNumber

public String getCampusPlantAccountNumber()
Gets the campusPlantAccountNumber attribute.

Returns:
Returns the campusPlantAccountNumber.

setCampusPlantAccountNumber

public void setCampusPlantAccountNumber(String campusPlantAccountNumber)
Sets the campusPlantAccountNumber attribute value.

Parameters:
campusPlantAccountNumber - The campusPlantAccountNumber to set.

getFinancialObjectSubTypeCode

public String getFinancialObjectSubTypeCode()
Gets the financialObjectSubTypeCode attribute.

Returns:
Returns the financialObjectSubTypeCode.

setFinancialObjectSubTypeCode

public void setFinancialObjectSubTypeCode(String financialObjectSubTypeCode)
Sets the financialObjectSubTypeCode attribute value.

Parameters:
financialObjectSubTypeCode - The financialObjectSubTypeCode to set.

getFinancialObjectTypeCode

public String getFinancialObjectTypeCode()
Gets the financialObjectTypeCode attribute.

Returns:
Returns the financialObjectTypeCode.

setFinancialObjectTypeCode

public void setFinancialObjectTypeCode(String financialObjectTypeCode)
Sets the financialObjectTypeCode attribute value.

Parameters:
financialObjectTypeCode - The financialObjectTypeCode to set.

getPrimaryDepreciationBaseAmount

public org.kuali.rice.kns.util.KualiDecimal getPrimaryDepreciationBaseAmount()
Gets the primaryDepreciationBaseAmount attribute.

Returns:
Returns the primaryDepreciationBaseAmount.

setPrimaryDepreciationBaseAmount

public void setPrimaryDepreciationBaseAmount(org.kuali.rice.kns.util.KualiDecimal primaryDepreciationBaseAmount)
Sets the primaryDepreciationBaseAmount attribute value.

Parameters:
primaryDepreciationBaseAmount - The primaryDepreciationBaseAmount to set.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode.

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute value.

Parameters:
financialObjectCode - The financialObjectCode to set.

getAccumulatedPrimaryDepreciationAmount

public org.kuali.rice.kns.util.KualiDecimal getAccumulatedPrimaryDepreciationAmount()
Gets the accumulatedPrimaryDepreciationAmount attribute.

Returns:
Returns the accumulatedPrimaryDepreciationAmount.

setAccumulatedPrimaryDepreciationAmount

public void setAccumulatedPrimaryDepreciationAmount(org.kuali.rice.kns.util.KualiDecimal accumulatedPrimaryDepreciationAmount)
Sets the accumulatedPrimaryDepreciationAmount attribute value.

Parameters:
accumulatedPrimaryDepreciationAmount - The accumulatedPrimaryDepreciationAmount to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber.

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute value.

Parameters:
subAccountNumber - The subAccountNumber to set.

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode.

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute value.

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getProjectCode

public String getProjectCode()
Gets the projectCode attribute.

Returns:
Returns the projectCode.

setProjectCode

public void setProjectCode(String projectCode)
Sets the projectCode attribute value.

Parameters:
projectCode - The projectCode to set.

getTransactionAmount

public org.kuali.rice.kns.util.KualiDecimal getTransactionAmount()
Gets the transactionAmount attribute.

Returns:
Returns the transactionAmount.

setTransactionAmount

public void setTransactionAmount(org.kuali.rice.kns.util.KualiDecimal transactionAmount)
Sets the transactionAmount attribute value.

Parameters:
transactionAmount - The transactionAmount to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.


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