Class ExtensibleObject

java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.metadata.ExtensibleObject
All Implemented Interfaces:
Extensible, Serializable
Direct Known Subclasses:
AbstractAttributeSet, AbstractDocument, Folder, Generic

@MappedSuperclass public abstract class ExtensibleObject extends PersistentObject implements Extensible
An extensible object is able to store an indeterminate number of attributes. Each attribute has a name and a string value.
Since:
4.0
Author:
Marco Meschieri - LogicalDOC
See Also: