public final class ActionDefinition extends AbstractDataTransferObject implements ActionDefinitionContract
Action
,
ActionDefinitionContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
ActionDefinition.Builder
This builder is used to construct instances of KRMS Repository Action.
|
static class |
ActionDefinition.Cache |
static class |
ActionDefinition.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 representation of the set of attributes associated with the
Action.
|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
String |
getRuleId() |
Integer |
getSequenceNumber() |
String |
getTypeId() |
Long |
getVersionNumber() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getId()
getId
in interface Identifiable
public String getName()
getName
in interface ActionDefinitionContract
public String getNamespace()
getNamespace
in interface ActionDefinitionContract
public String getDescription()
getDescription
in interface ActionDefinitionContract
public String getTypeId()
getTypeId
in interface ActionDefinitionContract
public String getRuleId()
getRuleId
in interface ActionDefinitionContract
public Integer getSequenceNumber()
getSequenceNumber
in interface ActionDefinitionContract
public Map<String,String> getAttributes()
getAttributes
in interface ActionDefinitionContract
public Long getVersionNumber()
getVersionNumber
in interface Versioned
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.