Class AgendaTreeSubAgendaEntry
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.agenda.AgendaTreeSubAgendaEntry
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,AgendaTreeEntryDefinitionContract
public final class AgendaTreeSubAgendaEntry
extends org.kuali.rice.core.api.mo.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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis builder is used to construct instances of AgendaTreeSubAgendaEntry. -
Method Summary
Modifier and TypeMethodDescriptionReturns the agendaItemIdReturns the subAgendIdMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toStringMethods inherited from interface org.kuali.rice.core.api.mo.ModelObjectComplete
equals, hashCode
-
Method Details
-
getAgendaItemId
Description copied from interface:AgendaTreeEntryDefinitionContractReturns the agendaItemId- Specified by:
getAgendaItemIdin interfaceAgendaTreeEntryDefinitionContract- Returns:
- the agendaItemId
-
getSubAgendaId
Returns the subAgendId- Returns:
- subAgendaId
-