Class AgendaTreeDefinition
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.agenda.AgendaTreeDefinition
- All Implemented Interfaces:
Serializable,ModelObjectBasic,ModelObjectComplete
Concrete model object implementation of KRMS Repository AgendaTreeDefinition
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 AgendaTreeDefinition.static class -
Method Summary
Modifier and TypeMethodDescriptionReturns the agendaIdReturns theAgendaTreeEntryDefinitionContractsMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getAgendaId
Returns the agendaId- Returns:
- agendaId of the AgendaTreeDefinition
-
getEntries
Returns theAgendaTreeEntryDefinitionContracts- Returns:
- List<
AgendaTreeEntryDefinitionContract>s
-