|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.purap.service.impl.PurapAccountRevisionGroup
public class PurapAccountRevisionGroup
Purap account history grouping
Field Summary | |
---|---|
protected String |
accountNumber
|
protected org.kuali.rice.kns.util.KualiDecimal |
amount
|
protected String |
chartOfAccountsCode
|
protected String |
financialObjectCode
|
protected String |
financialSubObjectCode
|
protected Integer |
itemIdentifier
|
protected String |
postingPeriodCode
|
protected Integer |
postingYear
|
protected String |
subAccountNumber
|
Constructor Summary | |
---|---|
PurapAccountRevisionGroup(PurApAccountingLineBase entry)
|
Method Summary | |
---|---|
PurApAccountingLineBase |
buildRevisionRecord(Class<? extends PurApAccountingLineBase> clazz)
|
void |
combineEntry(PurApAccountingLineBase newEntry)
This method will combine multiple Purap account entries for the same account line group. |
boolean |
equals(Object obj)
Overridden so that group by statement can be easily implemented. |
BigDecimal |
getAccountLinePercent()
Gets the accountLinePercent attribute. |
String |
getAccountNumber()
Gets the accountNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getAmount()
Gets the absAmout attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getChangeAmount()
Gets the changeAmount attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
String |
getFinancialObjectCode()
Gets the financialObjectCode attribute. |
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute. |
Integer |
getItemIdentifier()
Gets the itemIdentifier attribute. |
String |
getOrganizationReferenceId()
Gets the organizationReferenceId attribute. |
String |
getPostingPeriodCode()
Gets the postingPeriodCode attribute. |
Integer |
getPostingYear()
Gets the postingYear attribute. |
String |
getProjectCode()
Gets the projectCode attribute. |
String |
getSubAccountNumber()
Gets the subAccountNumber attribute. |
int |
hashCode()
Overridden so that group by statement can be easily implemented. |
protected String |
replaceFiller(String val)
|
void |
setAccountLinePercent(BigDecimal accountLinePercent)
Sets the accountLinePercent attribute value. |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute. |
void |
setAmount(org.kuali.rice.kns.util.KualiDecimal absAmount)
Sets the amount attribute. |
void |
setChangeAmount(org.kuali.rice.kns.util.KualiDecimal changeAmount)
Sets the changeAmount attribute value. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. |
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute. |
void |
setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute. |
void |
setItemIdentifier(Integer itemIdentifier)
Sets the itemIdentifier attribute value. |
void |
setOrganizationReferenceId(String organizationReferenceId)
Sets the organizationReferenceId attribute value. |
void |
setPostingPeriodCode(String postingPeriodCode)
Sets the postingPeriodCode attribute value. |
void |
setPostingYear(Integer postingYear)
Sets the postingYear attribute value. |
void |
setProjectCode(String projectCode)
Sets the projectCode attribute value. |
void |
setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String chartOfAccountsCode
protected String accountNumber
protected String subAccountNumber
protected String financialObjectCode
protected String financialSubObjectCode
protected Integer postingYear
protected String postingPeriodCode
protected org.kuali.rice.kns.util.KualiDecimal amount
protected Integer itemIdentifier
Constructor Detail |
---|
public PurapAccountRevisionGroup(PurApAccountingLineBase entry)
Method Detail |
---|
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The financialObjectCode to set.public String getFinancialSubObjectCode()
public void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode
- The financialSubObjectCode to set.public Integer getPostingYear()
public void setPostingYear(Integer postingYear)
postingYear
- The postingYear to set.public String getPostingPeriodCode()
public void setPostingPeriodCode(String postingPeriodCode)
postingPeriodCode
- The postingPeriodCode to set.public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
protected String replaceFiller(String val)
public int hashCode()
hashCode
in class Object
java.lang.Object#hashCode(java.lang.Object)
public org.kuali.rice.kns.util.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.kns.util.KualiDecimal absAmount)
amount
- The amount to set.public String toString()
toString
in class Object
public Integer getItemIdentifier()
public void setItemIdentifier(Integer itemIdentifier)
itemIdentifier
- The itemIdentifier to set.public void combineEntry(PurApAccountingLineBase newEntry)
entry
- PurApAccountingLineBasepublic org.kuali.rice.kns.util.KualiDecimal getChangeAmount()
public void setChangeAmount(org.kuali.rice.kns.util.KualiDecimal changeAmount)
changeAmount
- The changeAmount to set.public String getProjectCode()
public void setProjectCode(String projectCode)
projectCode
- The projectCode to set.public String getOrganizationReferenceId()
public void setOrganizationReferenceId(String organizationReferenceId)
organizationReferenceId
- The organizationReferenceId to set.public BigDecimal getAccountLinePercent()
public void setAccountLinePercent(BigDecimal accountLinePercent)
accountLinePercent
- The accountLinePercent to set.public PurApAccountingLineBase buildRevisionRecord(Class<? extends PurApAccountingLineBase> clazz)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |