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.ModelBuilder
public List<EdoChecklistItem.Builder> getChecklistItems()
EdoChecklistSectionContract
checklistItems of the EdoChecklist
getChecklistItems
in interface EdoChecklistSectionContract
public int getChecklistSectionOrdinal()
EdoChecklistSectionContract
checklistSectionOrdinal of the EdoChecklistSection
getChecklistSectionOrdinal
in interface EdoChecklistSectionContract
public String getEdoChecklistSectionId()
EdoChecklistSectionContract
edoChecklistSectionId of the EdoChecklistSection
getEdoChecklistSectionId
in interface EdoChecklistSectionContract
public String getEdoChecklistId()
EdoChecklistSectionContract
edoChecklistId of the EdoChecklistSection
getEdoChecklistId
in interface EdoChecklistSectionContract
public String getDescription()
EdoChecklistSectionContract
description of the EdoChecklistSection
getDescription
in interface EdoChecklistSectionContract
public String getChecklistSectionName()
EdoChecklistSectionContract
checklistSectionName of the EdoChecklistSection
getChecklistSectionName
in interface EdoChecklistSectionContract
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 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.