org.kuali.kpme.tklm.api.time.rules.lunch.sys
Interface SystemLunchRuleContract

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.core.api.mo.common.GloballyUnique, HrBusinessObjectContract, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.PersistableBusinessObject, Serializable, TkRuleContract, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
SystemLunchRule

public interface SystemLunchRuleContract
extends TkRuleContract

SystemLunchRuleContract interface


Method Summary
 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 getUserPrincipalId()
          The principal id of the user who set up the SystemLunchRule
 boolean isHistory()
          The history flag of the SystemLunchRule
 
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract
getEffectiveDate, getEffectiveLocalDate, getId, 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
 

Method Detail

getTkSystemLunchRuleId

String getTkSystemLunchRuleId()
The primary key of a SystemLunchRule entry saved in a database

tkSystemLunchRuleId of a SystemLunchRule

Returns:
tkSystemLunchRuleId for SystemLunchRule

isHistory

boolean isHistory()
The history flag of the SystemLunchRule

history flag of a SystemLunchRule

Returns:
Y if on, N if not

getUserPrincipalId

String getUserPrincipalId()
The principal id of the user who set up the SystemLunchRule

userPrincipalId of a SystemLunchRule

Returns:
userPrincipalId for SystemLunchRule

getShowLunchButton

Boolean getShowLunchButton()
The flag to indicate if the lunch buttons will be presented or not

showLunchButton of a SystemLunchRule

Returns:
Y if presented, N if not


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.