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

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

public class AccountStatusBaseFunds
extends LedgerBalance

Labor business object for Account Status (Base Funds).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AccountStatusBaseFunds()
          Default constructor.
 
Method Summary
 boolean equals(Object obj)
           
 org.kuali.rice.kns.util.KualiDecimal getBaseBudgetAmount()
          Gets the baseBudgetAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getBaseCSFVarianceAmount()
          Gets the baseCSFVarianceAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getCsfAmount()
          Gets the csfAmount attribute.
 int hashCode()
           
 void setBaseBudgetAmount(org.kuali.rice.kns.util.KualiDecimal baseBudgetAmount)
          Sets the baseBudgetAmount attribute value.
 void setBaseCSFVarianceAmount(org.kuali.rice.kns.util.KualiDecimal baseCSFVarianceAmount)
          Sets the baseCSFVarianceAmount attribute value.
 void setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
          Sets the csfAmount attribute value.
 
Methods inherited from class org.kuali.kfs.module.ld.businessobject.LedgerBalance
addAmount, getAmountByPeriod, getBalanceTypeCode, getChart, getChartOfAccounts, getEmplid, getFinancialBalanceTypeCode, getFinancialBeginningBalanceLineAmount, getFinancialObjectCode, getFinancialObjectType, getFinancialObjectTypeCode, getFinancialSubObjectCode, getLaborLedgerObject, getLaborObject, getLedgerPerson, getPositionNumber, getPrimaryKeyList, getTransactionDateTimeStamp, setBalanceTypeCode, setChart, setChartOfAccounts, setEmplid, setFinancialBalanceTypeCode, setFinancialBeginningBalanceLineAmount, setFinancialObjectCode, setFinancialObjectType, setFinancialObjectTypeCode, setFinancialSubObjectCode, setLaborLedgerObject, setLaborObject, setLedgerPerson, setPositionNumber, setTransactionDateTimeStamp, toStringMapper
 
Methods inherited from class org.kuali.kfs.gl.businessobject.Balance
getAccount, getAccountLineAnnualBalanceAmount, getAccountNumber, getAmount, getBalanceType, getBeginningBalanceLineAmount, getChartOfAccountsCode, getCombinedBeginningBalanceAmount, getContractsGrantsBeginningBalanceAmount, getDummyBusinessObject, getFinancialObject, getFinancialSubObject, getFundGroup, getMonth10Amount, getMonth11Amount, getMonth12Amount, getMonth13Amount, getMonth1Amount, getMonth2Amount, getMonth3Amount, getMonth4Amount, getMonth5Amount, getMonth6Amount, getMonth7Amount, getMonth8Amount, getMonth9Amount, getObjectCode, getObjectType, getObjectTypeCode, getOption, getPriorYearAccount, getSubAccount, getSubAccountNumber, getSubObjectCode, getTimestamp, getUniversityFiscalYear, getYearBalance, getYearToDayBalance, setAccount, setAccountLineAnnualBalanceAmount, setAccountNumber, setBalanceType, setBeginningBalanceLineAmount, setChartOfAccountsCode, setContractsGrantsBeginningBalanceAmount, setDummyBusinessObject, setFinancialObject, setFinancialSubObject, setFundGroup, setMonth10Amount, setMonth11Amount, setMonth12Amount, setMonth13Amount, setMonth1Amount, setMonth2Amount, setMonth3Amount, setMonth4Amount, setMonth5Amount, setMonth6Amount, setMonth7Amount, setMonth8Amount, setMonth9Amount, setObjectCode, setObjectType, setObjectTypeCode, setOption, setPriorYearAccount, setSubAccount, setSubAccountNumber, setSubObjectCode, setTimestamp, setUniversityFiscalYear, setYearBalance, setYearToDayBalance
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.kfs.integration.ld.LaborLedgerBalance
getAccount, getAccountLineAnnualBalanceAmount, getAccountNumber, getBalanceType, getBeginningBalanceLineAmount, getChartOfAccountsCode, getContractsGrantsBeginningBalanceAmount, getFinancialObject, getFinancialSubObject, getMonth10Amount, getMonth11Amount, getMonth12Amount, getMonth13Amount, getMonth1Amount, getMonth2Amount, getMonth3Amount, getMonth4Amount, getMonth5Amount, getMonth6Amount, getMonth7Amount, getMonth8Amount, getMonth9Amount, getObjectType, getOption, getSubAccount, getSubAccountNumber, getTimestamp, getUniversityFiscalYear, setAccount, setAccountLineAnnualBalanceAmount, setAccountNumber, setBalanceType, setBeginningBalanceLineAmount, setChartOfAccountsCode, setContractsGrantsBeginningBalanceAmount, setFinancialObject, setFinancialSubObject, setMonth10Amount, setMonth11Amount, setMonth12Amount, setMonth13Amount, setMonth1Amount, setMonth2Amount, setMonth3Amount, setMonth4Amount, setMonth5Amount, setMonth6Amount, setMonth7Amount, setMonth8Amount, setMonth9Amount, setObjectType, setOption, setSubAccount, setSubAccountNumber, setTimestamp, setUniversityFiscalYear
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Constructor Detail

AccountStatusBaseFunds

public AccountStatusBaseFunds()
Default constructor.

Method Detail

getBaseBudgetAmount

public org.kuali.rice.kns.util.KualiDecimal getBaseBudgetAmount()
Gets the baseBudgetAmount attribute.

Returns:
Returns the baseBudgetAmount.

setBaseBudgetAmount

public void setBaseBudgetAmount(org.kuali.rice.kns.util.KualiDecimal baseBudgetAmount)
Sets the baseBudgetAmount attribute value.

Parameters:
baseBudgetAmount - The baseBudgetAmount to set.

getBaseCSFVarianceAmount

public org.kuali.rice.kns.util.KualiDecimal getBaseCSFVarianceAmount()
Gets the baseCSFVarianceAmount attribute.

Returns:
Returns the baseCSFVarianceAmount.

setBaseCSFVarianceAmount

public void setBaseCSFVarianceAmount(org.kuali.rice.kns.util.KualiDecimal baseCSFVarianceAmount)
Sets the baseCSFVarianceAmount attribute value.

Parameters:
baseCSFVarianceAmount - The baseCSFVarianceAmount to set.

getCsfAmount

public org.kuali.rice.kns.util.KualiDecimal getCsfAmount()
Gets the csfAmount attribute.

Returns:
Returns the csfAmount.

setCsfAmount

public void setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
Sets the csfAmount attribute value.

Parameters:
csfAmount - The csfAmount to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


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