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, setTimestamp
afterDelete, 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, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp
public static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
public PositionReportGroup()
public String getId()
HrBusinessObjectContract
id of HrBusinessObject
getId
in interface HrBusinessObjectContract
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
protected String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public String getPmPositionReportGroupId()
PositionReportGroupContract
pmPositionReportGroupId of a Group.
getPmPositionReportGroupId
in interface PositionReportGroupContract
public void setPmPositionReportGroupId(String pmPositionReportGroupId)
public String getPositionReportGroup()
PositionReportGroupContract
positionReportGroup of a PositionReportGroup.
getPositionReportGroup
in interface PositionReportGroupContract
public void setPositionReportGroup(String positionReportGroup)
public String getDescription()
PositionReportGroupContract
description of a PositionReportGroup.
getDescription
in interface PositionReportGroupContract
public void setDescription(String description)
public String getInstitution()
PositionReportGroupContract
institution of a PositionReportGroup.
getInstitution
in interface PositionReportGroupContract
public void setInstitution(String institution)
public String getLocation()
PositionReportGroupContract
location of a PositionReportGroup.
getLocation
in interface PositionReportGroupContract
public void setLocation(String location)
public Location getLocationObj()
PositionReportGroupContract
locationObj of a PositionReportGroup.
getLocationObj
in interface PositionReportGroupContract
public void setLocationObj(Location locationObj)
public Institution getInstitutionObj()
PositionReportGroupContract
institutionObj of a PositionReportGroup.
getInstitutionObj
in interface PositionReportGroupContract
public void setInstitutionObj(Institution institutionObj)
public static long getSerialversionuid()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.