Class N2oPageAccessPoint

  • All Implemented Interfaces:
    java.io.Serializable, net.n2oapp.framework.api.metadata.aware.NamespaceUriAware, net.n2oapp.framework.api.metadata.Compiled, net.n2oapp.framework.api.metadata.Source

    public class N2oPageAccessPoint
    extends AccessPoint
    Точка доступа к странице
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getPage()  
      int hashCode()  
      void setPage​(java.lang.String page)  
      • 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

      • N2oPageAccessPoint

        public N2oPageAccessPoint()
    • Method Detail

      • getPage

        public java.lang.String getPage()
      • setPage

        public void setPage​(java.lang.String page)
      • equals

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