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, toString
public String getDefaultValue()
getDefaultValue
in interface RuleTemplateAttributeContract
public String getRuleTemplateId()
getRuleTemplateId
in interface RuleTemplateAttributeContract
public boolean isRequired()
isRequired
in interface RuleTemplateAttributeContract
public Integer getDisplayOrder()
getDisplayOrder
in interface RuleTemplateAttributeContract
public ExtensionDefinition getRuleAttribute()
getRuleAttribute
in interface RuleTemplateAttributeContract
public Map<String,String> getRuleExtensionMap()
getRuleExtensionMap
in interface RuleTemplateAttributeContract
public String getId()
Identifiable
getId
in interface Identifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public int compareTo(RuleTemplateAttribute ruleTemplateAttribute)
compareTo
in interface Comparable<RuleTemplateAttribute>
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.