Class N2oSimpleAccessSchema

  • All Implemented Interfaces:
    java.io.Serializable, net.n2oapp.framework.api.metadata.aware.IdAware, net.n2oapp.framework.api.metadata.aware.NameAware, net.n2oapp.framework.api.metadata.aware.NamespaceUriAware, net.n2oapp.framework.api.metadata.aware.RefIdAware, net.n2oapp.framework.api.metadata.Source, net.n2oapp.framework.api.metadata.SourceMetadata

    public class N2oSimpleAccessSchema
    extends N2oAccessSchema
    Author:
    V. Alexeev.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends N2oAccessSchema> 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
    • Constructor Detail

      • N2oSimpleAccessSchema

        public N2oSimpleAccessSchema()
    • Method Detail

      • getSourceBaseClass

        public java.lang.Class<? extends N2oAccessSchema> getSourceBaseClass()
        Specified by:
        getSourceBaseClass in interface net.n2oapp.framework.api.metadata.SourceMetadata
        Specified by:
        getSourceBaseClass in class N2oAccessSchema