public interface LeavePayoutContract extends HrBusinessObjectContract
LeaveDonationContract interface
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccrualCategoryRule()The AccrualCategoryRule name associated with the LeavePayout | 
| String | getDescription()The descripton of the LeavePayout | 
| String | getDocumentHeaderId()The documentHeaderId associated with the LeavePayout | 
| String | getEarnCode()The EarnCode name associated with the LeavePayout | 
| EarnCodeContract | getEarnCodeObj()The EarnCode object associated with the LeavePayout | 
| BigDecimal | getForfeitedAmount()The computed amount of accrued leave that will be forfeited | 
| String | getForfeitedLeaveBlockId()The forfeitedLeaveBlockId associated with the LeavePayout | 
| String | getFromAccrualCategory()The AccrualCategory name that leave payout is made from | 
| AccrualCategoryContract | getFromAccrualCategoryObj()The AccuralCategory object associated with the LeavePayout | 
| List<? extends LeaveBlockContract> | getLeaveBlocks()The list of LeaveBlock objects associated with the LeavePayout | 
| String | getLeaveCalendarDocumentId()The leaveCalendarDocumentId associated with the LeavePayout | 
| String | getLeavePlan()The LeavePlan name of the PrincipalHRAttributes of the employee | 
| String | getLmLeavePayoutId()The primary key of a LeavePayout entry saved in a database | 
| String | getName()The principalName of the employee | 
| BigDecimal | getPayoutAmount()The amount of accrued leave to payout | 
| String | getPayoutFromLeaveBlockId()The payoutLeaveBlockId associated with the LeavePayout | 
| String | getPayoutLeaveBlockId()The payoutFromLeaveBlockId associated with the LeavePayout | 
| org.kuali.rice.kim.api.identity.Person | getPrincipal()The Person object associated with the LeavePayout | 
| PrincipalHRAttributesContract | getPrincipalHRAttrObj()The PrincipalHRAttributes object associated with the LeavePayout | 
| String | getPrincipalId()The principalID of the employee whom accruals are payed out to | 
| String | getStatus()The status associated with the LeavePayout | 
areAllBusinessKeyValuesAvailable, getBusinessKeyValuesMap, getEffectiveDate, getRelativeEffectiveDate, getTimestampbuildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbergetEffectiveLocalDategetCreateTimegetUserPrincipalIdString getEarnCode()
earnCode of a LeavePayout
EarnCodeContract getEarnCodeObj()
earnCodeObject of a LeavePayout
String getPrincipalId()
principalId of a LeavePayout
org.kuali.rice.kim.api.identity.Person getPrincipal()
principal of a LeavePayout
String getName()
principal.getName() of a LeavePayout
String getLeavePlan()
principalHRAttrObj.getLeavePlan() of a LeavePayout
String getFromAccrualCategory()
fromAccrualCategory of a LeavePayout
String getDescription()
description of a LeavePayout
BigDecimal getPayoutAmount()
payoutAmount of a LeavePayout
BigDecimal getForfeitedAmount()
forfeitedAmount of a LeavePayout
AccrualCategoryContract getFromAccrualCategoryObj()
accrualCategoryObj of a LeavePayout
String getLmLeavePayoutId()
hrEarnCodeId of a LeavePayout
PrincipalHRAttributesContract getPrincipalHRAttrObj()
principalHRAttrObj of a LeavePayout
String getAccrualCategoryRule()
accrualCategoryRule of a LeavePayout
String getForfeitedLeaveBlockId()
forfeitedLeaveBlockId of a LeavePayout
String getPayoutLeaveBlockId()
payoutFromLeaveBlockId of a LeavePayout
String getPayoutFromLeaveBlockId()
payoutLeaveBlockId of a LeavePayout
List<? extends LeaveBlockContract> getLeaveBlocks()
a list of LeaveBlock objects
String getLeaveCalendarDocumentId()
leaveCalendarDocumentId of a LeavePayout
String getStatus()
status of a LeavePayout
String getDocumentHeaderId()
documentHeaderId of a LeavePayout
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.