Class N2oRegion
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.region.N2oRegion
-
- All Implemented Interfaces:
Serializable,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source,SourceMetadata
- Direct Known Subclasses:
N2oCustomRegion,N2oLineRegion,N2oNoneRegion,N2oPanelRegion,N2oPillsRegion,N2oSelectRegion,N2oTabsRegion
public abstract class N2oRegion extends Object implements Source, IdAware, SrcAware, NamespaceUriAware, SourceMetadata, ExtensionAttributesAware
Модель региона 1.0- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPostfix()-
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.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getId, getMetadataType, getSourceBaseClass, setId
-
-
-
-
Method Detail
-
getPostfix
public String getPostfix()
- Specified by:
getPostfixin interfaceSourceMetadata
-
-