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, setTimestamp
afterDelete, 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, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp
public static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
public LeaveAdjustment()
public String getEarnCode()
LeaveAdjustmentContract
earnCode of a LeaveAdjustment
getEarnCode
in interface LeaveAdjustmentContract
public void setEarnCode(String earnCode)
public EarnCode getEarnCodeObj()
LeaveAdjustmentContract
earnCodeObject of a LeaveAdjustment
getEarnCodeObj
in interface LeaveAdjustmentContract
public void setEarnCodeObj(EarnCode earnCodeObj)
public String getPrincipalId()
LeaveAdjustmentContract
principalId of a LeaveAdjustment
getPrincipalId
in interface LeaveAdjustmentContract
public void setPrincipalId(String principalId)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
LeaveAdjustmentContract
principal of a LeaveAdjustment
getPrincipal
in interface LeaveAdjustmentContract
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public String getName()
LeaveAdjustmentContract
principal.getName() of a LeaveAdjustment
getName
in interface LeaveAdjustmentContract
public String getLeavePlan()
LeaveAdjustmentContract
leavePlan of a LeaveAdjustment
getLeavePlan
in interface LeaveAdjustmentContract
public void setLeavePlan(String leavePlan)
public String getAccrualCategory()
LeaveAdjustmentContract
accrualCategory of a LeaveAdjustment
getAccrualCategory
in interface LeaveAdjustmentContract
public void setAccrualCategory(String accrualCategory)
public String getDescription()
LeaveAdjustmentContract
description of a LeaveAdjustment
getDescription
in interface LeaveAdjustmentContract
public void setDescription(String description)
public BigDecimal getAdjustmentAmount()
LeaveAdjustmentContract
adjustmentAmount of a LeaveAdjustment
getAdjustmentAmount
in interface LeaveAdjustmentContract
public void setAdjustmentAmount(BigDecimal adjustmentAmount)
public AccrualCategory getAccrualCategoryObj()
LeaveAdjustmentContract
accrualCategoryObj of a LeaveAdjustment
getAccrualCategoryObj
in interface LeaveAdjustmentContract
public void setAccrualCategoryObj(AccrualCategory accrualCategoryObj)
public static long getSerialversionuid()
public String getLmLeaveAdjustmentId()
LeaveAdjustmentContract
lmLeaveAdjustmentId of a LeaveAdjustment
getLmLeaveAdjustmentId
in interface LeaveAdjustmentContract
public void setLmLeaveAdjustmentId(String lmLeaveAdjustmentId)
protected String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public String getId()
HrBusinessObjectContract
id of HrBusinessObject
getId
in interface HrBusinessObjectContract
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
public PrincipalHRAttributes getPrincipalHRAttrObj()
LeaveAdjustmentContract
principalHRAttrObj of a LeaveAdjustment
getPrincipalHRAttrObj
in interface LeaveAdjustmentContract
public void setPrincipalHRAttrObj(PrincipalHRAttributes principalHRAttrObj)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.