Interface IDirtyable


public interface IDirtyable
Tells whether an object has changed or not.
Author:
ralph
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Property name
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether this object has changed.
  • Field Details

  • Method Details

    • isDirty

      boolean isDirty()
      Returns whether this object has changed.
      Returns:
      true or false