Class N2oAbstractDatasource
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.N2oAbstractDatasource
-
- All Implemented Interfaces:
Serializable,IdAware,NamespaceUriAware,Source
- Direct Known Subclasses:
N2oApplicationDatasource,N2oDatasource,N2oParentDatasource,N2oStompDatasource
public abstract class N2oAbstractDatasource extends Object implements Source, IdAware, NamespaceUriAware
Абстрактная модель источника данных- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oAbstractDatasource()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-