public class PositionReportGroup extends HrBusinessObject implements PositionReportGroupContract
| Modifier and Type | Field and Description | 
|---|---|
| static com.google.common.collect.ImmutableList<String> | EQUAL_TO_FIELDS | 
| Constructor and Description | 
|---|
| PositionReportGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()The descriptive text of the PositionReportingGroup | 
| String | getId()The unique id defined by the object, could be a combination
 of multiple fields | 
| String | getInstitution()The institution associated with the PositionReportGroup | 
| Institution | getInstitutionObj()The Institution object associated with the PositionReportGroup | 
| String | getLocation()The location associated with the PositionReportGroup | 
| Location | 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 | 
| static long | getSerialversionuid() | 
| protected String | getUniqueKey() | 
| void | setDescription(String description) | 
| void | setId(String id) | 
| void | setInstitution(String institution) | 
| void | setInstitutionObj(Institution institutionObj) | 
| void | setLocation(String location) | 
| void | setLocationObj(Location locationObj) | 
| void | setPmPositionReportGroupId(String pmPositionReportGroupId) | 
| void | setPositionReportGroup(String positionReportGroup) | 
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestampafterDelete, 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamppublic static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
public PositionReportGroup()
public String getId()
HrBusinessObjectContractid of HrBusinessObject
getId in interface HrBusinessObjectContractgetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObjectprotected String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getPmPositionReportGroupId()
PositionReportGroupContractpmPositionReportGroupId of a Group.
getPmPositionReportGroupId in interface PositionReportGroupContractpublic void setPmPositionReportGroupId(String pmPositionReportGroupId)
public String getPositionReportGroup()
PositionReportGroupContractpositionReportGroup of a PositionReportGroup.
getPositionReportGroup in interface PositionReportGroupContractpublic void setPositionReportGroup(String positionReportGroup)
public String getDescription()
PositionReportGroupContractdescription of a PositionReportGroup.
getDescription in interface PositionReportGroupContractpublic void setDescription(String description)
public String getInstitution()
PositionReportGroupContractinstitution of a PositionReportGroup.
getInstitution in interface PositionReportGroupContractpublic void setInstitution(String institution)
public String getLocation()
PositionReportGroupContractlocation of a PositionReportGroup.
getLocation in interface PositionReportGroupContractpublic void setLocation(String location)
public Location getLocationObj()
PositionReportGroupContractlocationObj of a PositionReportGroup.
getLocationObj in interface PositionReportGroupContractpublic void setLocationObj(Location locationObj)
public Institution getInstitutionObj()
PositionReportGroupContractinstitutionObj of a PositionReportGroup.
getInstitutionObj in interface PositionReportGroupContractpublic void setInstitutionObj(Institution institutionObj)
public static long getSerialversionuid()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.