|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cam.batch.AssetPaymentInfo
public class AssetPaymentInfo
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 |
---|
public AssetPaymentInfo()
Method Detail |
---|
public Long getCapitalAssetNumber()
public void setCapitalAssetNumber(Long capitalAssetNumber)
capitalAssetNumber
- The capitalAssetNumber to set.public Integer getPaymentSequenceNumber()
public void setPaymentSequenceNumber(Integer paymentSequenceNumber)
paymentSequenceNumber
- The paymentSequenceNumber to set.public Date getDepreciationDate()
public void setDepreciationDate(Date depreciationDate)
depreciationDate
- The depreciationDate to set.public Integer getDepreciableLifeLimit()
public void setDepreciableLifeLimit(Integer depreciableLifeLimit)
depreciableLifeLimit
- The depreciableLifeLimit to set.public String getOrganizationPlantAccountNumber()
public void setOrganizationPlantAccountNumber(String organizationPlantAccountNumber)
organizationPlantAccountNumber
- The organizationPlantAccountNumber to set.public String getOrganizationPlantChartCode()
public void setOrganizationPlantChartCode(String organizationPlantChartCode)
organizationPlantChartCode
- The organizationPlantChartCode to set.public String getPrimaryDepreciationMethodCode()
public void setPrimaryDepreciationMethodCode(String primaryDepreciationMethodCode)
primaryDepreciationMethodCode
- The primaryDepreciationMethodCode to set.public org.kuali.rice.kns.util.KualiDecimal getSalvageAmount()
public void setSalvageAmount(org.kuali.rice.kns.util.KualiDecimal salvageAmount)
salvageAmount
- The salvageAmount to set.public String getCampusPlantChartCode()
public void setCampusPlantChartCode(String campusPlantChartCode)
campusPlantChartCode
- The campusPlantChartCode to set.public String getCampusPlantAccountNumber()
public void setCampusPlantAccountNumber(String campusPlantAccountNumber)
campusPlantAccountNumber
- The campusPlantAccountNumber to set.public String getFinancialObjectSubTypeCode()
public void setFinancialObjectSubTypeCode(String financialObjectSubTypeCode)
financialObjectSubTypeCode
- The financialObjectSubTypeCode to set.public String getFinancialObjectTypeCode()
public void setFinancialObjectTypeCode(String financialObjectTypeCode)
financialObjectTypeCode
- The financialObjectTypeCode to set.public org.kuali.rice.kns.util.KualiDecimal getPrimaryDepreciationBaseAmount()
public void setPrimaryDepreciationBaseAmount(org.kuali.rice.kns.util.KualiDecimal primaryDepreciationBaseAmount)
primaryDepreciationBaseAmount
- The primaryDepreciationBaseAmount to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The financialObjectCode to set.public org.kuali.rice.kns.util.KualiDecimal getAccumulatedPrimaryDepreciationAmount()
public void setAccumulatedPrimaryDepreciationAmount(org.kuali.rice.kns.util.KualiDecimal accumulatedPrimaryDepreciationAmount)
accumulatedPrimaryDepreciationAmount
- The accumulatedPrimaryDepreciationAmount to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.public String getFinancialSubObjectCode()
public void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode
- The financialSubObjectCode to set.public String getProjectCode()
public void setProjectCode(String projectCode)
projectCode
- The projectCode to set.public org.kuali.rice.kns.util.KualiDecimal getTransactionAmount()
public void setTransactionAmount(org.kuali.rice.kns.util.KualiDecimal transactionAmount)
transactionAmount
- The transactionAmount to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |