public interface PositionDepartmentContract extends HrBusinessObjectContract
PositionDepartmentContract interface
Modifier and Type | Method and Description |
---|---|
String |
getDepartment()
The department name associated with the PositionDepartment
|
DepartmentContract |
getDepartmentObj()
The Department object associated with the PositionDepartment
|
String |
getInstitution()
The institution associated with the PositionDepartment
|
InstitutionContract |
getInstitutionObj()
The Institution object associated with the PositionDepartment
|
String |
getLocation()
The location associated with the PositionDepartment
|
LocationContract |
getLocationObj()
The Location object associated with the PositionDepartment
|
String |
getPmPositionDeptId()
The primary key for a PositionDepartment entry saved in the database
|
String |
getPositionDeptAffl()
The position department affiliation associated with the PositionDepartment
|
PositionDepartmentAffiliationContract |
getPositionDeptAfflObj()
The PositionDepartmentAffiliation object associated with the PositionDepartment
|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp
String getPositionDeptAffl()
positionDeptAffl for the PositionDepartment.
PositionDepartmentAffiliationContract getPositionDeptAfflObj()
positionDeptAfflObj for the PositionDepartment.
String getPmPositionDeptId()
pmPositionDeptId for the PositionDepartment.
String getInstitution()
institution for the PositionDepartment.
String getLocation()
location for the PositionDepartment.
LocationContract getLocationObj()
locationObj for the PositionDepartment.
String getDepartment()
department for the PositionDepartment.
InstitutionContract getInstitutionObj()
institutionObj for the PositionDepartment.
DepartmentContract getDepartmentObj()
departmentObj for the PositionDepartment.
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.