Interface Archiveable
-
public interface Archiveable
Interface for objects which can be archived.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isArchived()
Whether or not this object is archived.
-