public class HrGroupKeyBo extends HrBusinessObject implements HrGroupKeyContract
| Modifier and Type | Field and Description | 
|---|---|
| static com.google.common.collect.ImmutableList<String> | BUSINESS_KEYS | 
| static com.google.common.collect.ImmutableList<String> | CACHE_FLUSH | 
| static String | CACHE_NAME | 
| static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<HrGroupKey,HrGroupKeyBo> | toBo | 
| static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<HrGroupKeyBo,HrGroupKey> | toImmutable | 
| Constructor and Description | 
|---|
| HrGroupKeyBo() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HrGroupKeyBo | from(HrGroupKey im) | 
| Map<String,Object> | getBusinessKeyValuesMap()The map of key-vaue pairs that together form the business key criteria for this instance. | 
| org.kuali.rice.location.api.campus.Campus | getCampus() | 
| String | getCampusCode() | 
| String | getDescription() | 
| String | getGroupKeyCode() | 
| String | getId() | 
| InstitutionBo | getInstitution() | 
| String | getInstitutionCode() | 
| LocationBo | getLocation() | 
| String | getLocationId() | 
| protected String | getUniqueKey() | 
| void | setCampus(org.kuali.rice.location.api.campus.Campus campus) | 
| void | setCampusCode(String campusCode) | 
| void | setDescription(String description) | 
| void | setGroupKeyCode(String groupKeyCode) | 
| void | setId(String id) | 
| void | setInstitution(InstitutionBo institution) | 
| void | setInstitutionCode(String institutionCode) | 
| void | setLocation(LocationBo location) | 
| void | setLocationId(String locationId) | 
| static HrGroupKey | to(HrGroupKeyBo bo) | 
areAllBusinessKeyValuesAvailable, 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, waitgetEffectiveLocalDategetCreateTimegetUserPrincipalIdpublic static final com.google.common.collect.ImmutableList<String> BUSINESS_KEYS
public static final com.google.common.collect.ImmutableList<String> CACHE_FLUSH
public static final String CACHE_NAME
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<HrGroupKey,HrGroupKeyBo> toBo
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<HrGroupKeyBo,HrGroupKey> toImmutable
public HrGroupKeyBo()
public Map<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 getGroupKeyCode()
getGroupKeyCode in interface HrGroupKeyContractpublic void setGroupKeyCode(String groupKeyCode)
public String getInstitutionCode()
getInstitutionCode in interface HrGroupKeyContractpublic void setInstitutionCode(String institutionCode)
public String getDescription()
getDescription in interface HrGroupKeyContractpublic void setDescription(String description)
public String getLocationId()
getLocationId in interface HrGroupKeyContractpublic void setLocationId(String locationId)
public String getCampusCode()
getCampusCode in interface HrGroupKeyContractpublic void setCampusCode(String campusCode)
public LocationBo getLocation()
getLocation in interface HrGroupKeyContractpublic void setLocation(LocationBo location)
public org.kuali.rice.location.api.campus.Campus getCampus()
getCampus in interface HrGroupKeyContractpublic void setCampus(org.kuali.rice.location.api.campus.Campus campus)
public InstitutionBo getInstitution()
getInstitution in interface HrGroupKeyContractpublic void setInstitution(InstitutionBo institution)
public static HrGroupKeyBo from(HrGroupKey im)
public static HrGroupKey to(HrGroupKeyBo bo)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.