Class Item

java.lang.Object
com.exedio.cope.Item
All Implemented Interfaces:
Serializable, Comparable<Item>
Direct Known Subclasses:
Dispatcher.Run, DynamicModel.Enum, DynamicModel.Field, DynamicModel.Type, History.Event, History.Feature, PasswordLimiter.Refusal, PasswordRecovery.Token, Schedule.Run, TextUrlFilter.Paste

public abstract class Item extends Object implements Serializable, Comparable<Item>
This is the super class for all classes, that want to store their data persistently with COPE.

Serialization of instances of Item is guaranteed to be light-weight - there are no non-static, non-transient object reference fields in this class or its superclasses.

Author:
Ralf Wiebicke
See Also: