org.kuali.rice.kew.api.rule
Class RuleExtension
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.kew.api.rule.RuleExtension
org.kuali.rice.kew.api.rule.RuleExtension
- All Implemented Interfaces: 
- Serializable, Versioned, ModelObjectBasic, ModelObjectComplete, RuleExtensionContract
- public final class RuleExtension 
- extends AbstractDataTransferObject- implements RuleExtensionContract
- See Also:
- Serialized Form
 
 
 
 
getRuleTemplateAttribute
public RuleTemplateAttributeContract getRuleTemplateAttribute()
- 
- Specified by:
- getRuleTemplateAttributein interface- RuleExtensionContract
 
- 
 
getExtensionValuesMap
public Map<String,String> getExtensionValuesMap()
- 
- Specified by:
- getExtensionValuesMapin interface- RuleExtensionContract
 
- 
 
getVersionNumber
public Long getVersionNumber()
- Description copied from interface: Versioned
- Returns the version number for this object.  In general, this value should only
 be null if the object has not yet been stored to a persistent data store.
 This version number is generally used for the purposes of optimistic locking.
 
- 
- Specified by:
- getVersionNumberin interface- Versioned
 
- 
- Returns:
- the version number, or null if one has not been assigned yet
 
equals
public boolean equals(Object o)
- Description copied from interface: ModelObjectComplete
- All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object)contract.
 
- 
- Specified by:
- equalsin interface- ModelObjectComplete
- Overrides:
- equalsin class- AbstractDataTransferObject
 
- 
- Parameters:
- o- to object to compare for equality
- Returns:
- if equal
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.