|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EmployeeOverrideContract
EmployeeOverrideContract interface
Method Summary | |
---|---|
String |
getAccrualCategory()
The AccrualCategory name associated with the EmployeeOverride |
AccrualCategoryContract |
getAccrualCategoryObj()
The AccuralCategory object associated with the EmployeeOverride |
String |
getDescription()
The descripton of a reason for the EmployeeOverride |
String |
getLeavePlan()
The LeavePlan name associated with the Principal ID and AccrualCategory |
String |
getLmEmployeeOverrideId()
The primary key of an EmployeeOverride entry saved in a database |
String |
getName()
The principalName of the employee whom the system overrides the AccrtualCategory limits for |
String |
getOverrideType()
The AccrualCategory limit used for the Employee |
Long |
getOverrideValue()
The new limit value to be used for the AccrualCategory |
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
The Person object associated with the EmployeeOverride |
PrincipalHRAttributesContract |
getPrincipalHRAttrObj()
The PrincipalHRAttributes object associated with the EmployeeOverride |
String |
getPrincipalId()
The principalID of the employee whom the system overrides the AccrtualCategory limits for |
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 getLmEmployeeOverrideId()
lmEmployeeOverrideId of an EmployeeOverride
String getPrincipalId()
principalId of an EmployeeOverride
String getName()
principal.getName() of an EmployeeOverride
AccrualCategoryContract getAccrualCategoryObj()
accrualCategoryObj of an EmployeeOverride
String getOverrideType()
overrideType of an EmployeeOverride
String getDescription()
description of an EmployeeOverride
String getAccrualCategory()
accrualCategory of an EmployeeOverride
String getLeavePlan()
leavePlan of an EmployeeOverride
Long getOverrideValue()
overrideValue of an EmployeeOverride
org.kuali.rice.kim.api.identity.Person getPrincipal()
principal of an EmployeeOverride
PrincipalHRAttributesContract getPrincipalHRAttrObj()
principalHRAttrObj of an EmployeeOverride
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |