|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cab.businessobject.AccountLineGroup
public abstract class AccountLineGroup
Base account line group class which assist in easy group by clause
Field Summary | |
---|---|
protected String |
accountNumber
|
protected org.kuali.rice.kns.util.KualiDecimal |
amount
|
protected String |
chartOfAccountsCode
|
protected String |
documentNumber
|
protected String |
financialObjectCode
|
protected String |
financialSubObjectCode
|
protected String |
organizationReferenceId
|
protected String |
projectCode
|
protected String |
referenceFinancialDocumentNumber
|
protected String |
subAccountNumber
|
protected String |
universityFiscalPeriodCode
|
protected Integer |
universityFiscalYear
|
Constructor Summary | |
---|---|
AccountLineGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Overridden so that group by statement can be easily implemented. |
String |
getAccountNumber()
Gets the accountNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getAmount()
Gets the absAmout attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
String |
getDocumentNumber()
Gets the documentNumber attribute. |
String |
getFinancialObjectCode()
Gets the financialObjectCode attribute. |
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute. |
String |
getOrganizationReferenceId()
Gets the organizationReferenceId attribute. |
String |
getProjectCode()
Gets the projectCode attribute. |
String |
getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber attribute. |
String |
getSubAccountNumber()
Gets the subAccountNumber attribute. |
String |
getUniversityFiscalPeriodCode()
Gets the universityFiscalPeriodCode attribute. |
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute. |
int |
hashCode()
Overridden so that group by statement can be easily implemented. |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute. |
void |
setAmount(org.kuali.rice.kns.util.KualiDecimal absAmount)
Sets the amount attribute. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute. |
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute. |
void |
setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute. |
void |
setOrganizationReferenceId(String organizationReferenceId)
Sets the organizationReferenceId attribute value. |
void |
setProjectCode(String projectCode)
Sets the projectCode attribute value. |
void |
setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber attribute. |
void |
setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute. |
void |
setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
Sets the universityFiscalPeriodCode attribute. |
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Integer universityFiscalYear
protected String chartOfAccountsCode
protected String accountNumber
protected String subAccountNumber
protected String financialObjectCode
protected String financialSubObjectCode
protected String universityFiscalPeriodCode
protected String documentNumber
protected String referenceFinancialDocumentNumber
protected String projectCode
protected String organizationReferenceId
protected org.kuali.rice.kns.util.KualiDecimal amount
Constructor Detail |
---|
public AccountLineGroup()
Method Detail |
---|
public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.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 String getUniversityFiscalPeriodCode()
public void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
universityFiscalPeriodCode
- The universityFiscalPeriodCode to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public String getReferenceFinancialDocumentNumber()
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
referenceFinancialDocumentNumber
- The referenceFinancialDocumentNumber 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 boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |