public interface BalanceTransferContract extends HrBusinessObjectContract
BalanceTransferContract interface.
Modifier and Type | Method and Description |
---|---|
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
|
areAllBusinessKeyValuesAvailable, getBusinessKeyValuesMap, getEffectiveDate, getRelativeEffectiveDate, getTimestamp
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
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
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.