|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BalanceTransferContract
BalanceTransferContract interface.
Method Summary | |
---|---|
String |
getAccrualCategoryRule()
The AccrualCategoryRule name associated with the BalanceTransfer |
String |
getAccruedLeaveBlockId()
The accrued leave block id associated with the BalanceTransfer |
BigDecimal |
getAmountTransferred()
The amount transfered |
String |
getBalanceTransferId()
The primary key of a BalanceTransfer entry saved in a database |
AccrualCategoryContract |
getCreditedAccrualCategory()
The AccrualCategory object that the leave is transfered to |
AccrualCategoryContract |
getDebitedAccrualCategory()
The AccrualCategory object that the leave is transfered from |
String |
getDebitedLeaveBlockId()
The debited leave block id associated with the BalanceTransfer |
String |
getDocumentHeaderId()
The document header id associated with the BalanceTransfer |
BigDecimal |
getForfeitedAmount()
The computed amount of accrued leave that will be forfeited |
String |
getForfeitedLeaveBlockId()
The forfeited leave block id associated with the BalanceTransfer |
String |
getFromAccrualCategory()
The AccrualCategory name that the leave is transfered from |
List<? extends LeaveBlockContract> |
getLeaveBlocks()
The list of LeaveBlock objects associated with the BalanceTransfer |
String |
getLeaveCalendarDocumentId()
The leave calendar document id associated with the BalanceTransfer |
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
The Person object of the user associated with the BalanceTransfer |
String |
getPrincipalId()
The principalId of the user associated with the BalanceTransfer |
String |
getSstoId()
TODO: Put a better comment |
String |
getStatus()
The status associated with the BalanceTransfer |
String |
getToAccrualCategory()
The AccrualCategory name that the leave is transfered to |
BigDecimal |
getTransferAmount()
The amount of accrued leave to transfer |
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
---|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp |
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Method Detail |
---|
String getPrincipalId()
principalId of a BalanceTransfer
String getToAccrualCategory()
toAccrualCategory of a BalanceTransfer
String getFromAccrualCategory()
fromAccrualCategory of a BalanceTransfer
BigDecimal getTransferAmount()
transferAmount of a BalanceTransfer
BigDecimal getForfeitedAmount()
forfeitedAmount of a BalanceTransfer
String getBalanceTransferId()
balanceTransferId of a BalanceTransfer
String getAccrualCategoryRule()
accrualCategoryRule of a BalanceTransfer
org.kuali.rice.kim.api.identity.Person getPrincipal()
principal of a BalanceTransfer
AccrualCategoryContract getCreditedAccrualCategory()
AccrualCategory object based on toAccrualCategory
AccrualCategoryContract getDebitedAccrualCategory()
AccrualCategory object based on fromAccrualCategory
String getLeaveCalendarDocumentId()
leaveCalendarDocumentId of a BalanceTransfer
List<? extends LeaveBlockContract> getLeaveBlocks()
The list contains LeaveBlock objects based on forfeitedLeaveBlockId, accruedLeaveBlockId, and debitedLeaveBlockId
String getStatus()
status of a BalanceTransfer
String getAccruedLeaveBlockId()
accruedLeaveBlockId of a BalanceTransfer
String getForfeitedLeaveBlockId()
forfeitedLeaveBlockId of a BalanceTransfer
String getDebitedLeaveBlockId()
debitedLeaveBlockId of a BalanceTransfer
BigDecimal getAmountTransferred()
amountTransferred of a BalanceTransfer
String getSstoId()
sstoId of a BalanceTransfer
String getDocumentHeaderId()
documentHeaderId of a BalanceTransfer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |