org.kuali.hr.time.dept.lunch
Class DeptLunchRule

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.hr.time.HrBusinessObject
              extended by 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

Field Summary
static String CACHE_NAME
           
 
Fields inherited from class org.kuali.hr.time.HrBusinessObject
active, effectiveDate, timestamp
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
DeptLunchRule()
           
 
Method Summary
 BigDecimal getDeductionMins()
           
 Department getDepartmentObj()
           
 String getDept()
          Returns the String representing the Department that this object belongs to.
 String getHrDeptId()
           
 String getHrJobId()
           
 String getId()
           
 Job getJob()
           
 Long getJobNumber()
           
 org.kuali.rice.kim.api.identity.Person getPrincipal()
           
 String getPrincipalId()
           
 BigDecimal getShiftHours()
           
 String getTkDeptLunchRuleId()
           
 String getTkWorkAreaId()
           
 String getUniqueKey()
           
 String getUserPrincipalId()
           
 Long getWorkArea()
          Returns the Long representing the WorkArea that this object belongs to.
 WorkArea getWorkAreaObj()
           
 void setDeductionMins(BigDecimal deductionMins)
           
 void setDepartmentObj(Department departmentObj)
           
 void setDept(String dept)
           
 void setHrDeptId(String hrDeptId)
           
 void setHrJobId(String hrJobId)
           
 void setId(String id)
           
 void setJob(Job job)
           
 void setJobNumber(Long jobNumber)
           
 void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
           
 void setPrincipalId(String principalId)
           
 void setShiftHours(BigDecimal shiftHours)
           
 void setTkDeptLunchRuleId(String tkDeptLunchRuleId)
           
 void setTkWorkAreaId(String tkWorkAreaId)
           
 void setUserPrincipalId(String userPrincipalId)
           
 void setWorkArea(Long workArea)
           
 void setWorkAreaObj(WorkArea workAreaObj)
           
 
Methods inherited from class org.kuali.hr.time.HrBusinessObject
getEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, 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.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
See Also:
Constant Field Values
Constructor Detail

DeptLunchRule

public DeptLunchRule()
Method Detail

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


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