public abstract class HrKeyedBusinessObjectDerived<O extends HrBusinessObject> extends HrBusinessObjectDerived<O> implements HrKeyedBusinessObjectDerivedContract
Modifier and Type | Field and Description |
---|---|
protected HrGroupKeyBo |
groupKey |
protected String |
groupKeyCode |
owner
Constructor and Description |
---|
HrKeyedBusinessObjectDerived() |
Modifier and Type | Method and Description |
---|---|
HrGroupKeyBo |
getGroupKey() |
String |
getGroupKeyCode()
The localDate format of the effective date of the HrBusinessObject
|
String |
getInstitution()
The Institution code associated with the keyed business object
|
InstitutionBo |
getInstitutionObj()
The Institution object associated with the keyed business object
|
String |
getLocation()
The Location code associated with the keyed business object
|
LocationBo |
getLocationObj()
The Location object associated with the keyed business object
|
void |
setGroupKey(HrGroupKeyBo groupKey) |
void |
setGroupKeyCode(String groupKeyCode) |
getEffectiveDateOfOwner, getEffectiveLocalDateOfOwner, getId, getOwner, getOwnerId, isEquivalentTo, setId, setOwner, setOwnerId, setOwnerOfDerivedCollection
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
getEffectiveDateOfOwner, getOwner, isEquivalentTo
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
getEffectiveLocalDateOfOwner
protected String groupKeyCode
protected transient HrGroupKeyBo groupKey
public HrKeyedBusinessObjectDerived()
public String getGroupKeyCode()
KeyedData
effectiveLocalDate of HrBusinessObject
getGroupKeyCode
in interface KeyedData
public void setGroupKeyCode(String groupKeyCode)
public HrGroupKeyBo getGroupKey()
getGroupKey
in interface KeyedData
public void setGroupKey(HrGroupKeyBo groupKey)
public LocationBo getLocationObj()
HrKeyedBusinessObjectDerivedContract
getLocationObj
in interface HrKeyedBusinessObjectDerivedContract
public InstitutionBo getInstitutionObj()
HrKeyedBusinessObjectDerivedContract
getInstitutionObj
in interface HrKeyedBusinessObjectDerivedContract
public String getInstitution()
HrKeyedBusinessObjectDerivedContract
getInstitution
in interface HrKeyedBusinessObjectDerivedContract
public String getLocation()
HrKeyedBusinessObjectDerivedContract
getLocation
in interface HrKeyedBusinessObjectDerivedContract
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.