public final class RuleTemplateAttribute extends AbstractDataTransferObject implements RuleTemplateAttributeContract, Comparable<RuleTemplateAttribute>
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleTemplateAttribute.Builder
A builder which can be used to construct
RuleTemplateAttribute instances. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RuleTemplateAttribute ruleTemplateAttribute) |
String |
getDefaultValue() |
Integer |
getDisplayOrder() |
String |
getId()
The unique identifier for an object.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
ExtensionDefinition |
getRuleAttribute() |
Map<String,String> |
getRuleExtensionMap() |
String |
getRuleTemplateId() |
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isRequired() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getDefaultValue()
getDefaultValue in interface RuleTemplateAttributeContractpublic String getRuleTemplateId()
getRuleTemplateId in interface RuleTemplateAttributeContractpublic boolean isRequired()
isRequired in interface RuleTemplateAttributeContractpublic Integer getDisplayOrder()
getDisplayOrder in interface RuleTemplateAttributeContractpublic ExtensionDefinition getRuleAttribute()
getRuleAttribute in interface RuleTemplateAttributeContractpublic Map<String,String> getRuleExtensionMap()
getRuleExtensionMap in interface RuleTemplateAttributeContractpublic String getId()
IdentifiablegetId in interface Identifiablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic int compareTo(RuleTemplateAttribute ruleTemplateAttribute)
compareTo in interface Comparable<RuleTemplateAttribute>Copyright © 2005–2016 The Kuali Foundation. All rights reserved.