org.kuali.kpme.tklm.time.rules.overtime.weekly
Class WeeklyOvertimeRuleGroup

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.kpme.tklm.time.rules.overtime.weekly.WeeklyOvertimeRuleGroup
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, WeeklyOvertimeRuleGroupContract, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class WeeklyOvertimeRuleGroup
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements WeeklyOvertimeRuleGroupContract

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
WeeklyOvertimeRuleGroup()
           
 
Method Summary
 List<WeeklyOvertimeRule> getLstWeeklyOvertimeRules()
          The list of WeeklyOvertimeRule objects associated with the WeeklyOvertimeRuleGroup
 Long getTkWeeklyOvertimeRuleGroupId()
          The primary key of a WeeklyOvertimeRuleGroup entry saved in a database
 void setLstWeeklyOvertimeRules(List<WeeklyOvertimeRule> lstWeeklyOvertimeRules)
           
 void setTkWeeklyOvertimeRuleGroupId(Long tkWeeklyOvertimeRuleGroupId)
           
 
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.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
 

Constructor Detail

WeeklyOvertimeRuleGroup

public WeeklyOvertimeRuleGroup()
Method Detail

getLstWeeklyOvertimeRules

public List<WeeklyOvertimeRule> getLstWeeklyOvertimeRules()
Description copied from interface: WeeklyOvertimeRuleGroupContract
The list of WeeklyOvertimeRule objects associated with the WeeklyOvertimeRuleGroup

lstWeeklyOvertimeRules of a WeeklyOvertimeRuleGroup

Specified by:
getLstWeeklyOvertimeRules in interface WeeklyOvertimeRuleGroupContract
Returns:
lstWeeklyOvertimeRules for WeeklyOvertimeRuleGroup

setLstWeeklyOvertimeRules

public void setLstWeeklyOvertimeRules(List<WeeklyOvertimeRule> lstWeeklyOvertimeRules)

getTkWeeklyOvertimeRuleGroupId

public Long getTkWeeklyOvertimeRuleGroupId()
Description copied from interface: WeeklyOvertimeRuleGroupContract
The primary key of a WeeklyOvertimeRuleGroup entry saved in a database

tkWeeklyOvertimeRuleGroupId of a WeeklyOvertimeRuleGroup

Specified by:
getTkWeeklyOvertimeRuleGroupId in interface WeeklyOvertimeRuleGroupContract
Returns:
tkWeeklyOvertimeRuleGroupId for WeeklyOvertimeRuleGroup

setTkWeeklyOvertimeRuleGroupId

public void setTkWeeklyOvertimeRuleGroupId(Long tkWeeklyOvertimeRuleGroupId)


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