org.kuali.rice.krms.api.repository.agenda
Class AgendaTreeSubAgendaEntry.Builder
java.lang.Object
   org.kuali.rice.krms.api.repository.agenda.AgendaTreeSubAgendaEntry.Builder
org.kuali.rice.krms.api.repository.agenda.AgendaTreeSubAgendaEntry.Builder
- All Implemented Interfaces: 
- Serializable, ModelBuilder
- Enclosing class:
- AgendaTreeSubAgendaEntry
- public static class AgendaTreeSubAgendaEntry.Builder 
- extends Object- implements ModelBuilder, Serializable
- See Also:
- Serialized Form
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
create
public static AgendaTreeSubAgendaEntry.Builder create(String agendaItemId,
                                                      String subAgendaId)
- 
 
- 
 
getAgendaItemId
public String getAgendaItemId()
- 
 
- 
 
getSubAgendaId
public String getSubAgendaId()
- 
 
- 
 
setAgendaItemId
public void setAgendaItemId(String agendaItemId)
- 
 
- 
 
setSubAgendaId
public void setSubAgendaId(String subAgendaId)
- 
 
- 
 
build
public AgendaTreeSubAgendaEntry build()
- Description copied from interface: ModelBuilder
- Returns an instance of the object being built by this builder based
 on the current state of the builder.  It should be possible to
 invoke this method more than once on the same builder.  It should
 never return null;
 
- 
- Specified by:
- buildin interface- ModelBuilder
 
- 
- Returns:
- an instance of the object being built by this builder,
 should never return null
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.