public interface PositionReportGroupContract extends HrBusinessObjectContract
PositionReportGroupContract interface
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The descriptive text of the PositionReportingGroup
|
String |
getInstitution()
The institution associated with the PositionReportGroup
|
InstitutionContract |
getInstitutionObj()
The Institution object associated with the PositionReportGroup
|
String |
getLocation()
The location associated with the PositionReportGroup
|
LocationContract |
getLocationObj()
The Location object associated with the PositionReportGroup
|
String |
getPmPositionReportGroupId()
The primary key for a PositionReportGroup entry saved in the database
|
String |
getPositionReportGroup()
The text used to identify the PositionReportGroup
|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp
String getPmPositionReportGroupId()
pmPositionReportGroupId of a Group.
String getPositionReportGroup()
positionReportGroup of a PositionReportGroup.
String getDescription()
description of a PositionReportGroup.
String getInstitution()
institution of a PositionReportGroup.
String getLocation()
location of a PositionReportGroup.
LocationContract getLocationObj()
locationObj of a PositionReportGroup.
InstitutionContract getInstitutionObj()
institutionObj of a PositionReportGroup.
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.