Class ObjectText<T extends StoredObject>

java.lang.Object
com.storedobject.core.ObjectText<T>
Type Parameters:
T - Type of object class.
All Implemented Interfaces:
Storable

public final class ObjectText<T extends StoredObject> extends Object implements Storable
Definition of a type that can be used as an attribute in StoredObject class. This type represents an instance of a StoredObject that may or may not exist. If the instance exists, the instance Id is available and the instance can be retrieved from the database. If not, a text representation of the instance (that may be created at a later stage) will be available.