Uses of Interface
net.anotheria.anodoc.data.ICompositeDataObject
-
Packages that use ICompositeDataObject Package Description net.anotheria.anodoc.data net.anotheria.asg.data -
-
Uses of ICompositeDataObject in net.anotheria.anodoc.data
Classes in net.anotheria.anodoc.data that implement ICompositeDataObject Modifier and Type Class Description classDocumentThis class represents a basic document, which is a container for properties and therefore a corresponding modell object to a simple class (with attributes).classDocumentList<D extends Document>DocumentList represents a list holder for documents.classIDHolderUtility class to for unique document ids.classModuleThis class describes a Module, which is a unity that can be stored and identified by the framework. -
Uses of ICompositeDataObject in net.anotheria.asg.data
Classes in net.anotheria.asg.data that implement ICompositeDataObject Modifier and Type Class Description classAbstractASGDocumentRoot object for all generated classes of type Document (instead of ano-doc Document used previously).
-