|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.kpme.core.bo.HrBusinessObject org.kuali.kpme.tklm.time.rules.TkRule org.kuali.kpme.tklm.time.rules.lunch.sys.SystemLunchRule
public class SystemLunchRule
Field Summary | |
---|---|
static String |
CACHE_NAME
|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
SystemLunchRule()
|
Method Summary | |
---|---|
String |
getId()
The unique id defined by the object, could be a combination of multiple fields |
Boolean |
getShowLunchButton()
The flag to indicate if the lunch buttons will be presented or not |
String |
getTkSystemLunchRuleId()
The primary key of a SystemLunchRule entry saved in a database |
String |
getUniqueKey()
|
String |
getUserPrincipalId()
The principal id of the user who set up the SystemLunchRule |
boolean |
isHistory()
The history flag of the SystemLunchRule |
void |
setHistory(boolean history)
|
void |
setId(String id)
|
void |
setShowLunchButton(Boolean showLunchButton)
|
void |
setTkSystemLunchRuleId(String tkSystemLunchRuleId)
|
void |
setUserPrincipalId(String userPrincipalId)
|
Methods inherited from class org.kuali.kpme.core.bo.HrBusinessObject |
---|
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestamp |
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
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 |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
---|
getEffectiveDate, getEffectiveLocalDate, 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 |
Field Detail |
---|
public static final String CACHE_NAME
Constructor Detail |
---|
public SystemLunchRule()
Method Detail |
---|
public String getTkSystemLunchRuleId()
SystemLunchRuleContract
tkSystemLunchRuleId of a SystemLunchRule
getTkSystemLunchRuleId
in interface SystemLunchRuleContract
public void setTkSystemLunchRuleId(String tkSystemLunchRuleId)
public boolean isHistory()
SystemLunchRuleContract
history flag of a SystemLunchRule
isHistory
in interface SystemLunchRuleContract
public void setHistory(boolean history)
public String getUserPrincipalId()
SystemLunchRuleContract
userPrincipalId of a SystemLunchRule
getUserPrincipalId
in interface SystemLunchRuleContract
public void setUserPrincipalId(String userPrincipalId)
public Boolean getShowLunchButton()
SystemLunchRuleContract
showLunchButton of a SystemLunchRule
getShowLunchButton
in interface SystemLunchRuleContract
public void setShowLunchButton(Boolean showLunchButton)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |