Interface IDirtyable

All Known Subinterfaces:
IBean
All Known Implementing Classes:
AbstractBean, Address

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

    Fields 
    Modifier and Type Field Description
    static java.lang.String DIRTY
    Property name
  • Method Summary

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

  • Method Details

    • isDirty

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