public class PositionDepartmentBo extends PositionKeyedDerived implements PositionDepartmentContract
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<String> |
BUSINESS_KEYS |
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDepartment,PositionDepartmentBo> |
toBo |
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDepartmentBo,PositionDepartment> |
toImmutable |
hrPositionId
groupKey, groupKeyCode
Constructor and Description |
---|
PositionDepartmentBo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static PositionDepartmentBo |
from(PositionDepartment im) |
String |
getDepartment()
Position Department Department
|
DepartmentBo |
getDepartmentObj() |
String |
getDeptAffl()
Department Affiliation
|
DepartmentAffiliationBo |
getDeptAfflObj()
Department Affiliation Object
|
String |
getId() |
String |
getPmPositionDeptId()
Position Department ID
|
void |
setDepartment(String department) |
void |
setDepartmentObj(DepartmentBo departmentObj) |
void |
setDeptAffl(String deptAffl) |
void |
setDeptAfflObj(DepartmentAffiliationBo deptAfflObj) |
void |
setId(String id) |
void |
setPmPositionDeptId(String pmPositionDeptId) |
static PositionDepartment |
to(PositionDepartmentBo bo) |
getHrPositionId, getOwner, getOwnerId, setHrPositionId, setOwner, setOwnerId
getGroupKey, getGroupKeyCode, getInstitution, getInstitutionObj, getLocation, getLocationObj, setGroupKey, setGroupKeyCode
getEffectiveDateOfOwner, getEffectiveLocalDateOfOwner, isEquivalentTo, setOwnerOfDerivedCollection
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
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHrPositionId
getEffectiveLocalDateOfOwner
getGroupKey, getGroupKeyCode
getEffectiveDateOfOwner, isEquivalentTo
public static final com.google.common.collect.ImmutableList<String> BUSINESS_KEYS
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDepartmentBo,PositionDepartment> toImmutable
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDepartment,PositionDepartmentBo> toBo
public PositionDepartmentBo()
public String getDeptAffl()
PositionDepartmentContract
feptAffl for the Position Department.
getDeptAffl
in interface PositionDepartmentContract
public void setDeptAffl(String deptAffl)
deptAffl
- the deptAffl to setpublic DepartmentAffiliationBo getDeptAfflObj()
PositionDepartmentContract
deptAfflObj for the Position Department.
getDeptAfflObj
in interface PositionDepartmentContract
public void setDeptAfflObj(DepartmentAffiliationBo deptAfflObj)
deptAfflObj
- the deptAfflObj to setpublic String getPmPositionDeptId()
PositionDepartmentContract
pmPositionDeptId for the Position Department.
getPmPositionDeptId
in interface PositionDepartmentContract
public void setPmPositionDeptId(String pmPositionDeptId)
pmPositionDeptId
- the pmPositionDeptId to setpublic String getDepartment()
PositionDepartmentContract
department for the Position Department.
getDepartment
in interface PositionDepartmentContract
public void setDepartment(String department)
department
- the department to setpublic DepartmentBo getDepartmentObj()
public void setDepartmentObj(DepartmentBo departmentObj)
departmentObj
- the departmentObj to setpublic String getId()
getId
in class HrBusinessObjectDerived<PositionBo>
public void setId(String id)
setId
in class HrBusinessObjectDerived<PositionBo>
public static PositionDepartmentBo from(PositionDepartment im)
public static PositionDepartment to(PositionDepartmentBo bo)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.