public class LeaveAdjustment extends HrBusinessObject implements LeaveAdjustmentContract
| Modifier and Type | Field and Description | 
|---|---|
| static com.google.common.collect.ImmutableList<String> | EQUAL_TO_FIELDS | 
| Constructor and Description | 
|---|
| LeaveAdjustment() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccrualCategory()The AccrualCategory name associated with the LeaveAdjustment | 
| AccrualCategory | 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 | 
| EarnCode | getEarnCodeObj()The EarnCode object associated with the AccrualCategory and the LeaveAdjustment | 
| String | getId()The unique id defined by the object, could be a combination
 of multiple fields | 
| 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 | 
| PrincipalHRAttributes | getPrincipalHRAttrObj()The PrincipalHRAttributes object associated with the LeaveAdjustment | 
| String | getPrincipalId()The identifier of the employee associated with the LeaveAdjustment | 
| static long | getSerialversionuid() | 
| protected String | getUniqueKey() | 
| void | setAccrualCategory(String accrualCategory) | 
| void | setAccrualCategoryObj(AccrualCategory accrualCategoryObj) | 
| void | setAdjustmentAmount(BigDecimal adjustmentAmount) | 
| void | setDescription(String description) | 
| void | setEarnCode(String earnCode) | 
| void | setEarnCodeObj(EarnCode earnCodeObj) | 
| void | setId(String id) | 
| void | setLeavePlan(String leavePlan) | 
| void | setLmLeaveAdjustmentId(String lmLeaveAdjustmentId) | 
| void | setPrincipal(org.kuali.rice.kim.api.identity.Person principal) | 
| void | setPrincipalHRAttrObj(PrincipalHRAttributes principalHRAttrObj) | 
| void | setPrincipalId(String principalId) | 
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestampafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamppublic static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
public LeaveAdjustment()
public String getEarnCode()
LeaveAdjustmentContractearnCode of a LeaveAdjustment
getEarnCode in interface LeaveAdjustmentContractpublic void setEarnCode(String earnCode)
public EarnCode getEarnCodeObj()
LeaveAdjustmentContractearnCodeObject of a LeaveAdjustment
getEarnCodeObj in interface LeaveAdjustmentContractpublic void setEarnCodeObj(EarnCode earnCodeObj)
public String getPrincipalId()
LeaveAdjustmentContractprincipalId of a LeaveAdjustment
getPrincipalId in interface LeaveAdjustmentContractpublic void setPrincipalId(String principalId)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
LeaveAdjustmentContractprincipal of a LeaveAdjustment
getPrincipal in interface LeaveAdjustmentContractpublic void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public String getName()
LeaveAdjustmentContractprincipal.getName() of a LeaveAdjustment
getName in interface LeaveAdjustmentContractpublic String getLeavePlan()
LeaveAdjustmentContractleavePlan of a LeaveAdjustment
getLeavePlan in interface LeaveAdjustmentContractpublic void setLeavePlan(String leavePlan)
public String getAccrualCategory()
LeaveAdjustmentContractaccrualCategory of a LeaveAdjustment
getAccrualCategory in interface LeaveAdjustmentContractpublic void setAccrualCategory(String accrualCategory)
public String getDescription()
LeaveAdjustmentContractdescription of a LeaveAdjustment
getDescription in interface LeaveAdjustmentContractpublic void setDescription(String description)
public BigDecimal getAdjustmentAmount()
LeaveAdjustmentContractadjustmentAmount of a LeaveAdjustment
getAdjustmentAmount in interface LeaveAdjustmentContractpublic void setAdjustmentAmount(BigDecimal adjustmentAmount)
public AccrualCategory getAccrualCategoryObj()
LeaveAdjustmentContractaccrualCategoryObj of a LeaveAdjustment
getAccrualCategoryObj in interface LeaveAdjustmentContractpublic void setAccrualCategoryObj(AccrualCategory accrualCategoryObj)
public static long getSerialversionuid()
public String getLmLeaveAdjustmentId()
LeaveAdjustmentContractlmLeaveAdjustmentId of a LeaveAdjustment
getLmLeaveAdjustmentId in interface LeaveAdjustmentContractpublic void setLmLeaveAdjustmentId(String lmLeaveAdjustmentId)
protected String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getId()
HrBusinessObjectContractid of HrBusinessObject
getId in interface HrBusinessObjectContractgetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObjectpublic PrincipalHRAttributes getPrincipalHRAttrObj()
LeaveAdjustmentContractprincipalHRAttrObj of a LeaveAdjustment
getPrincipalHRAttrObj in interface LeaveAdjustmentContractpublic void setPrincipalHRAttrObj(PrincipalHRAttributes principalHRAttrObj)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.