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.ModelBuilderpublic String getKimRoleName()
EdoGroupDefinitionContractkimRoleName of the EdoGroupDefinition
getKimRoleName in interface EdoGroupDefinitionContractpublic String getKimTypeName()
EdoGroupDefinitionContractkimTypeName of the EdoGroupDefinition
getKimTypeName in interface EdoGroupDefinitionContractpublic String getWorkflowType()
EdoGroupDefinitionContractworkflowType of the EdoGroupDefinition
getWorkflowType in interface EdoGroupDefinitionContractpublic String getEdoGroupId()
EdoGroupDefinitionContractedoGroupId of the EdoGroupDefinition
getEdoGroupId in interface EdoGroupDefinitionContractpublic String getEdoWorkflowId()
EdoGroupDefinitionContractedoWorkflowId of the EdoGroupDefinition
getEdoWorkflowId in interface EdoGroupDefinitionContractpublic String getDossierType()
EdoGroupDefinitionContractdossierType of the EdoGroupDefinition
getDossierType in interface EdoGroupDefinitionContractpublic String getWorkflowLevel()
EdoGroupDefinitionContractworkflowLevel of the EdoGroupDefinition
getWorkflowLevel in interface EdoGroupDefinitionContractpublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic String getObjectId()
getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUniquepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic org.joda.time.LocalDate getEffectiveLocalDate()
EffectiveeffectiveLocalDate of HrBusinessObject
getEffectiveLocalDate in interface Effectivepublic org.joda.time.DateTime getCreateTime()
CreateTimetimestamp of HrBusinessObject
getCreateTime in interface CreateTimepublic String getUserPrincipalId()
UserModifieduserPrincipalId of HrBusinessObject
getUserPrincipalId in interface UserModifiedpublic 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.