public class GracePeriodRule extends HrBusinessObject implements GracePeriodRuleContract
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
GracePeriodRule() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getHourFactor()
The number of minutes that define the Grace Period
|
String |
getId()
The unique id defined by the object, could be a combination
of multiple fields
|
String |
getTkGracePeriodRuleId()
The primary key of a GracePeriodRule entry saved in a database
|
String |
getUniqueKey() |
String |
getUserPrincipalId()
TODO: Put a better comment
The user principal id associated with the GracePeriodRule
|
boolean |
isHistory()
TODO: Put a better comment
The history flag of the GracePeriodRule
|
void |
setHistory(boolean history) |
void |
setHourFactor(BigDecimal hourFactor) |
void |
setId(String id) |
void |
setTkGracePeriodRuleId(String tkGracePeriodRuleId) |
void |
setUserPrincipalId(String userPrincipalId) |
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 String CACHE_NAME
public GracePeriodRule()
public BigDecimal getHourFactor()
GracePeriodRuleContract
hourFactor of a GracePeriodRule
getHourFactor
in interface GracePeriodRuleContract
public void setHourFactor(BigDecimal hourFactor)
public String getUserPrincipalId()
GracePeriodRuleContract
userPrincipalId of a GracePeriodRule
getUserPrincipalId
in interface GracePeriodRuleContract
public void setUserPrincipalId(String userPrincipalId)
public String getTkGracePeriodRuleId()
GracePeriodRuleContract
tkGracePeriodRuleId of a GracePeriodRule
getTkGracePeriodRuleId
in interface GracePeriodRuleContract
public void setTkGracePeriodRuleId(String tkGracePeriodRuleId)
public 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 boolean isHistory()
GracePeriodRuleContract
history flag of a GracePeriodRule
isHistory
in interface GracePeriodRuleContract
public void setHistory(boolean history)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.