org.kuali.rice.krms.api.repository.agenda
Class AgendaTreeSubAgendaEntry

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.krms.api.repository.agenda.AgendaTreeSubAgendaEntry
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, AgendaTreeEntryDefinitionContract

public final class AgendaTreeSubAgendaEntry
extends AbstractDataTransferObject
implements AgendaTreeEntryDefinitionContract

Concrete model object implementation of KRMS Repository AgendaTreeSubAgendaEntry immutable. Instances of Agenda can be (un)marshalled to and from XML.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Nested Class Summary
static class AgendaTreeSubAgendaEntry.Builder
          This builder is used to construct instances of AgendaTreeSubAgendaEntry.
 
Method Summary
 String getAgendaItemId()
          Returns the agendaItemId
 String getSubAgendaId()
          Returns the subAgendId
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectComplete
equals, hashCode
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getAgendaItemId

public String getAgendaItemId()
Description copied from interface: AgendaTreeEntryDefinitionContract
Returns the agendaItemId

Specified by:
getAgendaItemId in interface AgendaTreeEntryDefinitionContract
Returns:
the agendaItemId

getSubAgendaId

public String getSubAgendaId()
Returns the subAgendId

Returns:
subAgendaId


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.