public class CdoSnapshotState
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
differentValues(CdoSnapshotState previous)
List of properties with changed values (when comparing to the previous state)
|
boolean |
equals(java.lang.Object o) |
java.util.Set<Property> |
getProperties() |
java.lang.Object |
getPropertyValue(Property property) |
int |
hashCode() |
public java.lang.Object getPropertyValue(Property property)
public java.util.Set<Property> getProperties()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.util.List<Property> differentValues(CdoSnapshotState previous)
public int hashCode()
hashCode in class java.lang.Object