|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.gl.businessobject.Balance
org.kuali.kfs.module.ld.businessobject.LedgerBalance
public class LedgerBalance
Labor business object for LedgerBalance.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
LedgerBalance()
Default constructor. |
|
LedgerBalance(LaborBalanceHistory ledgerBalanceHistory)
Constructs a LedgerBalance.java. |
|
LedgerBalance(LaborTransaction transaction)
Constructs a LedgerBalance.java. |
|
| Method Summary | |
|---|---|
void |
addAmount(String period,
org.kuali.rice.kns.util.KualiDecimal amount)
Adds amounts in a period. |
org.kuali.rice.kns.util.KualiDecimal |
getAmountByPeriod(String periodCode)
get the amount in the given period. |
String |
getBalanceTypeCode()
Gets the getFinancialBalanceTypeCode |
Chart |
getChart()
Gets the getChartOfAccounts |
Chart |
getChartOfAccounts()
Gets the chartOfAccounts |
String |
getEmplid()
Gets the emplid |
String |
getFinancialBalanceTypeCode()
Gets the financialBalanceTypeCode |
org.kuali.rice.kns.util.KualiDecimal |
getFinancialBeginningBalanceLineAmount()
Gets the financialBeginningBalanceLineAmount |
String |
getFinancialObjectCode()
Gets the financialObjectCode |
ObjectType |
getFinancialObjectType()
Gets the financialObjectType |
String |
getFinancialObjectTypeCode()
Gets the financialObjectTypeCode |
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode |
LaborLedgerObject |
getLaborLedgerObject()
Gets the laborLedgerObject attribute. |
LaborObject |
getLaborObject()
Gets the laborObject attribute. |
org.kuali.rice.kim.bo.Person |
getLedgerPerson()
Gets the Person |
String |
getPositionNumber()
Gets the positionNumber |
static List<String> |
getPrimaryKeyList()
construct the primary key list of the business object |
Timestamp |
getTransactionDateTimeStamp()
Gets the transactionDateTimeStamp |
void |
setBalanceTypeCode(String balanceTypeCode)
Sets the setFinancialBalanceTypeCode |
void |
setChart(Chart chart)
Sets the setChartOfAccounts |
void |
setChartOfAccounts(Chart chartOfAccounts)
Sets the chartOfAccounts |
void |
setEmplid(String emplid)
Sets the emplid |
void |
setFinancialBalanceTypeCode(String financialBalanceTypeCode)
Sets the financialBalanceTypeCode |
void |
setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal financialBeginningBalanceLineAmount)
Sets the financialBeginningBalanceLineAmount |
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode |
void |
setFinancialObjectType(ObjectType financialObjectType)
Sets the financialObjectType |
void |
setFinancialObjectTypeCode(String financialObjectTypeCode)
Sets the financialObjectTypeCode |
void |
setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode |
void |
setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
Deprecated. |
void |
setLaborObject(LaborObject laborObject)
Deprecated. |
void |
setLedgerPerson(org.kuali.rice.kim.bo.Person ledgerPerson)
Sets the ledgerPerson |
void |
setPositionNumber(String positionNumber)
Sets the positionNumber |
void |
setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
Sets the transactionDateTimeStamp |
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.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 |
|---|
public LedgerBalance()
public LedgerBalance(LaborTransaction transaction)
transaction - public LedgerBalance(LaborBalanceHistory ledgerBalanceHistory)
transaction - | Method Detail |
|---|
public String getEmplid()
getEmplid in interface LaborLedgerBalancepublic void setEmplid(String emplid)
setEmplid in interface LaborLedgerBalanceemplid - The emplid to set.public String getFinancialBalanceTypeCode()
getFinancialBalanceTypeCode in interface LaborLedgerBalancepublic void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
setFinancialBalanceTypeCode in interface LaborLedgerBalancefinancialBalanceTypeCode - The financialBalanceTypeCode to set.public org.kuali.rice.kns.util.KualiDecimal getFinancialBeginningBalanceLineAmount()
getFinancialBeginningBalanceLineAmount in interface LaborLedgerBalancepublic void setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal financialBeginningBalanceLineAmount)
setFinancialBeginningBalanceLineAmount in interface LaborLedgerBalancefinancialBeginningBalanceLineAmount - The financialBeginningBalanceLineAmount to set.public String getFinancialObjectCode()
getFinancialObjectCode in interface LaborLedgerBalancepublic void setFinancialObjectCode(String financialObjectCode)
setFinancialObjectCode in interface LaborLedgerBalancefinancialObjectCode - The financialObjectCode to set.public String getFinancialObjectTypeCode()
getFinancialObjectTypeCode in interface LaborLedgerBalancepublic void setFinancialObjectTypeCode(String financialObjectTypeCode)
setFinancialObjectTypeCode in interface LaborLedgerBalancefinancialObjectTypeCode - The financialObjectTypeCode to set.public String getFinancialSubObjectCode()
getFinancialSubObjectCode in interface LaborLedgerBalancepublic void setFinancialSubObjectCode(String financialSubObjectCode)
setFinancialSubObjectCode in interface LaborLedgerBalancefinancialSubObjectCode - The financialSubObjectCode to set.public String getPositionNumber()
getPositionNumber in interface LaborLedgerBalancepublic void setPositionNumber(String positionNumber)
setPositionNumber in interface LaborLedgerBalancepositionNumber - The positionNumber to set.public Timestamp getTransactionDateTimeStamp()
getTransactionDateTimeStamp in interface LaborLedgerBalancepublic void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
setTransactionDateTimeStamp in interface LaborLedgerBalancetransactionDateTimeStamp - The transactionDateTimeStamp to set.public String getBalanceTypeCode()
getBalanceTypeCode in class BalanceBalance.getBalanceTypeCode()public void setBalanceTypeCode(String balanceTypeCode)
setBalanceTypeCode in class BalancebalanceTypeCode - Balance.setBalanceTypeCode(java.lang.String)public Chart getChart()
getChart in class BalanceBalance.getChart()public void setChart(Chart chart)
setChart in class Balancechart - Balance.setChart(org.kuali.kfs.coa.businessobject.Chart)public Chart getChartOfAccounts()
getChartOfAccounts in interface LaborLedgerBalancepublic void setChartOfAccounts(Chart chartOfAccounts)
setChartOfAccounts in interface LaborLedgerBalancechartOfAccounts - The chartOfAccounts to set.public ObjectType getFinancialObjectType()
getFinancialObjectType in interface LaborLedgerBalancepublic void setFinancialObjectType(ObjectType financialObjectType)
setFinancialObjectType in interface LaborLedgerBalancefinancialObjectType - The financialObjectType to set.
public void addAmount(String period,
org.kuali.rice.kns.util.KualiDecimal amount)
addAmount in interface LaborLedgerBalanceaddAmount in class Balanceperiod, - amountBalance.addAmount(java.lang.String, org.kuali.rice.kns.util.KualiDecimal)public org.kuali.rice.kns.util.KualiDecimal getAmountByPeriod(String periodCode)
getAmountByPeriod in interface LaborLedgerBalanceperiodCode - the given period codepublic LaborLedgerObject getLaborLedgerObject()
LaborLedgerBalance
getLaborLedgerObject in interface LaborLedgerBalanceorg.kuali.module.effort.bo.LaborLedgerEntry#getLaborLedgerObject()@Deprecated public void setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
LaborLedgerBalance
setLaborLedgerObject in interface LaborLedgerBalanceorg.kuali.module.effort.bo.LaborLedgerEntry#setLaborLedgerObject(org.kuali.kfs.bo.LaborLedgerObject)public LaborObject getLaborObject()
@Deprecated public void setLaborObject(LaborObject laborObject)
laborObject - The laborObject to set.public org.kuali.rice.kim.bo.Person getLedgerPerson()
getLedgerPerson in interface LaborLedgerBalancepublic void setLedgerPerson(org.kuali.rice.kim.bo.Person ledgerPerson)
setLedgerPerson in interface LaborLedgerBalanceledgerPerson - The ledgerPerson to set.public static List<String> getPrimaryKeyList()
protected LinkedHashMap toStringMapper()
toStringMapper in class BalanceBalance.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||