|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kew.api.rule.RuleTemplateAttribute
public final class RuleTemplateAttribute
Nested Class Summary | |
---|---|
static class |
RuleTemplateAttribute.Builder
A builder which can be used to construct RuleTemplateAttribute instances. |
Method Summary | |
---|---|
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()
|
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |