Class N2oApplication
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.application.N2oApplication
-
- All Implemented Interfaces:
Serializable,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceMetadata
public class N2oApplication extends N2oMetadata
Исходная модель приложения- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPostfix()Class<? extends SourceMetadata>getSourceBaseClass()-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getName, setName
-
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.aware.RefIdAware
getRefId, setRefId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getId, getMetadataType, setId
-
-
-
-
Method Detail
-
getPostfix
public String getPostfix()
-
getSourceBaseClass
public Class<? extends SourceMetadata> getSourceBaseClass()
-
-