org.kuali.hr.time.dept.lunch
Class DeptLunchRule
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.hr.time.HrBusinessObject
org.kuali.hr.time.dept.lunch.DeptLunchRule
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, DepartmentalRule, 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 DeptLunchRule
- extends HrBusinessObject
- implements DepartmentalRule
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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 interface org.kuali.rice.core.api.mo.ModelObjectBasic |
toString |
CACHE_NAME
public static final String CACHE_NAME
- See Also:
- Constant Field Values
DeptLunchRule
public DeptLunchRule()
getPrincipal
public org.kuali.rice.kim.api.identity.Person getPrincipal()
setPrincipal
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
getJob
public Job getJob()
setJob
public void setJob(Job job)
getWorkAreaObj
public WorkArea getWorkAreaObj()
setWorkAreaObj
public void setWorkAreaObj(WorkArea workAreaObj)
getDepartmentObj
public Department getDepartmentObj()
setDepartmentObj
public void setDepartmentObj(Department departmentObj)
getWorkArea
public Long getWorkArea()
- Description copied from interface:
DepartmentalRule
- Returns the Long representing the WorkArea that this object belongs to.
- Specified by:
getWorkArea
in interface DepartmentalRule
- Returns:
- A Long representing the WorkArea.
setWorkArea
public void setWorkArea(Long workArea)
getPrincipalId
public String getPrincipalId()
setPrincipalId
public void setPrincipalId(String principalId)
getJobNumber
public Long getJobNumber()
setJobNumber
public void setJobNumber(Long jobNumber)
getUserPrincipalId
public String getUserPrincipalId()
setUserPrincipalId
public void setUserPrincipalId(String userPrincipalId)
getTkDeptLunchRuleId
public String getTkDeptLunchRuleId()
setTkDeptLunchRuleId
public void setTkDeptLunchRuleId(String tkDeptLunchRuleId)
getDept
public String getDept()
- Description copied from interface:
DepartmentalRule
- Returns the String representing the Department that this object belongs
to.
- Specified by:
getDept
in interface DepartmentalRule
- Returns:
- A String representation of the department.
setDept
public void setDept(String dept)
getDeductionMins
public BigDecimal getDeductionMins()
setDeductionMins
public void setDeductionMins(BigDecimal deductionMins)
getShiftHours
public BigDecimal getShiftHours()
setShiftHours
public void setShiftHours(BigDecimal shiftHours)
getTkWorkAreaId
public String getTkWorkAreaId()
setTkWorkAreaId
public void setTkWorkAreaId(String tkWorkAreaId)
getHrDeptId
public String getHrDeptId()
setHrDeptId
public void setHrDeptId(String hrDeptId)
getHrJobId
public String getHrJobId()
setHrJobId
public void setHrJobId(String hrJobId)
getUniqueKey
public String getUniqueKey()
- Specified by:
getUniqueKey
in class HrBusinessObject
getId
public String getId()
- Specified by:
getId
in class HrBusinessObject
setId
public void setId(String id)
- Specified by:
setId
in class HrBusinessObject
isHistory
public boolean isHistory()
setHistory
public void setHistory(boolean history)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.