Class N2oInheritedDatasource
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.N2oAbstractDatasource
-
- net.n2oapp.framework.api.metadata.global.view.page.datasource.N2oDatasource
-
- net.n2oapp.framework.api.metadata.global.view.page.datasource.N2oInheritedDatasource
-
- All Implemented Interfaces:
Serializable,IdAware,NamespaceUriAware,Submittable,Source
public class N2oInheritedDatasource extends N2oDatasource implements Submittable
Исходная модель источника данных, получающего данные из другого источника данных- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oInheritedDatasource.Submit-
Nested classes/interfaces inherited from class net.n2oapp.framework.api.metadata.global.view.page.datasource.N2oDatasource
N2oDatasource.CopyDependency, N2oDatasource.Dependency, N2oDatasource.FetchDependency
-
-
Constructor Summary
Constructors Constructor Description N2oInheritedDatasource()
-
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
-
Methods inherited from interface net.n2oapp.framework.api.metadata.datasource.Submittable
getSubmit
-
-