public final class AgendaDefinition extends AbstractDataTransferObject implements AgendaDefinitionContract
AgendaDefinitionContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
AgendaDefinition.Builder
This builder is used to construct instances of KRMS Repository Agenda.
|
static class |
AgendaDefinition.Cache |
static class |
AgendaDefinition.Constants
Defines some constants used on this class.
|
static class |
AgendaDefinition.Elements
A private class which exposes constants which define the XML element names to use
when this object is marshalled to XML.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Returns the internal list of custom/remote attributes associated with the
agenda.
|
String |
getContextId()
Returns the context id of the Agenda.
|
String |
getFirstItemId()
Returns the fist agenda item id to be executed in the Agenda.
|
String |
getId()
The unique identifier for an object.
|
String |
getName()
Returns the name of the Agenda.
|
String |
getTypeId()
Returns the KRMS type id of the Agenda.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getName()
AgendaDefinitionContract
getName
in interface AgendaDefinitionContract
public String getTypeId()
AgendaDefinitionContract
getTypeId
in interface AgendaDefinitionContract
public String getContextId()
AgendaDefinitionContract
getContextId
in interface AgendaDefinitionContract
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public String getFirstItemId()
AgendaDefinitionContract
getFirstItemId
in interface AgendaDefinitionContract
public Map<String,String> getAttributes()
getAttributes
in interface AgendaDefinitionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.