Class N2oMetadata
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceComponent,SourceMetadata
public abstract class N2oMetadata extends java.lang.Object implements SourceMetadata, IdAware, RefIdAware, NameAware, SourceComponent
Базовый класс исходных метаданных считанных из файла- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()voidsetName(java.lang.String name)-
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, 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, getPostfix, getSourceBaseClass, setId
-
-