|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LeaveAdjustmentContract
LeaveAdjustmentContract interface
Method Summary | |
---|---|
String |
getAccrualCategory()
The AccrualCategory name associated with the LeaveAdjustment |
AccrualCategoryContract |
getAccrualCategoryObj()
The AccuralCategory object associated with the LeaveAdjustment |
BigDecimal |
getAdjustmentAmount()
The value of the LeaveAdjustment, positive or negative, associated with the LeaveAdjustment |
String |
getDescription()
The descripton of a reason associated with the LeaveAdjustment |
String |
getEarnCode()
The EarnCode name associated with the AccrualCategory and LeaveAdjustment |
EarnCodeContract |
getEarnCodeObj()
The EarnCode object associated with the AccrualCategory and the LeaveAdjustment |
String |
getLeavePlan()
The LeavePlan name associated with the Principal Id and the AccrualCategory |
String |
getLmLeaveAdjustmentId()
The primary key of a LeaveAdjustment entry saved in a database |
String |
getName()
The principalName of the employee associated with the LeaveAdjustment |
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
The Person object associated with the LeaveAdjustment |
PrincipalHRAttributesContract |
getPrincipalHRAttrObj()
The PrincipalHRAttributes object associated with the LeaveAdjustment |
String |
getPrincipalId()
The identifier of the employee associated with the LeaveAdjustment |
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 LeaveAdjustment
EarnCodeContract getEarnCodeObj()
earnCodeObject of a LeaveAdjustment
String getPrincipalId()
principalId of a LeaveAdjustment
org.kuali.rice.kim.api.identity.Person getPrincipal()
principal of a LeaveAdjustment
String getName()
principal.getName() of a LeaveAdjustment
String getLeavePlan()
leavePlan of a LeaveAdjustment
String getAccrualCategory()
accrualCategory of a LeaveAdjustment
String getDescription()
description of a LeaveAdjustment
BigDecimal getAdjustmentAmount()
adjustmentAmount of a LeaveAdjustment
AccrualCategoryContract getAccrualCategoryObj()
accrualCategoryObj of a LeaveAdjustment
String getLmLeaveAdjustmentId()
lmLeaveAdjustmentId of a LeaveAdjustment
PrincipalHRAttributesContract getPrincipalHRAttrObj()
principalHRAttrObj of a LeaveAdjustment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |