public static class AgendaTreeSubAgendaEntry.Builder extends Object implements ModelBuilder, Serializable
| Modifier and Type | Method and Description |
|---|---|
AgendaTreeSubAgendaEntry |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static AgendaTreeSubAgendaEntry.Builder |
create(String agendaItemId,
String subAgendaId)
Create a builder using the given values
|
String |
getAgendaItemId()
Returns the agendaItemId
|
String |
getSubAgendaId()
Returns the subAgendaId
|
void |
setAgendaItemId(String agendaItemId)
Sets the agendaItemId of the builder, cannot be null
|
void |
setSubAgendaId(String subAgendaId)
Sets the subAgendaId of the builder, cannot be null
|
public static AgendaTreeSubAgendaEntry.Builder create(String agendaItemId, String subAgendaId)
agendaItemId - to set the agendaItemId value to, must not be nullsubAgendaId - to set the subAgendaId value to, must not be nullpublic String getAgendaItemId()
public String getSubAgendaId()
public void setAgendaItemId(String agendaItemId)
agendaItemId - to set the value of the agendaItemId to, must not be nullIllegalArgumentException - if the agendaItemId is nullpublic void setSubAgendaId(String subAgendaId)
subAgendaId - to set the subAgendaId value to, must not be nullIllegalArgumentException - if the subAgendaId is nullpublic AgendaTreeSubAgendaEntry build()
ModelBuilderbuild in interface ModelBuilderCopyright © 2005–2016 The Kuali Foundation. All rights reserved.