com.softwareag.centrasite.appl.framework.persistence
Interface CSAFCollection

All Known Implementing Classes:
CSAFArrayList, CSAFHashSet

public interface CSAFCollection

Collection interface that keeps a modification state.


Method Summary
 boolean isModified()
          Return whether this collection is modified
 void resetModified()
          Reset modified status.
 

Method Detail

isModified

boolean isModified()
Return whether this collection is modified

Returns:
true if this collection is modified

resetModified

void resetModified()
Reset modified status.