org.kuali.kfs.module.ld.businessobject
Class LedgerBalanceForYearEndBalanceForward

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.ld.businessobject.LedgerBalanceForYearEndBalanceForward
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class LedgerBalanceForYearEndBalanceForward
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
LedgerBalanceForYearEndBalanceForward()
           
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 org.kuali.rice.kns.util.KualiDecimal getAccountLineAnnualBalanceAmount()
          Gets the accountLineAnnualBalanceAmount attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getContractsGrantsBeginningBalanceAmount()
          Gets the contractsGrantsBeginningBalanceAmount attribute.
 String getEmplid()
          Gets the emplid attribute.
 String getFinancialBalanceTypeCode()
          Gets the financialBalanceTypeCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialBeginningBalanceLineAmount()
          Gets the financialBeginningBalanceLineAmount attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialObjectFringeOrSalaryCode()
          Gets the financialObjectFringeOrSalaryCode attribute.
 String getFinancialObjectTypeCode()
          Gets the financialObjectTypeCode attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 SystemOptions getOption()
          Gets the option attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Timestamp getTransactionDateTimeStamp()
          Gets the transactionDateTimeStamp attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setAccount(Account account)
          Sets the account attribute value.
 void setAccountLineAnnualBalanceAmount(org.kuali.rice.kns.util.KualiDecimal accountLineAnnualBalanceAmount)
          Sets the accountLineAnnualBalanceAmount attribute value.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute value.
 void setChartOfAccounts(Chart chartOfAccounts)
          Sets the chartOfAccounts attribute value.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute value.
 void setContractsGrantsBeginningBalanceAmount(org.kuali.rice.kns.util.KualiDecimal contractsGrantsBeginningBalanceAmount)
          Sets the contractsGrantsBeginningBalanceAmount attribute value.
 void setEmplid(String emplid)
          Sets the emplid attribute value.
 void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
          Sets the financialBalanceTypeCode attribute value.
 void setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal financialBeginningBalanceLineAmount)
          Sets the financialBeginningBalanceLineAmount attribute value.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute value.
 void setFinancialObjectFringeOrSalaryCode(String financialObjectFringeOrSalaryCode)
          Sets the financialObjectFringeOrSalaryCode attribute value.
 void setFinancialObjectTypeCode(String financialObjectTypeCode)
          Sets the financialObjectTypeCode attribute value.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute value.
 void setOption(SystemOptions option)
          Sets the option attribute value.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
          Sets the transactionDateTimeStamp attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute value.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

LedgerBalanceForYearEndBalanceForward

public LedgerBalanceForYearEndBalanceForward()
Method Detail

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

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

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 value.

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 value.

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 value.

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 value.

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 value.

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getFinancialBalanceTypeCode

public String getFinancialBalanceTypeCode()
Gets the financialBalanceTypeCode attribute.

Returns:
Returns the financialBalanceTypeCode.

setFinancialBalanceTypeCode

public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
Sets the financialBalanceTypeCode attribute value.

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

getPositionNumber

public String getPositionNumber()
Gets the positionNumber attribute.

Returns:
Returns the positionNumber.

setPositionNumber

public void setPositionNumber(String positionNumber)
Sets the positionNumber attribute value.

Parameters:
positionNumber - The positionNumber to set.

getEmplid

public String getEmplid()
Gets the emplid attribute.

Returns:
Returns the emplid.

setEmplid

public void setEmplid(String emplid)
Sets the emplid attribute value.

Parameters:
emplid - The emplid to set.

getFinancialObjectFringeOrSalaryCode

public String getFinancialObjectFringeOrSalaryCode()
Gets the financialObjectFringeOrSalaryCode attribute.

Returns:
Returns the financialObjectFringeOrSalaryCode.

setFinancialObjectFringeOrSalaryCode

public void setFinancialObjectFringeOrSalaryCode(String financialObjectFringeOrSalaryCode)
Sets the financialObjectFringeOrSalaryCode attribute value.

Parameters:
financialObjectFringeOrSalaryCode - The financialObjectFringeOrSalaryCode to set.

getAccountLineAnnualBalanceAmount

public org.kuali.rice.kns.util.KualiDecimal getAccountLineAnnualBalanceAmount()
Gets the accountLineAnnualBalanceAmount attribute.

Returns:
Returns the accountLineAnnualBalanceAmount.

setAccountLineAnnualBalanceAmount

public void setAccountLineAnnualBalanceAmount(org.kuali.rice.kns.util.KualiDecimal accountLineAnnualBalanceAmount)
Sets the accountLineAnnualBalanceAmount attribute value.

Parameters:
accountLineAnnualBalanceAmount - The accountLineAnnualBalanceAmount to set.

getFinancialBeginningBalanceLineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialBeginningBalanceLineAmount()
Gets the financialBeginningBalanceLineAmount attribute.

Returns:
Returns the financialBeginningBalanceLineAmount.

setFinancialBeginningBalanceLineAmount

public void setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal financialBeginningBalanceLineAmount)
Sets the financialBeginningBalanceLineAmount attribute value.

Parameters:
financialBeginningBalanceLineAmount - The financialBeginningBalanceLineAmount to set.

getContractsGrantsBeginningBalanceAmount

public org.kuali.rice.kns.util.KualiDecimal getContractsGrantsBeginningBalanceAmount()
Gets the contractsGrantsBeginningBalanceAmount attribute.

Returns:
Returns the contractsGrantsBeginningBalanceAmount.

setContractsGrantsBeginningBalanceAmount

public void setContractsGrantsBeginningBalanceAmount(org.kuali.rice.kns.util.KualiDecimal contractsGrantsBeginningBalanceAmount)
Sets the contractsGrantsBeginningBalanceAmount attribute value.

Parameters:
contractsGrantsBeginningBalanceAmount - The contractsGrantsBeginningBalanceAmount to set.

getTransactionDateTimeStamp

public Timestamp getTransactionDateTimeStamp()
Gets the transactionDateTimeStamp attribute.

Returns:
Returns the transactionDateTimeStamp.

setTransactionDateTimeStamp

public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
Sets the transactionDateTimeStamp attribute value.

Parameters:
transactionDateTimeStamp - The transactionDateTimeStamp to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts.

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Sets the chartOfAccounts attribute value.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account.

setAccount

public void setAccount(Account account)
Sets the account attribute value.

Parameters:
account - The account to set.

getOption

public SystemOptions getOption()
Gets the option attribute.

Returns:
Returns the option.

setOption

public void setOption(SystemOptions option)
Sets the option attribute value.

Parameters:
option - The option to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


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