|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.api.repository.agenda.AgendaTreeSubAgendaEntry.Builder
public static class AgendaTreeSubAgendaEntry.Builder
This builder is used to construct instances of AgendaTreeSubAgendaEntry.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 null
public String getAgendaItemId()
public String getSubAgendaId()
public void setAgendaItemId(String agendaItemId)
agendaItemId
- to set the value of the agendaItemId to, must not be null
IllegalArgumentException
- if the agendaItemId is nullpublic void setSubAgendaId(String subAgendaId)
subAgendaId
- to set the subAgendaId value to, must not be null
IllegalArgumentException
- if the subAgendaId is nullpublic AgendaTreeSubAgendaEntry build()
ModelBuilder
build
in interface ModelBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |