public class CoreChange extends Object implements Change, Serializable
| Constructor and Description |
|---|
CoreChange(commonj.sdo.DataObject dataObject,
ChangeType changeType,
Map<UUID,CoreChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(commonj.sdo.Property property,
Object value) |
boolean |
equals(Object obj) |
List<commonj.sdo.ChangeSummary.Setting> |
getAllSettings() |
ChangeType |
getChangeType() |
commonj.sdo.DataObject |
getDataObject() |
int |
getPathDepthFromRoot() |
String |
getPathFromRoot() |
List<commonj.sdo.ChangeSummary.Setting> |
getSettings(String propertyName) |
int |
hashCode() |
public CoreChange(commonj.sdo.DataObject dataObject,
ChangeType changeType,
Map<UUID,CoreChange> changes)
public commonj.sdo.DataObject getDataObject()
getDataObject in interface Changepublic ChangeType getChangeType()
getChangeType in interface Changepublic List<commonj.sdo.ChangeSummary.Setting> getSettings(String propertyName)
getSettings in interface Changepublic void add(commonj.sdo.Property property,
Object value)
public List<commonj.sdo.ChangeSummary.Setting> getAllSettings()
getAllSettings in interface Changepublic String getPathFromRoot()
getPathFromRoot in interface Changepublic int getPathDepthFromRoot()
getPathDepthFromRoot in interface ChangeCopyright © 2021. All rights reserved.