Package net.anotheria.anodoc.data
Interface IPlainDataObject
-
- All Superinterfaces:
IBasicStoreableObject,java.io.Serializable
- All Known Implementing Classes:
BooleanProperty,DoubleProperty,FloatProperty,IntProperty,ListProperty,LongProperty,Property,StringProperty,TextProperty
public interface IPlainDataObject extends java.io.Serializable, IBasicStoreableObject
This interface represents a single data container which doesn't have undelying objects.- Since:
- 1.0
- Version:
- $Id: $Id
- Author:
- another
- See Also:
ICompositeDataObject,IBasicStoreableObject
-
-
Method Summary
-
Methods inherited from interface net.anotheria.anodoc.data.IBasicStoreableObject
getStorageId
-
-