org.kuali.kfs.integration.ld
Interface LaborLedgerBalance

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Subinterfaces:
LaborLedgerBalanceForEffortCertification
All Known Implementing Classes:
AccountStatusBaseFunds, AccountStatusCurrentFunds, EmployeeFunding, July1PositionFunding, LaborBalanceHistory, LedgerBalance, LedgerBalanceForBenefitExpenseTransfer, LedgerBalanceForEffortCertification, LedgerBalanceForSalaryExpenseTransfer

public interface LaborLedgerBalance
extends org.kuali.rice.kns.bo.PersistableBusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject


Method Summary
 void addAmount(String period, org.kuali.rice.kns.util.KualiDecimal amount)
          Adds amounts in a period.
 Account getAccount()
          Gets the account attribute.
 org.kuali.rice.kns.util.KualiDecimal getAccountLineAnnualBalanceAmount()
          Gets the accountLineAnnualBalanceAmount attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getAmountByPeriod(String periodCode)
          get the amount in the given period.
 BalanceType getBalanceType()
          Gets the balanceType attribute.
 org.kuali.rice.kns.util.KualiDecimal getBeginningBalanceLineAmount()
          Gets the beginningBalanceLineAmount 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.
 ObjectCode getFinancialObject()
          Gets the financialObject attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 ObjectType getFinancialObjectType()
          Gets the financialObjectType attribute.
 String getFinancialObjectTypeCode()
          Gets the financialObjectTypeCode attribute.
 SubObjectCode getFinancialSubObject()
          Gets the financialSubObject attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 LaborLedgerObject getLaborLedgerObject()
          Gets the laborLedgerObject attribute.
 org.kuali.rice.kim.bo.Person getLedgerPerson()
          Gets the ledgerPerson attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth10Amount()
          Gets the month10Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth11Amount()
          Gets the month11Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth12Amount()
          Gets the month12Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth13Amount()
          Gets the month13Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth1Amount()
          Gets the month1Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth2Amount()
          Gets the month2Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth3Amount()
          Gets the month3Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth4Amount()
          Gets the month4Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth5Amount()
          Gets the month5Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth6Amount()
          Gets the month6Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth7Amount()
          Gets the month7Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth8Amount()
          Gets the month8Amount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonth9Amount()
          Gets the month9Amount attribute.
 ObjectType getObjectType()
          Gets the objectType attribute.
 SystemOptions getOption()
          Gets the option attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Date getTimestamp()
          Gets the timestamp 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 setBalanceType(BalanceType balanceType)
          Sets the balanceType attribute value.
 void setBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal beginningBalanceLineAmount)
          Sets the beginningBalanceLineAmount 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 setFinancialObject(ObjectCode financialObject)
          Sets the financialObject attribute value.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute value.
 void setFinancialObjectType(ObjectType financialObjectType)
          Sets the financialObjectType attribute value.
 void setFinancialObjectTypeCode(String financialObjectTypeCode)
          Sets the financialObjectTypeCode attribute value.
 void setFinancialSubObject(SubObjectCode financialSubObject)
          Sets the financialSubObject attribute value.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute value.
 void setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Sets the laborLedgerObject attribute value.
 void setLedgerPerson(org.kuali.rice.kim.bo.Person ledgerPerson)
          Sets the ledgerPerson attribute value.
 void setMonth10Amount(org.kuali.rice.kns.util.KualiDecimal month10Amount)
          Sets the month10Amount attribute value.
 void setMonth11Amount(org.kuali.rice.kns.util.KualiDecimal month11Amount)
          Sets the month11Amount attribute value.
 void setMonth12Amount(org.kuali.rice.kns.util.KualiDecimal month12Amount)
          Sets the month12Amount attribute value.
 void setMonth13Amount(org.kuali.rice.kns.util.KualiDecimal month13Amount)
          Sets the month13Amount attribute value.
 void setMonth1Amount(org.kuali.rice.kns.util.KualiDecimal month1Amount)
          Sets the month1Amount attribute value.
 void setMonth2Amount(org.kuali.rice.kns.util.KualiDecimal month2Amount)
          Sets the month2Amount attribute value.
 void setMonth3Amount(org.kuali.rice.kns.util.KualiDecimal month3Amount)
          Sets the month3Amount attribute value.
 void setMonth4Amount(org.kuali.rice.kns.util.KualiDecimal month4Amount)
          Sets the month4Amount attribute value.
 void setMonth5Amount(org.kuali.rice.kns.util.KualiDecimal month5Amount)
          Sets the month5Amount attribute value.
 void setMonth6Amount(org.kuali.rice.kns.util.KualiDecimal month6Amount)
          Sets the month6Amount attribute value.
 void setMonth7Amount(org.kuali.rice.kns.util.KualiDecimal month7Amount)
          Sets the month7Amount attribute value.
 void setMonth8Amount(org.kuali.rice.kns.util.KualiDecimal month8Amount)
          Sets the month8Amount attribute value.
 void setMonth9Amount(org.kuali.rice.kns.util.KualiDecimal month9Amount)
          Sets the month9Amount attribute value.
 void setObjectType(ObjectType objectType)
          Sets the objectType attribute value.
 void setOption(SystemOptions option)
          Sets the option attribute value.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute value.
 void setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 void setTimestamp(Date timestamp)
          Sets the timestamp attribute value.
 void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
          Sets the transactionDateTimeStamp attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute value.
 
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
 

