Class PageReferenceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      int getUid()  
      void setId​(int id)  
      void setUid​(int uid)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageReferenceImpl

        public PageReferenceImpl()
    • Method Detail

      • getId

        public int getId()
        Specified by:
        getId in interface PageReference
        Returns:
        the id
      • setId

        public void setId​(int id)
        Specified by:
        setId in interface PageReference
        Parameters:
        id - the id to set
      • getUid

        public int getUid()
        Specified by:
        getUid in interface PageReference
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Specified by:
        setUid in interface PageReference
        Parameters:
        uid - the uid to set