| |
|
| org.kuali.module.gl.bo.Balance org.kuali.module.labor.bo.LedgerBalance
All known Subclasses: org.kuali.module.labor.util.testobject.LedgerBalanceForTesting, org.kuali.module.labor.bo.LedgerBalanceForSalaryExpenseTransfer, org.kuali.module.labor.bo.AccountStatusCurrentFunds, org.kuali.module.labor.bo.LedgerBalanceForBenefitExpenseTransfer, org.kuali.module.labor.bo.EmployeeFunding, org.kuali.module.labor.bo.AccountStatusBaseFunds, org.kuali.module.labor.bo.July1PositionFunding,
LedgerBalance | public class LedgerBalance extends Balance (Code) | | Labor business object for LedgerBalance.
|
LedgerBalance | public LedgerBalance()(Code) | | Default constructor.
|
LedgerBalance | public LedgerBalance(LaborTransaction transaction)(Code) | | Constructs a LedgerBalance.java.
Parameters: transaction - |
getChartOfAccounts | public Chart getChartOfAccounts()(Code) | | Gets the chartOfAccounts
Returns the chartOfAccounts. |
getEmplid | public String getEmplid()(Code) | | Gets the emplid
Returns the emplid. |
getFinancialBalance | public Balance getFinancialBalance()(Code) | | Gets the financialBalance
Returns the financialBalance. |
getFinancialBalanceTypeCode | public String getFinancialBalanceTypeCode()(Code) | | Gets the financialBalanceTypeCode
Returns the financialBalanceTypeCode. |
getFinancialBeginningBalanceLineAmount | public KualiDecimal getFinancialBeginningBalanceLineAmount()(Code) | | Gets the financialBeginningBalanceLineAmount
Returns the financialBeginningBalanceLineAmount. |
getFinancialObjectCode | public String getFinancialObjectCode()(Code) | | Gets the financialObjectCode
Returns the financialObjectCode. |
getFinancialObjectType | public ObjectType getFinancialObjectType()(Code) | | Gets the financialObjectType
Returns the financialObjectType. |
getFinancialObjectTypeCode | public String getFinancialObjectTypeCode()(Code) | | Gets the financialObjectTypeCode
Returns the financialObjectTypeCode. |
getFinancialSubObjectCode | public String getFinancialSubObjectCode()(Code) | | Gets the financialSubObjectCode
Returns the financialSubObjectCode. |
getLaborObject | public LaborObject getLaborObject()(Code) | | Retrieve the associated
LaborObject linked by chart of accounts code, financial object code, and
university fiscal year
Returns the Labor Object |
getLedgerPerson | public UniversalUser getLedgerPerson()(Code) | | Gets the UniversalUser
Returns the UniversalUser |
getPositionNumber | public String getPositionNumber()(Code) | | Gets the positionNumber
Returns the positionNumber. |
getPrimaryKeyList | public List<String> getPrimaryKeyList()(Code) | | construct the primary key list of the business object
the primary key list of the business object |
getTransactionDateTimeStamp | public Timestamp getTransactionDateTimeStamp()(Code) | | Gets the transactionDateTimeStamp
Returns the transactionDateTimeStamp. |
setChartOfAccounts | public void setChartOfAccounts(Chart chartOfAccounts)(Code) | | Sets the chartOfAccounts
Parameters: chartOfAccounts - The chartOfAccounts to set. |
setEmplid | public void setEmplid(String emplid)(Code) | | Sets the emplid
Parameters: emplid - The emplid to set. |
setFinancialBalance | public void setFinancialBalance(Balance financialBalance)(Code) | | Sets the financialBalance
Parameters: financialBalance - The financialBalance to set. |
setFinancialBalanceTypeCode | public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)(Code) | | Sets the financialBalanceTypeCode
Parameters: financialBalanceTypeCode - The financialBalanceTypeCode to set. |
setFinancialBeginningBalanceLineAmount | public void setFinancialBeginningBalanceLineAmount(KualiDecimal financialBeginningBalanceLineAmount)(Code) | | Sets the financialBeginningBalanceLineAmount
Parameters: financialBeginningBalanceLineAmount - The financialBeginningBalanceLineAmount to set. |
setFinancialObjectCode | public void setFinancialObjectCode(String financialObjectCode)(Code) | | Sets the financialObjectCode
Parameters: financialObjectCode - The financialObjectCode to set. |
setFinancialObjectType | public void setFinancialObjectType(ObjectType financialObjectType)(Code) | | Sets the financialObjectType
Parameters: financialObjectType - The financialObjectType to set. |
setFinancialObjectTypeCode | public void setFinancialObjectTypeCode(String financialObjectTypeCode)(Code) | | Sets the financialObjectTypeCode
Parameters: financialObjectTypeCode - The financialObjectTypeCode to set. |
setFinancialSubObjectCode | public void setFinancialSubObjectCode(String financialSubObjectCode)(Code) | | Sets the financialSubObjectCode
Parameters: financialSubObjectCode - The financialSubObjectCode to set. |
setLaborObject | public void setLaborObject(LaborObject lobj)(Code) | | For OJB to assign a Labor Object association
Parameters: lobj - |
setLedgerPerson | public void setLedgerPerson(UniversalUser ledgerPerson)(Code) | | Sets the ledgerPerson
Parameters: ledgerPerson - The ledgerPerson to set. |
setPositionNumber | public void setPositionNumber(String positionNumber)(Code) | | Sets the positionNumber
Parameters: positionNumber - The positionNumber to set. |
setTransactionDateTimeStamp | public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)(Code) | | Sets the transactionDateTimeStamp
Parameters: transactionDateTimeStamp - The transactionDateTimeStamp to set. |
|
|
|