public class PositionReportGroupSubCategoryBo extends HrKeyedBusinessObject implements PositionReportGroupSubCategoryContract
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<String> |
BUSINESS_KEYS |
groupKey, groupKeyCode, institutionCode, institutionObj, locationId, locationObj
Constructor and Description |
---|
PositionReportGroupSubCategoryBo() |
Modifier and Type | Method and Description |
---|---|
static PositionReportGroupSubCategoryBo |
from(PositionReportGroupSubCategory im) |
com.google.common.collect.ImmutableMap<String,Object> |
getBusinessKeyValuesMap()
The map of key-vaue pairs that together form the business key criteria for this instance.
|
String |
getDescription()
The descriptive text for the PositionReportGroupSubCategory
|
String |
getId() |
String |
getPmPstnRptGrpSubCatId()
The primary key of a PositionReportGroupSubCategory entry saved in a database
|
String |
getPositionReportGroup()
The position reporting group associated with the PositionReportGroupSubCategory
|
String |
getPositionReportSubCat()
The position report sub category associated with the PositionReportGroupSubCategory
|
String |
getPstnRptGrpSubCat()
The text used to identify the PositionReportGroupSubCategory
|
protected String |
getUniqueKey() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setPmPstnRptGrpSubCatId(String pmPstnRptGrpSubCatId) |
void |
setPositionReportGroup(String positionReportGroup) |
void |
setPositionReportSubCat(String positionReportSubCat) |
void |
setPstnRptGrpSubCat(String pstnRptGrpSubCat) |
static PositionReportGroupSubCategory |
to(PositionReportGroupSubCategoryBo bo) |
getGroupKey, getGroupKeyCode, getInstitution, getInstitutionCode, getInstitutionObj, getLocation, getLocationId, getLocationObj, setGroupKey, setGroupKeyCode, setInstitutionCode, setLocationId
areAllBusinessKeyValuesAvailable, copyCommonFields, getCreateTime, getEffectiveDate, getEffectiveLocalDate, getHistory, getRelativeEffectiveDate, getTimestamp, getUserPrincipalId, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setHistory, setRelativeEffectiveDate, setTimestamp, setUserPrincipalId
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
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
areAllBusinessKeyValuesAvailable, getEffectiveDate, getRelativeEffectiveDate, getTimestamp
public static final com.google.common.collect.ImmutableList<String> BUSINESS_KEYS
public PositionReportGroupSubCategoryBo()
public com.google.common.collect.ImmutableMap<String,Object> getBusinessKeyValuesMap()
HrBusinessObjectContract
getBusinessKeyValuesMap
in interface HrBusinessObjectContract
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
protected String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public String getPmPstnRptGrpSubCatId()
PositionReportGroupSubCategoryContract
pmPstnRptGrpSubCatId of a PositionReportGroupSubCategory
getPmPstnRptGrpSubCatId
in interface PositionReportGroupSubCategoryContract
public void setPmPstnRptGrpSubCatId(String pmPstnRptGrpSubCatId)
public String getPstnRptGrpSubCat()
PositionReportGroupSubCategoryContract
pstnRptGrpSubCat of a PositionReportGroupSubCategory
getPstnRptGrpSubCat
in interface PositionReportGroupSubCategoryContract
public void setPstnRptGrpSubCat(String pstnRptGrpSubCat)
public String getPositionReportGroup()
PositionReportGroupSubCategoryContract
positionReportGroup of a PositionReportGroupSubCategory
getPositionReportGroup
in interface PositionReportGroupSubCategoryContract
public void setPositionReportGroup(String positionReportGroup)
public String getPositionReportSubCat()
PositionReportGroupSubCategoryContract
positionReportSubCat of a PositionReportGroupSubCategory
getPositionReportSubCat
in interface PositionReportGroupSubCategoryContract
public void setPositionReportSubCat(String positionReportSubCat)
public String getDescription()
PositionReportGroupSubCategoryContract
description of a PositionReportGroupSubCategory
getDescription
in interface PositionReportGroupSubCategoryContract
public void setDescription(String description)
public static PositionReportGroupSubCategoryBo from(PositionReportGroupSubCategory im)
public static PositionReportGroupSubCategory to(PositionReportGroupSubCategoryBo bo)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.