org.kuali.kfs.module.cab.businessobject
Class AccountLineGroup

java.lang.Object
  extended by org.kuali.kfs.module.cab.businessobject.AccountLineGroup
Direct Known Subclasses:
GlAccountLineGroup, PurApAccountLineGroup

public abstract class AccountLineGroup
extends Object

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

universityFiscalYear

protected Integer universityFiscalYear

chartOfAccountsCode

protected String chartOfAccountsCode

accountNumber

protected String accountNumber

subAccountNumber

protected String subAccountNumber

financialObjectCode

protected String financialObjectCode

financialSubObjectCode

protected String financialSubObjectCode

universityFiscalPeriodCode

protected String universityFiscalPeriodCode

documentNumber

protected String documentNumber

referenceFinancialDocumentNumber

protected String referenceFinancialDocumentNumber

projectCode

protected String projectCode

organizationReferenceId

protected String organizationReferenceId

amount

protected org.kuali.rice.kns.util.KualiDecimal amount
Constructor Detail

AccountLineGroup

public AccountLineGroup()
Method Detail

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

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

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber

setSubAccountNumber

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

Parameters:
subAccountNumber - The subAccountNumber to set.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

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

Parameters:
financialObjectCode - The financialObjectCode to set.

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode

setFinancialSubObjectCode

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

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getUniversityFiscalPeriodCode

public String getUniversityFiscalPeriodCode()
Gets the universityFiscalPeriodCode attribute.

Returns:
Returns the universityFiscalPeriodCode

setUniversityFiscalPeriodCode

public void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
Sets the universityFiscalPeriodCode attribute.

Parameters:
universityFiscalPeriodCode - The universityFiscalPeriodCode to set.

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getReferenceFinancialDocumentNumber

public String getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber attribute.

Returns:
Returns the referenceFinancialDocumentNumber

setReferenceFinancialDocumentNumber

public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber attribute.

Parameters:
referenceFinancialDocumentNumber - The referenceFinancialDocumentNumber 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.

getOrganizationReferenceId

public String getOrganizationReferenceId()
Gets the organizationReferenceId attribute.

Returns:
Returns the organizationReferenceId.

setOrganizationReferenceId

public void setOrganizationReferenceId(String organizationReferenceId)
Sets the organizationReferenceId attribute value.

Parameters:
organizationReferenceId - The organizationReferenceId to set.

equals

public boolean equals(Object obj)
Overridden so that group by statement can be easily implemented.
  • DO NOT REMOVE this method, it is critical to reconciliation process
  • Overrides:
    equals in class Object
    See Also:
    Object.equals(java.lang.Object)

    hashCode

    public int hashCode()
    Overridden so that group by statement can be easily implemented.
  • DO NOT REMOVE this method, it is critical to reconciliation process
  • Overrides:
    hashCode in class Object
    See Also:
    java.lang.Object#hashCode(java.lang.Object)

    getAmount

    public org.kuali.rice.kns.util.KualiDecimal getAmount()
    Gets the absAmout attribute.

    Returns:
    Returns the absAmout

    setAmount

    public void setAmount(org.kuali.rice.kns.util.KualiDecimal absAmount)
    Sets the amount attribute.

    Parameters:
    amount - The amount to set.

    toString

    public String toString()
    Overrides:
    toString in class Object


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