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() |
String |
getObjectId() |
ExtensionDefinition |
getRuleAttribute() |
Map<String,String> |
getRuleExtensionMap() |
String |
getRuleTemplateId() |
Long |
getVersionNumber() |
boolean |
isActive() |
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()
getId in interface Identifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic boolean isActive()
isActive in interface Inactivatablepublic int compareTo(RuleTemplateAttribute ruleTemplateAttribute)
compareTo in interface Comparable<RuleTemplateAttribute>Copyright © 2005–2016 The Kuali Foundation. All rights reserved.