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, 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 String CACHE_NAME
public GracePeriodRule()
public BigDecimal getHourFactor()
GracePeriodRuleContracthourFactor of a GracePeriodRule
getHourFactor in interface GracePeriodRuleContractpublic void setHourFactor(BigDecimal hourFactor)
public String getUserPrincipalId()
GracePeriodRuleContractuserPrincipalId of a GracePeriodRule
getUserPrincipalId in interface GracePeriodRuleContractpublic void setUserPrincipalId(String userPrincipalId)
public String getTkGracePeriodRuleId()
GracePeriodRuleContracttkGracePeriodRuleId of a GracePeriodRule
getTkGracePeriodRuleId in interface GracePeriodRuleContractpublic void setTkGracePeriodRuleId(String tkGracePeriodRuleId)
public 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 boolean isHistory()
GracePeriodRuleContracthistory flag of a GracePeriodRule
isHistory in interface GracePeriodRuleContractpublic void setHistory(boolean history)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.