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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEffectiveLocalDategetCreateTimegetUserPrincipalIdpublic 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.IdentifiablegetId in class HrBusinessObjectpublic void setId(String edoGroupId)
setId in class HrBusinessObjectprotected String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic com.google.common.collect.ImmutableMap<String,Object> getBusinessKeyValuesMap()
HrBusinessObjectContractgetBusinessKeyValuesMap in interface HrBusinessObjectContractpublic String getEdoGroupId()
EdoGroupDefinitionContractedoGroupId of the EdoGroupDefinition
getEdoGroupId in interface EdoGroupDefinitionContractpublic void setEdoGroupId(String edoGroupId)
public String getEdoWorkflowId()
EdoGroupDefinitionContractedoWorkflowId of the EdoGroupDefinition
getEdoWorkflowId in interface EdoGroupDefinitionContractpublic void setEdoWorkflowId(String edoWorkflowId)
public String getWorkflowLevel()
EdoGroupDefinitionContractworkflowLevel of the EdoGroupDefinition
getWorkflowLevel in interface EdoGroupDefinitionContractpublic void setWorkflowLevel(String workflowLevel)
public String getDossierType()
EdoGroupDefinitionContractdossierType of the EdoGroupDefinition
getDossierType in interface EdoGroupDefinitionContractpublic void setDossierType(String dossierType)
public String getWorkflowType()
EdoGroupDefinitionContractworkflowType of the EdoGroupDefinition
getWorkflowType in interface EdoGroupDefinitionContractpublic void setWorkflowType(String workflowType)
public String getKimTypeName()
EdoGroupDefinitionContractkimTypeName of the EdoGroupDefinition
getKimTypeName in interface EdoGroupDefinitionContractpublic void setKimTypeName(String kimTypeName)
public String getKimRoleName()
EdoGroupDefinitionContractkimRoleName of the EdoGroupDefinition
getKimRoleName in interface EdoGroupDefinitionContractpublic 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.