Package org.kuali.rice.kew.rule
Class RuleExtensionValue
java.lang.Object
org.kuali.rice.kew.rule.RuleExtensionValue
- All Implemented Interfaces:
Serializable
The value of an extension to a rule. Essentially contains a
key-value pair containing the key of the extension data and
it's value.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getValue()inthashCode()voidsetExtension(RuleExtensionBo extension) voidvoidsetLockVerNbr(Integer lockVerNbr) voidsetRuleExtensionValueId(String ruleExtensionValueId) voidtoString()
-
Constructor Details
-
RuleExtensionValue
public RuleExtensionValue() -
RuleExtensionValue
-
-
Method Details