public class EventAttrVals
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
areValuesEqual()
Indicates whether the old and new values are equal (i.e. 
 | 
java.lang.String | 
getAttrName()
Gets the attribute name for the payload item that we are holding the values for. 
 | 
java.lang.String | 
getNameForPub()  | 
java.lang.Object | 
getNewValue()
Gets the new value for the attribute to use for raising an event to Fabric. 
 | 
java.lang.String | 
getNewValueString()
Gets the string representation of the new value. 
 | 
java.lang.Object | 
getOldValue()
Gets the old value for the attribute to use for raising an event to Fabric. 
 | 
java.lang.String | 
getOldValueString()
Gets the string representation of the old value. 
 | 
boolean | 
isAssocAttr()
Indicates whether or not these values come from an attribute from an entity that is not the entity where the event mapping was definied (i.e. 
 | 
boolean | 
isNewValueEqual(java.lang.String value)
Indicates whether the new value is equivalent to a specified value. 
 | 
boolean | 
isOldValueEqual(java.lang.String value)
Indicates whether the old value is equivalent to a specified value. 
 | 
boolean | 
isStaticValue()  | 
public java.lang.String getAttrName()
public java.lang.String getNameForPub()
public java.lang.Object getOldValue()
public java.lang.String getOldValueString()
public java.lang.Object getNewValue()
public java.lang.String getNewValueString()
public boolean areValuesEqual()
public boolean isOldValueEqual(java.lang.String value)
value - - specified value to checkpublic boolean isNewValueEqual(java.lang.String value)
value - - specified value to checkpublic boolean isAssocAttr()
public boolean isStaticValue()