Method Detail

getAccount

Account getAccount()
Gets the account attribute.

Returns:
Returns the account.

setAccount

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

Parameters:
account - The account to set.

getAccountLineAnnualBalanceAmount

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

Returns:
Returns the accountLineAnnualBalanceAmount.

setAccountLineAnnualBalanceAmount

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

Parameters:
accountLineAnnualBalanceAmount - The accountLineAnnualBalanceAmount to set.

getAccountNumber

String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber.

setAccountNumber

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

Parameters:
accountNumber - The accountNumber to set.

getBalanceType

BalanceType getBalanceType()
Gets the balanceType attribute.

Returns:
Returns the balanceType.

setBalanceType

void setBalanceType(BalanceType balanceType)
Sets the balanceType attribute value.

Parameters:
balanceType - The balanceType to set.

getBeginningBalanceLineAmount

org.kuali.rice.kns.util.KualiDecimal getBeginningBalanceLineAmount()
Gets the beginningBalanceLineAmount attribute.

Returns:
Returns the beginningBalanceLineAmount.

setBeginningBalanceLineAmount

void setBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal beginningBalanceLineAmount)
Sets the beginningBalanceLineAmount attribute value.

Parameters:
beginningBalanceLineAmount - The beginningBalanceLineAmount to set.

getChartOfAccounts

Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts.

setChartOfAccounts

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

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getChartOfAccountsCode

String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

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

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getContractsGrantsBeginningBalanceAmount

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

Returns:
Returns the contractsGrantsBeginningBalanceAmount.

setContractsGrantsBeginningBalanceAmount

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

Parameters:
contractsGrantsBeginningBalanceAmount - The contractsGrantsBeginningBalanceAmount to set.

getEmplid

String getEmplid()
Gets the emplid attribute.

Returns:
Returns the emplid.

setEmplid

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

Parameters:
emplid - The emplid to set.

getFinancialBalanceTypeCode

String getFinancialBalanceTypeCode()
Gets the financialBalanceTypeCode attribute.

Returns:
Returns the financialBalanceTypeCode.

setFinancialBalanceTypeCode

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

Parameters:
financialBalanceTypeCode - The financialBalanceTypeCode to set.

getFinancialBeginningBalanceLineAmount

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

Returns:
Returns the financialBeginningBalanceLineAmount.

setFinancialBeginningBalanceLineAmount

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

Parameters:
financialBeginningBalanceLineAmount - The financialBeginningBalanceLineAmount to set.

getFinancialObject

ObjectCode getFinancialObject()
Gets the financialObject attribute.

Returns:
Returns the financialObject.

setFinancialObject

void setFinancialObject(ObjectCode financialObject)
Sets the financialObject attribute value.

Parameters:
financialObject - The financialObject to set.

getFinancialObjectCode

String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode.

setFinancialObjectCode

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

Parameters:
financialObjectCode - The financialObjectCode to set.

getFinancialObjectType

ObjectType getFinancialObjectType()
Gets the financialObjectType attribute.

Returns:
Returns the financialObjectType.

setFinancialObjectType

void setFinancialObjectType(ObjectType financialObjectType)
Sets the financialObjectType attribute value.

