public static final class EdoChecklist.Builder extends Object implements Serializable, EdoChecklistContract, org.kuali.rice.core.api.mo.ModelBuilder
EdoChecklist instances. Enforces the constraints of the EdoChecklistContract.| Modifier and Type | Method and Description |
|---|---|
EdoChecklist |
build() |
static EdoChecklist.Builder |
create() |
static EdoChecklist.Builder |
create(EdoChecklistContract contract) |
List<EdoChecklistSection.Builder> |
getChecklistSections()
The list of ChecklistSection that is associated with the EdoChecklist
|
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
String |
getDepartmentId()
The department id that this EdoChecklist is associated with
|
String |
getDescription()
The description of the EdoChecklist
|
String |
getDossierTypeCode()
The dossier type code of the EdoChecklist
|
String |
getEdoChecklistId()
The identifier of the EdoChecklist
|
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
HrGroupKey.Builder |
getGroupKey() |
String |
getGroupKeyCode()
The localDate format of the effective date of the HrBusinessObject
|
String |
getId() |
String |
getObjectId() |
String |
getOrganizationCode()
The organization code that this EdoChecklist is associated with
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setChecklistSections(List<EdoChecklistSection.Builder> checklistSections) |
void |
setCreateTime(org.joda.time.DateTime createTime) |
void |
setDepartmentId(String departmentId) |
void |
setDescription(String description) |
void |
setDossierTypeCode(String dossierTypeCode) |
void |
setEdoChecklistId(String edoChecklistId) |
void |
setEffectiveLocalDate(org.joda.time.LocalDate effectiveLocalDate) |
void |
setGroupKey(HrGroupKey.Builder groupKey) |
void |
setGroupKeyCode(String groupKeyCode) |
void |
setId(String id) |
void |
setObjectId(String objectId) |
void |
setOrganizationCode(String organizationCode) |
void |
setUserPrincipalId(String userPrincipalId) |
void |
setVersionNumber(Long versionNumber) |
public static EdoChecklist.Builder create()
public static EdoChecklist.Builder create(EdoChecklistContract contract)
public EdoChecklist build()
build in interface org.kuali.rice.core.api.mo.ModelBuilderpublic List<EdoChecklistSection.Builder> getChecklistSections()
EdoChecklistContractchecklistSections of the EdoChecklist
getChecklistSections in interface EdoChecklistContractpublic String getDescription()
EdoChecklistContractdescription of the EdoChecklist
getDescription in interface EdoChecklistContractpublic String getEdoChecklistId()
EdoChecklistContractedoChecklistId of the EdoChecklist
getEdoChecklistId in interface EdoChecklistContractpublic String getDossierTypeCode()
EdoChecklistContractdossierTypeCode of the EdoChecklist
getDossierTypeCode in interface EdoChecklistContractpublic String getOrganizationCode()
EdoChecklistContractorganizationCode of the EdoChecklist
getOrganizationCode in interface EdoChecklistContractpublic String getDepartmentId()
EdoChecklistContractdepartmentId of the EdoChecklist
getDepartmentId in interface EdoChecklistContractpublic 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 String getGroupKeyCode()
KeyedDataeffectiveLocalDate of HrBusinessObject
getGroupKeyCode in interface KeyedDatapublic HrGroupKey.Builder getGroupKey()
getGroupKey in interface KeyedDatapublic void setChecklistSections(List<EdoChecklistSection.Builder> checklistSections)
public void setDescription(String description)
public void setEdoChecklistId(String edoChecklistId)
public void setDossierTypeCode(String dossierTypeCode)
public void setOrganizationCode(String organizationCode)
public void setDepartmentId(String departmentId)
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)
public void setGroupKeyCode(String groupKeyCode)
public void setGroupKey(HrGroupKey.Builder groupKey)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.