Interface DataObject


  • public interface DataObject
    The Interface DataObject. Each Fieldtype has to handle such an object.
    • 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