Parameters:
financialObjectType - The financialObjectType to set.

getFinancialObjectTypeCode

String getFinancialObjectTypeCode()
Gets the financialObjectTypeCode attribute.

Returns:
Returns the financialObjectTypeCode.

setFinancialObjectTypeCode

void setFinancialObjectTypeCode(String financialObjectTypeCode)
Sets the financialObjectTypeCode attribute value.

Parameters:
financialObjectTypeCode - The financialObjectTypeCode to set.

getFinancialSubObject

SubObjectCode getFinancialSubObject()
Gets the financialSubObject attribute.

Returns:
Returns the financialSubObject.

setFinancialSubObject

void setFinancialSubObject(SubObjectCode financialSubObject)
Sets the financialSubObject attribute value.

Parameters:
financialSubObject - The financialSubObject to set.

getFinancialSubObjectCode

String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode.

setFinancialSubObjectCode

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

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getLaborLedgerObject

LaborLedgerObject getLaborLedgerObject()
Gets the laborLedgerObject attribute.

Returns:
Returns the laborLedgerObject.

setLaborLedgerObject

void setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
Sets the laborLedgerObject attribute value.

Parameters:
laborObject - The laborLedgerObject to set.

getLedgerPerson

org.kuali.rice.kim.bo.Person getLedgerPerson()
Gets the ledgerPerson attribute.

Returns:
Returns the ledgerPerson.

setLedgerPerson

void setLedgerPerson(org.kuali.rice.kim.bo.Person ledgerPerson)
Sets the ledgerPerson attribute value.

Parameters:
ledgerPerson - The ledgerPerson to set.

getMonth10Amount

org.kuali.rice.kns.util.KualiDecimal getMonth10Amount()
Gets the month10Amount attribute.

Returns:
Returns the month10Amount.

setMonth10Amount

void setMonth10Amount(org.kuali.rice.kns.util.KualiDecimal month10Amount)
Sets the month10Amount attribute value.

Parameters:
month10Amount - The month10Amount to set.

getMonth11Amount

org.kuali.rice.kns.util.KualiDecimal getMonth11Amount()
Gets the month11Amount attribute.

Returns:
Returns the month11Amount.

setMonth11Amount

void setMonth11Amount(org.kuali.rice.kns.util.KualiDecimal month11Amount)
Sets the month11Amount attribute value.

Parameters:
month11Amount - The month11Amount to set.

getMonth12Amount

org.kuali.rice.kns.util.KualiDecimal getMonth12Amount()
Gets the month12Amount attribute.

Returns:
Returns the month12Amount.

setMonth12Amount

void setMonth12Amount(org.kuali.rice.kns.util.KualiDecimal month12Amount)
Sets the month12Amount attribute value.

Parameters:
month12Amount - The month12Amount to set.

getMonth13Amount

org.kuali.rice.kns.util.KualiDecimal getMonth13Amount()
Gets the month13Amount attribute.

Returns:
Returns the month13Amount.

setMonth13Amount

void setMonth13Amount(org.kuali.rice.kns.util.KualiDecimal month13Amount)
Sets the month13Amount attribute value.

Parameters:
month13Amount - The month13Amount to set.

getMonth1Amount

org.kuali.rice.kns.util.KualiDecimal getMonth1Amount()
Gets the month1Amount attribute.

Returns:
Returns the month1Amount.

setMonth1Amount

void setMonth1Amount(org.kuali.rice.kns.util.KualiDecimal month1Amount)
Sets the month1Amount attribute value.

Parameters:
month1Amount - The month1Amount to set.

getMonth2Amount

org.kuali.rice.kns.util.KualiDecimal getMonth2Amount()
Gets the month2Amount attribute.

Returns:
Returns the month2Amount.

setMonth2Amount

void setMonth2Amount(org.kuali.rice.kns.util.KualiDecimal month2Amount)
Sets the month2Amount attribute value.

Parameters:
month2Amount - The month2Amount to set.

getMonth3Amount

org.kuali.rice.kns.util.KualiDecimal getMonth3Amount()
Gets the month3Amount attribute.

Returns:
Returns the month3Amount.

setMonth3Amount

void setMonth3Amount(org.kuali.rice.kns.util.KualiDecimal month3Amount)
Sets the month3Amount attribute value.

