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 |
hrPositionIdgroupKey, 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, setOwnerIdgetGroupKey, getGroupKeyCode, getInstitution, getInstitutionObj, getLocation, getLocationObj, setGroupKey, setGroupKeyCodegetEffectiveDateOfOwner, getEffectiveLocalDateOfOwner, isEquivalentTo, setOwnerOfDerivedCollectionafterDelete, 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, setVersionNumberclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHrPositionIdgetEffectiveLocalDateOfOwnergetGroupKey, getGroupKeyCodegetEffectiveDateOfOwner, isEquivalentTopublic 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()
PositionDepartmentContractfeptAffl for the Position Department.
getDeptAffl in interface PositionDepartmentContractpublic void setDeptAffl(String deptAffl)
deptAffl - the deptAffl to setpublic DepartmentAffiliationBo getDeptAfflObj()
PositionDepartmentContractdeptAfflObj for the Position Department.
getDeptAfflObj in interface PositionDepartmentContractpublic void setDeptAfflObj(DepartmentAffiliationBo deptAfflObj)
deptAfflObj - the deptAfflObj to setpublic String getPmPositionDeptId()
PositionDepartmentContractpmPositionDeptId for the Position Department.
getPmPositionDeptId in interface PositionDepartmentContractpublic void setPmPositionDeptId(String pmPositionDeptId)
pmPositionDeptId - the pmPositionDeptId to setpublic String getDepartment()
PositionDepartmentContractdepartment for the Position Department.
getDepartment in interface PositionDepartmentContractpublic 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.