public class EntityDiff extends Object
| Constructor and Description |
|---|
EntityDiff(EntityType type,
long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueDiff(PropertyDef propDef,
String propName,
ValueProperty v1,
ValueProperty v2) |
ValueDiff |
getDiff(String propertyName) |
int |
getDiffCount() |
List<ValueDiff> |
getDiffs() |
long |
getId() |
EntityType |
getType() |
String |
toString() |
public EntityDiff(EntityType type, long id)
public void addValueDiff(PropertyDef propDef, String propName, ValueProperty v1, ValueProperty v2)
public EntityType getType()
public long getId()
public int getDiffCount()
Copyright © 2021. All rights reserved.