Parameters:
month3Amount - The month3Amount to set.

getMonth4Amount

org.kuali.rice.kns.util.KualiDecimal getMonth4Amount()
Gets the month4Amount attribute.

Returns:
Returns the month4Amount.

setMonth4Amount

void setMonth4Amount(org.kuali.rice.kns.util.KualiDecimal month4Amount)
Sets the month4Amount attribute value.

Parameters:
month4Amount - The month4Amount to set.

getMonth5Amount

org.kuali.rice.kns.util.KualiDecimal getMonth5Amount()
Gets the month5Amount attribute.

Returns:
Returns the month5Amount.

setMonth5Amount

void setMonth5Amount(org.kuali.rice.kns.util.KualiDecimal month5Amount)
Sets the month5Amount attribute value.

Parameters:
month5Amount - The month5Amount to set.

getMonth6Amount

org.kuali.rice.kns.util.KualiDecimal getMonth6Amount()
Gets the month6Amount attribute.

Returns:
Returns the month6Amount.

setMonth6Amount

void setMonth6Amount(org.kuali.rice.kns.util.KualiDecimal month6Amount)
Sets the month6Amount attribute value.

Parameters:
month6Amount - The month6Amount to set.

getMonth7Amount

org.kuali.rice.kns.util.KualiDecimal getMonth7Amount()
Gets the month7Amount attribute.

Returns:
Returns the month7Amount.

setMonth7Amount

void setMonth7Amount(org.kuali.rice.kns.util.KualiDecimal month7Amount)
Sets the month7Amount attribute value.

Parameters:
month7Amount - The month7Amount to set.

getMonth8Amount

org.kuali.rice.kns.util.KualiDecimal getMonth8Amount()
Gets the month8Amount attribute.

Returns:
Returns the month8Amount.

setMonth8Amount

void setMonth8Amount(org.kuali.rice.kns.util.KualiDecimal month8Amount)
Sets the month8Amount attribute value.

Parameters:
month8Amount - The month8Amount to set.

getMonth9Amount

org.kuali.rice.kns.util.KualiDecimal getMonth9Amount()
Gets the month9Amount attribute.

Returns:
Returns the month9Amount.

setMonth9Amount

void setMonth9Amount(org.kuali.rice.kns.util.KualiDecimal month9Amount)
Sets the month9Amount attribute value.

Parameters:
month9Amount - The month9Amount to set.

getObjectType

ObjectType getObjectType()
Gets the objectType attribute.

Returns:
Returns the objectType.

setObjectType

void setObjectType(ObjectType objectType)
Sets the objectType attribute value.

Parameters:
objectType - The objectType to set.

getOption

SystemOptions getOption()
Gets the option attribute.

Returns:
Returns the option.

setOption

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

Parameters:
option - The option to set.

getPositionNumber

String getPositionNumber()
Gets the positionNumber attribute.

Returns:
Returns the positionNumber.

setPositionNumber

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

Parameters:
positionNumber - The positionNumber to set.

getSubAccount

SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount.

setSubAccount

void setSubAccount(SubAccount subAccount)
Sets the subAccount attribute value.

Parameters:
subAccount - The subAccount to set.

getSubAccountNumber

String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber.

setSubAccountNumber

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

Parameters:
subAccountNumber - The subAccountNumber to set.

getTimestamp

Date getTimestamp()
Gets the timestamp attribute.

Returns:
Returns the timestamp.

setTimestamp

void setTimestamp(Date timestamp)
Sets the timestamp attribute value.

Parameters:
timestamp - The timestamp to set.

getTransactionDateTimeStamp

Timestamp getTransactionDateTimeStamp()
Gets the transactionDateTimeStamp attribute.

Returns:
Returns the transactionDateTimeStamp.

setTransactionDateTimeStamp

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

Parameters:
transactionDateTimeStamp - The transactionDateTimeStamp to set.

getUniversityFiscalYear

Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

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

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getAmountByPeriod

org.kuali.rice.kns.util.KualiDecimal getAmountByPeriod(String periodCode)
get the amount in the given period.

Parameters:
periodCode - the given period code

addAmount

void addAmount(String period,
               org.kuali.rice.kns.util.KualiDecimal amount)
Adds amounts in a period.

Parameters:
period, - amount


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