Package net.anotheria.anodoc.data
Interface IBasicStoreableObject
-
- All Known Subinterfaces:
ICompositeDataObject,IPlainDataObject
- All Known Implementing Classes:
AbstractASGDocument,BooleanProperty,Document,DocumentList,DoubleProperty,FloatProperty,IDHolder,IntProperty,ListProperty,LongProperty,Module,Property,StringProperty,TextProperty
public interface IBasicStoreableObjectA class which implements this interface understands itself as basic (plain, atomic) storeable object, which means, that it doesn't contain futher storeable objects.
Therefore it's suitable for properties and other simple things, but not for whole documents.- Since:
- 1.0
- Version:
- $Id: $Id
- Author:
- another
- See Also:
ICompositeDataObject,IPlainDataObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetStorageId()Returns the id which is used to store this object.
-