Class AccessPoint

    • Constructor Summary

      Constructors 
      Constructor Description
      AccessPoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getNamespaceUri()  
      int hashCode()  
      void setNamespaceUri​(java.lang.String namespaceUri)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware

        getNamespace, getNamespacePrefix
    • Constructor Detail

      • AccessPoint

        public AccessPoint()
    • Method Detail

      • setNamespaceUri

        public void setNamespaceUri​(java.lang.String namespaceUri)
        Specified by:
        setNamespaceUri in interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
      • getNamespaceUri

        public java.lang.String getNamespaceUri()
        Specified by:
        getNamespaceUri in interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object