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.StringgetId()Идентификатор метаданнойjava.lang.StringgetName()java.lang.StringgetNamespaceUri()java.lang.StringgetRefId()voidsetId(java.lang.String id)Установить идентификатор метаданнойvoidsetName(java.lang.String name)voidsetNamespaceUri(java.lang.String namespaceUri)voidsetRefId(java.lang.String refId)-
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
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getMetadataType, getPostfix, getSourceBaseClass
-
-
-
-
Method Detail
-
getNamespaceUri
public java.lang.String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(java.lang.String namespaceUri)
- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getId
public java.lang.String getId()
Description copied from interface:SourceMetadataИдентификатор метаданной- Specified by:
getIdin interfaceIdAware- Specified by:
getIdin interfaceSourceMetadata
-
setId
public void setId(java.lang.String id)
Description copied from interface:SourceMetadataУстановить идентификатор метаданной- Specified by:
setIdin interfaceIdAware- Specified by:
setIdin interfaceSourceMetadata- Parameters:
id- Идентификатор метаданной
-
getRefId
public java.lang.String getRefId()
- Specified by:
getRefIdin interfaceRefIdAware
-
setRefId
public void setRefId(java.lang.String refId)
- Specified by:
setRefIdin interfaceRefIdAware
-
-