public static class BeanPathAdapter.FieldPathValue
extends java.lang.Object
getPath()
/getValue()
Constructor and Description |
---|
BeanPathAdapter.FieldPathValue(java.lang.String path,
java.lang.Object bean,
java.lang.Object value,
BeanPathAdapter.FieldPathValueType type)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getBean() |
java.lang.String |
getPath() |
BeanPathAdapter.FieldPathValueType |
getType() |
java.lang.Object |
getValue() |
int |
hashCode()
|
java.lang.String |
toString() |
public BeanPathAdapter.FieldPathValue(java.lang.String path, java.lang.Object bean, java.lang.Object value, BeanPathAdapter.FieldPathValueType type)
path
- the getPath()
bean
- the getBean()
value
- the getValue()
fromItemRemoval
- the #isFromItemRemoval()
fromItemSelection
- the #isFromItemSelection()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the <code>Object</code> to check for equalitypublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getPath()
BeanPathAdapter.PATH_SEPARATOR
separated path of
the field value that changed. When the path involves an item
within a collection the path to the item will be separated
with BeanPathAdapter.COLLECTION_ITEM_PATH_SEPARATOR
public java.lang.Object getBean()
getValue()
belongs topublic java.lang.Object getValue()
public BeanPathAdapter.FieldPathValueType getType()
BeanPathAdapter.FieldPathValueType