public static final class EdoGroupDefinition.Builder extends Object implements Serializable, EdoGroupDefinitionContract, org.kuali.rice.core.api.mo.ModelBuilder
EdoGroupDefinition
instances. Enforces the constraints of the EdoGroupDefinitionContract
.Modifier and Type | Method and Description |
---|---|
EdoGroupDefinition |
build() |
static EdoGroupDefinition.Builder |
create() |
static EdoGroupDefinition.Builder |
create(EdoGroupDefinitionContract contract) |
static EdoGroupDefinition.Builder |
create(String edoWorkflowId,
String workflowLevel,
String dossierType) |
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
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
|
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
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
|
String |
getObjectId() |
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
String |
getWorkflowLevel()
The work flow level that the EdoGroupDefinition is associated with
|
String |
getWorkflowType()
The work flow type that the EdoGroupDefinition is associated with
|
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCreateTime(org.joda.time.DateTime createTime) |
void |
setDossierType(String dossierType) |
void |
setEdoGroupId(String edoGroupId) |
void |
setEdoWorkflowId(String edoWorkflowId) |
void |
setEffectiveLocalDate(org.joda.time.LocalDate effectiveLocalDate) |
void |
setId(String id) |
void |
setKimRoleName(String kimRoleName) |
void |
setKimTypeName(String kimTypeName) |
void |
setObjectId(String objectId) |
void |
setUserPrincipalId(String userPrincipalId) |
void |
setVersionNumber(Long versionNumber) |
void |
setWorkflowLevel(String workflowLevel) |
void |
setWorkflowType(String workflowType) |
public static EdoGroupDefinition.Builder create()
public static EdoGroupDefinition.Builder create(String edoWorkflowId, String workflowLevel, String dossierType)
public static EdoGroupDefinition.Builder create(EdoGroupDefinitionContract contract)
public EdoGroupDefinition build()
build
in interface org.kuali.rice.core.api.mo.ModelBuilder
public String getKimRoleName()
EdoGroupDefinitionContract
kimRoleName of the EdoGroupDefinition
getKimRoleName
in interface EdoGroupDefinitionContract
public String getKimTypeName()
EdoGroupDefinitionContract
kimTypeName of the EdoGroupDefinition
getKimTypeName
in interface EdoGroupDefinitionContract
public String getWorkflowType()
EdoGroupDefinitionContract
workflowType of the EdoGroupDefinition
getWorkflowType
in interface EdoGroupDefinitionContract
public String getEdoGroupId()
EdoGroupDefinitionContract
edoGroupId of the EdoGroupDefinition
getEdoGroupId
in interface EdoGroupDefinitionContract
public String getEdoWorkflowId()
EdoGroupDefinitionContract
edoWorkflowId of the EdoGroupDefinition
getEdoWorkflowId
in interface EdoGroupDefinitionContract
public String getDossierType()
EdoGroupDefinitionContract
dossierType of the EdoGroupDefinition
getDossierType
in interface EdoGroupDefinitionContract
public String getWorkflowLevel()
EdoGroupDefinitionContract
workflowLevel of the EdoGroupDefinition
getWorkflowLevel
in interface EdoGroupDefinitionContract
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public org.joda.time.LocalDate getEffectiveLocalDate()
Effective
effectiveLocalDate of HrBusinessObject
getEffectiveLocalDate
in interface Effective
public org.joda.time.DateTime getCreateTime()
CreateTime
timestamp of HrBusinessObject
getCreateTime
in interface CreateTime
public String getUserPrincipalId()
UserModified
userPrincipalId of HrBusinessObject
getUserPrincipalId
in interface UserModified
public void setKimRoleName(String kimRoleName)
public void setKimTypeName(String kimTypeName)
public void setWorkflowType(String workflowType)
public void setEdoGroupId(String edoGroupId)
public void setEdoWorkflowId(String edoWorkflowId)
public void setDossierType(String dossierType)
public void setWorkflowLevel(String workflowLevel)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
public void setActive(boolean active)
public void setEffectiveLocalDate(org.joda.time.LocalDate effectiveLocalDate)
public void setCreateTime(org.joda.time.DateTime createTime)
public void setUserPrincipalId(String userPrincipalId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.