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, toStringpublic String getName()
getName in interface RuleTemplateContractpublic String getDescription()
getDescription in interface RuleTemplateContractpublic RuleTemplate getDelegationTemplate()
getDelegationTemplate in interface RuleTemplateContractpublic List<RuleTemplateAttribute> getRuleTemplateAttributes()
getRuleTemplateAttributes in interface RuleTemplateContractpublic List<RuleTemplateAttribute> getActiveRuleTemplateAttributes()
public List<RuleTemplateOption> getRuleTemplateOptions()
getRuleTemplateOptions in interface RuleTemplateContractpublic String getId()
IdentifiablegetId in interface Identifiablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2015 The Kuali Foundation. All rights reserved.