Class N2oMetadata
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- All Implemented Interfaces:
Serializable,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceMetadata
public abstract class N2oMetadata extends Object implements SourceMetadata, IdAware, RefIdAware, NameAware, NamespaceUriAware
Базовый класс исходных метаданных считанных из файла- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Идентификатор метаданнойStringgetName()StringgetNamespaceUri()StringgetRefId()voidsetId(String id)Установить идентификатор метаданнойvoidsetName(String name)voidsetNamespaceUri(String namespaceUri)voidsetRefId(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 String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getId
public String getId()
Description copied from interface:SourceMetadataИдентификатор метаданной- Specified by:
getIdin interfaceIdAware- Specified by:
getIdin interfaceSourceMetadata
-
setId
public void setId(String id)
Description copied from interface:SourceMetadataУстановить идентификатор метаданной- Specified by:
setIdin interfaceIdAware- Specified by:
setIdin interfaceSourceMetadata- Parameters:
id- Идентификатор метаданной
-
getRefId
public String getRefId()
- Specified by:
getRefIdin interfaceRefIdAware
-
setRefId
public void setRefId(String refId)
- Specified by:
setRefIdin interfaceRefIdAware
-
-