|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PositionAppointmentContract
PositionAppointmentContract interface
Method Summary | |
---|---|
String |
getDescription()
The longer text description of the appointment type |
String |
getInstitution()
The institution associated with the PositionAppointment |
InstitutionContract |
getInstitutionObj()
The Institution object associated with the PositionAppointment |
String |
getLocation()
The location associated with the PositionAppointment |
LocationContract |
getLocationObj()
The Location object associated with the PositionAppointment |
String |
getPmPositionAppointmentId()
The primary key for a PositionAppointment entry saved in the database |
String |
getPositionAppointment()
The short text name of the appointment type |
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
---|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp |
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Method Detail |
---|
String getPmPositionAppointmentId()
pmPositionAppointmentId for the PositionAppointment.
String getPositionAppointment()
positionAppointment for the PositionAppointment.
String getDescription()
description for the PositionAppointment.
String getInstitution()
institution for the PositionAppointment.
String getLocation()
location for the PositionAppointment.
LocationContract getLocationObj()
locationObj object for the PositionAppointment.
InstitutionContract getInstitutionObj()
institutionObj object for the PositionAppointment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |