public class EdoGroupDefinitionBo extends HrBusinessObject implements EdoGroupDefinitionContract
Modifier and Type | Field and Description |
---|---|
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<EdoGroupDefinition,EdoGroupDefinitionBo> |
toBo |
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<EdoGroupDefinitionBo,EdoGroupDefinition> |
toImmutable |
Constructor and Description |
---|
EdoGroupDefinitionBo() |
Modifier and Type | Method and Description |
---|---|
static EdoGroupDefinitionBo |
from(EdoGroupDefinition 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 |
getDossierType()
The dossier type that the EdoGroupDefinition is associated with
|
String |
getEdoGroupId()
The identifier of the EdoGroupDefinition
|
String |
getEdoWorkflowId()
The work flow id that the EdoGroupDefinition is associated with
|
String |
getId() |
String |
getKimRoleName()
The kim role name that the EdoGroupDefinition is associated with
|
String |
getKimTypeName()
The kim type name that the EdoGroupDefinition is associated with
|
protected String |
getUniqueKey() |
String |
getWorkflowLevel()
The work flow level that the EdoGroupDefinition is associated with
|
String |
getWorkflowType()
The work flow type that the EdoGroupDefinition is associated with
|
void |
setDossierType(String dossierType) |
void |
setEdoGroupId(String edoGroupId) |
void |
setEdoWorkflowId(String edoWorkflowId) |
void |
setId(String edoGroupId) |
void |
setKimRoleName(String kimRoleName) |
void |
setKimTypeName(String kimTypeName) |
void |
setWorkflowLevel(String workflowLevel) |
void |
setWorkflowType(String workflowType) |
static EdoGroupDefinition |
to(EdoGroupDefinitionBo bo) |
areAllBusinessKeyValuesAvailable, copyCommonFields, getCreateTime, getEffectiveDate, getEffectiveLocalDate, getHistory, getRelativeEffectiveDate, getTimestamp, getUserPrincipalId, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setHistory, setRelativeEffectiveDate, setTimestamp, setUserPrincipalId
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<EdoGroupDefinitionBo,EdoGroupDefinition> toImmutable
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<EdoGroupDefinition,EdoGroupDefinitionBo> toBo
public EdoGroupDefinitionBo()
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
getId
in class HrBusinessObject
public void setId(String edoGroupId)
setId
in class HrBusinessObject
protected String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public com.google.common.collect.ImmutableMap<String,Object> getBusinessKeyValuesMap()
HrBusinessObjectContract
getBusinessKeyValuesMap
in interface HrBusinessObjectContract
public String getEdoGroupId()
EdoGroupDefinitionContract
edoGroupId of the EdoGroupDefinition
getEdoGroupId
in interface EdoGroupDefinitionContract
public void setEdoGroupId(String edoGroupId)
public String getEdoWorkflowId()
EdoGroupDefinitionContract
edoWorkflowId of the EdoGroupDefinition
getEdoWorkflowId
in interface EdoGroupDefinitionContract
public void setEdoWorkflowId(String edoWorkflowId)
public String getWorkflowLevel()
EdoGroupDefinitionContract
workflowLevel of the EdoGroupDefinition
getWorkflowLevel
in interface EdoGroupDefinitionContract
public void setWorkflowLevel(String workflowLevel)
public String getDossierType()
EdoGroupDefinitionContract
dossierType of the EdoGroupDefinition
getDossierType
in interface EdoGroupDefinitionContract
public void setDossierType(String dossierType)
public String getWorkflowType()
EdoGroupDefinitionContract
workflowType of the EdoGroupDefinition
getWorkflowType
in interface EdoGroupDefinitionContract
public void setWorkflowType(String workflowType)
public String getKimTypeName()
EdoGroupDefinitionContract
kimTypeName of the EdoGroupDefinition
getKimTypeName
in interface EdoGroupDefinitionContract
public void setKimTypeName(String kimTypeName)
public String getKimRoleName()
EdoGroupDefinitionContract
kimRoleName of the EdoGroupDefinition
getKimRoleName
in interface EdoGroupDefinitionContract
public void setKimRoleName(String kimRoleName)
public static EdoGroupDefinitionBo from(EdoGroupDefinition im)
public static EdoGroupDefinition to(EdoGroupDefinitionBo bo)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.