java.io.SerializableValueAdded, ValueRemovedpublic abstract class ValueAddOrRemove extends ContainerElementChange
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
java.lang.Object |
getValue() |
For collections of Primitives or Values it's simply an added (or removed) item.
For collections of Entities or ValueObjects it's a GlobalId reference to an added (or removed) item. |
int |
hashCode() |
getIndex, prettyPrintpublic java.lang.Object getValue()
GlobalId reference to an added (or removed) item.public boolean equals(java.lang.Object obj)
equals in class ContainerElementChangepublic int hashCode()
hashCode in class ContainerElementChange