public final class RuleExtension extends AbstractDataTransferObject implements RuleExtensionContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleExtension.Builder
A builder which can be used to construct
RuleExtension instances. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
All "Complete" model object's should adhere to the
ModelObjectComplete.equals(Object) contract. |
Map<String,String> |
getExtensionValuesMap() |
RuleTemplateAttributeContract |
getRuleTemplateAttribute() |
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic RuleTemplateAttributeContract getRuleTemplateAttribute()
getRuleTemplateAttribute in interface RuleExtensionContractpublic Map<String,String> getExtensionValuesMap()
getExtensionValuesMap in interface RuleExtensionContractpublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic boolean equals(Object o)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.equals in interface ModelObjectCompleteequals in class AbstractDataTransferObjecto - to object to compare for equalityCopyright © 2005–2016 The Kuali Foundation. All rights reserved.