public static final class EdoChecklistSection.Builder extends Object implements Serializable, EdoChecklistSectionContract, org.kuali.rice.core.api.mo.ModelBuilder
EdoChecklistSection instances. Enforces the constraints of the EdoChecklistSectionContract.| Modifier and Type | Method and Description |
|---|---|
EdoChecklistSection |
build() |
static EdoChecklistSection.Builder |
create() |
static EdoChecklistSection.Builder |
create(EdoChecklistSectionContract contract) |
List<EdoChecklistItem.Builder> |
getChecklistItems()
The list of ChecklistItem that is associated with the EdoChecklistSection
|
String |
getChecklistSectionName()
The name of the EdoChecklistSection
|
int |
getChecklistSectionOrdinal()
Indicates the order in which the EdoChecklistSection is displayed
|
String |
getDescription()
The description of the EdoChecklistSection
|
String |
getEdoChecklistId()
The checklist id this EdoChecklistSection belongs to
|
String |
getEdoChecklistSectionId()
The identifier of the EdoChecklistSection
|
String |
getObjectId() |
Long |
getVersionNumber() |
void |
setChecklistItems(List<EdoChecklistItem.Builder> checklistItems) |
void |
setChecklistSectionName(String checklistSectionName) |
void |
setChecklistSectionOrdinal(int checklistSectionOrdinal) |
void |
setDescription(String description) |
void |
setEdoChecklistId(String edoChecklistId) |
void |
setEdoChecklistSectionId(String edoChecklistSectionId) |
void |
setObjectId(String objectId) |
void |
setVersionNumber(Long versionNumber) |
public static EdoChecklistSection.Builder create()
public static EdoChecklistSection.Builder create(EdoChecklistSectionContract contract)
public EdoChecklistSection build()
build in interface org.kuali.rice.core.api.mo.ModelBuilderpublic List<EdoChecklistItem.Builder> getChecklistItems()
EdoChecklistSectionContractchecklistItems of the EdoChecklist
getChecklistItems in interface EdoChecklistSectionContractpublic int getChecklistSectionOrdinal()
EdoChecklistSectionContractchecklistSectionOrdinal of the EdoChecklistSection
getChecklistSectionOrdinal in interface EdoChecklistSectionContractpublic String getEdoChecklistSectionId()
EdoChecklistSectionContractedoChecklistSectionId of the EdoChecklistSection
getEdoChecklistSectionId in interface EdoChecklistSectionContractpublic String getEdoChecklistId()
EdoChecklistSectionContractedoChecklistId of the EdoChecklistSection
getEdoChecklistId in interface EdoChecklistSectionContractpublic String getDescription()
EdoChecklistSectionContractdescription of the EdoChecklistSection
getDescription in interface EdoChecklistSectionContractpublic String getChecklistSectionName()
EdoChecklistSectionContractchecklistSectionName of the EdoChecklistSection
getChecklistSectionName in interface EdoChecklistSectionContractpublic 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 void setChecklistItems(List<EdoChecklistItem.Builder> checklistItems)
public void setChecklistSectionOrdinal(int checklistSectionOrdinal)
public void setEdoChecklistSectionId(String edoChecklistSectionId)
public void setEdoChecklistId(String edoChecklistId)
public void setDescription(String description)
public void setChecklistSectionName(String checklistSectionName)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.