org.kuali.hr.time.department
Class Department
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.hr.time.HrBusinessObject
org.kuali.hr.time.department.Department
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, 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 Department
- extends HrBusinessObject
- 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
Department
public Department()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getChart
public String getChart()
setChart
public void setChart(String chart)
getOrg
public String getOrg()
setOrg
public void setOrg(String org)
getHrDeptId
public String getHrDeptId()
setHrDeptId
public void setHrDeptId(String hrDeptId)
getDept
public String getDept()
setDept
public void setDept(String dept)
getChartObj
public Chart getChartObj()
setChartObj
public void setChartObj(Chart chartObj)
getOrgObj
public Organization getOrgObj()
setOrgObj
public void setOrgObj(Organization orgObj)
getRoles
public List<TkRole> getRoles()
setRoles
public void setRoles(List<TkRole> roles)
getInactiveRoles
public List<TkRole> getInactiveRoles()
setInactiveRoles
public void setInactiveRoles(List<TkRole> inactiveRoles)
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
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getLocationObj
public Location getLocationObj()
setLocationObj
public void setLocationObj(Location locationObj)
getHistory
public String getHistory()
setHistory
public void setHistory(String history)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.