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, toString
public RuleTemplateAttributeContract getRuleTemplateAttribute()
getRuleTemplateAttribute
in interface RuleExtensionContract
public Map<String,String> getExtensionValuesMap()
getExtensionValuesMap
in interface RuleExtensionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public boolean equals(Object o)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.equals
in interface ModelObjectComplete
equals
in class AbstractDataTransferObject
o
- to object to compare for equalityCopyright © 2005–2016 The Kuali Foundation. All rights reserved.