Interface DataObject
-
public interface DataObjectThe Interface DataObject. Each Fieldtype has to handle such an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEqual(DataObject object)Checks if the dataobject is equal to another dataobject of the same type.
-
-
-
Method Detail
-
isEqual
boolean isEqual(DataObject object)
Checks if the dataobject is equal to another dataobject of the same type. This is needed for the Bulkchange and the history.- Parameters:
object- the object- Returns:
- true, if is equal
-
-