org.openbp.common.generic
Interface Modifiable


public interface Modifiable

A modifiable object contains a flag that is set if the current state of the object is different to a persistent version (i\.e\. a modify flag). It provides methods to access this flag.

Author:
Stephan Moritz

Method Summary
 void clearModified()
          Clears the modified flag.
 boolean isModified()
          Gets the modified flag.
 void setModified()
          Sets the modified flag.
 

Method Detail

isModified

boolean isModified()
Gets the modified flag.


setModified

void setModified()
Sets the modified flag.


clearModified

void clearModified()
Clears the modified flag.



Copyright © 2011. All Rights Reserved.