@ThreadSafe public final class DiffLook1 extends Object implements DiffLook
Constructor and Description |
---|
DiffLook1(String _key,
String _selectand,
boolean _toPersist)
Constructs a DiffLook1.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Normally answers whether o is a difference look with the same key and selectand.
|
String |
key()
The difference key.
|
String |
selectand()
The selectand for the difference bridge 's'
parameter, specified as difference ordinal "a" or "b".
|
boolean |
toPersist()
Whether to persist this difference along with other staged state.
|
public String key()
DiffLook
public String selectand()
DiffLook
selectand
in interface DiffLook
public boolean toPersist()
DiffLook
toPersist
in interface DiffLook
public boolean equals(Object o)
DiffLook