public class SystemLunchRule extends TkRule implements SystemLunchRuleContract
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
groupKey, groupKeyCode, institutionCode, institutionObj, locationId, locationObj
Constructor and Description |
---|
SystemLunchRule() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Object> |
getBusinessKeyValuesMap()
The map of key-vaue pairs that together form the business key criteria for this instance.
|
String |
getId() |
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() |
boolean |
isHistory()
The history flag of the SystemLunchRule
|
void |
setHistory(boolean history) |
void |
setId(String id) |
void |
setShowLunchButton(Boolean showLunchButton) |
void |
setTkSystemLunchRuleId(String tkSystemLunchRuleId) |
getGroupKey, getGroupKeyCode, getInstitution, getInstitutionCode, getInstitutionObj, getLocation, getLocationId, getLocationObj, setGroupKey, setGroupKeyCode, setInstitutionCode, setLocationId
areAllBusinessKeyValuesAvailable, copyCommonFields, getCreateTime, getEffectiveDate, getEffectiveLocalDate, getHistory, getRelativeEffectiveDate, getTimestamp, getUserPrincipalId, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setHistory, setRelativeEffectiveDate, setTimestamp, setUserPrincipalId
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
getUserPrincipalId
areAllBusinessKeyValuesAvailable, getEffectiveDate, getRelativeEffectiveDate, getTimestamp
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
getEffectiveLocalDate
getCreateTime
getGroupKey, getGroupKeyCode
public static final String CACHE_NAME
public SystemLunchRule()
public com.google.common.collect.ImmutableMap<String,Object> getBusinessKeyValuesMap()
HrBusinessObjectContract
getBusinessKeyValuesMap
in interface HrBusinessObjectContract
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 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()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.