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, setLocationIdareAllBusinessKeyValuesAvailable, copyCommonFields, getCreateTime, getEffectiveDate, getEffectiveLocalDate, getHistory, getRelativeEffectiveDate, getTimestamp, getUserPrincipalId, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setHistory, setRelativeEffectiveDate, setTimestamp, setUserPrincipalIdafterDelete, 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, waitgetEffectiveLocalDategetCreateTimegetUserPrincipalIdareAllBusinessKeyValuesAvailable, getEffectiveDate, getRelativeEffectiveDate, getTimestamppublic static final com.google.common.collect.ImmutableList<String> BUSINESS_KEYS
public PositionReportGroupSubCategoryBo()
public com.google.common.collect.ImmutableMap<String,Object> getBusinessKeyValuesMap()
HrBusinessObjectContractgetBusinessKeyValuesMap in interface HrBusinessObjectContractpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.IdentifiablegetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObjectprotected String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getPmPstnRptGrpSubCatId()
PositionReportGroupSubCategoryContractpmPstnRptGrpSubCatId of a PositionReportGroupSubCategory
getPmPstnRptGrpSubCatId in interface PositionReportGroupSubCategoryContractpublic void setPmPstnRptGrpSubCatId(String pmPstnRptGrpSubCatId)
public String getPstnRptGrpSubCat()
PositionReportGroupSubCategoryContractpstnRptGrpSubCat of a PositionReportGroupSubCategory
getPstnRptGrpSubCat in interface PositionReportGroupSubCategoryContractpublic void setPstnRptGrpSubCat(String pstnRptGrpSubCat)
public String getPositionReportGroup()
PositionReportGroupSubCategoryContractpositionReportGroup of a PositionReportGroupSubCategory
getPositionReportGroup in interface PositionReportGroupSubCategoryContractpublic void setPositionReportGroup(String positionReportGroup)
public String getPositionReportSubCat()
PositionReportGroupSubCategoryContractpositionReportSubCat of a PositionReportGroupSubCategory
getPositionReportSubCat in interface PositionReportGroupSubCategoryContractpublic void setPositionReportSubCat(String positionReportSubCat)
public String getDescription()
PositionReportGroupSubCategoryContractdescription of a PositionReportGroupSubCategory
getDescription in interface PositionReportGroupSubCategoryContractpublic 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.