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, 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
public 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()
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 getGroupKeyCode()
getGroupKeyCode
in interface HrGroupKeyContract
public void setGroupKeyCode(String groupKeyCode)
public String getInstitutionCode()
getInstitutionCode
in interface HrGroupKeyContract
public void setInstitutionCode(String institutionCode)
public String getDescription()
getDescription
in interface HrGroupKeyContract
public void setDescription(String description)
public String getLocationId()
getLocationId
in interface HrGroupKeyContract
public void setLocationId(String locationId)
public String getCampusCode()
getCampusCode
in interface HrGroupKeyContract
public void setCampusCode(String campusCode)
public LocationBo getLocation()
getLocation
in interface HrGroupKeyContract
public void setLocation(LocationBo location)
public org.kuali.rice.location.api.campus.Campus getCampus()
getCampus
in interface HrGroupKeyContract
public void setCampus(org.kuali.rice.location.api.campus.Campus campus)
public InstitutionBo getInstitution()
getInstitution
in interface HrGroupKeyContract
public 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.