Package org.kuali.rice.kew.api.rule
Class RuleTemplateAttribute
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.rule.RuleTemplateAttribute
- All Implemented Interfaces:
Serializable,Comparable<RuleTemplateAttribute>,Inactivatable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,RuleTemplateAttributeContract
public final class RuleTemplateAttribute
extends AbstractDataTransferObject
implements RuleTemplateAttributeContract, Comparable<RuleTemplateAttribute>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructRuleTemplateAttributeinstances. -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(RuleTemplateAttribute ruleTemplateAttribute) getId()booleanisActive()booleanMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceRuleTemplateAttributeContract
-
getRuleTemplateId
- Specified by:
getRuleTemplateIdin interfaceRuleTemplateAttributeContract
-
isRequired
public boolean isRequired()- Specified by:
isRequiredin interfaceRuleTemplateAttributeContract
-
getDisplayOrder
- Specified by:
getDisplayOrderin interfaceRuleTemplateAttributeContract
-
getRuleAttribute
- Specified by:
getRuleAttributein interfaceRuleTemplateAttributeContract
-
getRuleExtensionMap
- Specified by:
getRuleExtensionMapin interfaceRuleTemplateAttributeContract
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-
compareTo
- Specified by:
compareToin interfaceComparable<RuleTemplateAttribute>
-