Class N2oCustomHeader
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.header.N2oHeader
-
- net.n2oapp.framework.api.metadata.header.N2oCustomHeader
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceComponent,SourceMetadata
public class N2oCustomHeader extends N2oHeader
Настраиваемый хедер- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oCustomHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSrc()voidsetSrc(java.lang.String src)-
Methods inherited from class net.n2oapp.framework.api.metadata.header.N2oHeader
getPostfix, getSourceBaseClass
-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getId, getName, getNamespaceUri, getRefId, setId, setName, setNamespaceUri, setRefId
-
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
-
-