@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()
DiffLookpublic String selectand()
DiffLookselectand in interface DiffLookpublic boolean toPersist()
DiffLooktoPersist in interface DiffLookpublic boolean equals(Object o)
DiffLook