|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LeavePayoutContract
LeaveDonationContract interface
Method Summary | |
---|---|
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 |
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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |