public final class RuleTemplate extends AbstractDataTransferObject implements RuleTemplateContract
Modifier and Type | Class and Description |
---|---|
static class |
RuleTemplate.Builder
A builder which can be used to construct
RuleTemplate instances. |
static class |
RuleTemplate.Cache |
Modifier and Type | Method and Description |
---|---|
List<RuleTemplateAttribute> |
getActiveRuleTemplateAttributes() |
RuleTemplate |
getDelegationTemplate() |
String |
getDescription() |
String |
getId()
The unique identifier for an object.
|
String |
getName() |
String |
getObjectId()
Return the globally unique object id of this object.
|
List<RuleTemplateAttribute> |
getRuleTemplateAttributes() |
List<RuleTemplateOption> |
getRuleTemplateOptions() |
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getName()
getName
in interface RuleTemplateContract
public String getDescription()
getDescription
in interface RuleTemplateContract
public RuleTemplate getDelegationTemplate()
getDelegationTemplate
in interface RuleTemplateContract
public List<RuleTemplateAttribute> getRuleTemplateAttributes()
getRuleTemplateAttributes
in interface RuleTemplateContract
public List<RuleTemplateAttribute> getActiveRuleTemplateAttributes()
public List<RuleTemplateOption> getRuleTemplateOptions()
getRuleTemplateOptions
in interface RuleTemplateContract
public String getId()
Identifiable
getId
in interface Identifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.