Class CmsFlexRequestKey.PathsBean

    • Constructor Summary

      Constructors 
      Constructor Description
      PathsBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContainerElement()
      Returns the container element.
      java.lang.String getDetailElement()
      Returns the detail element.
      java.lang.String getSite()
      Returns the site.
      java.lang.String getUri()
      Returns the uri.
      void setContainerElement​(java.lang.String containerElement)
      Sets the container element.
      void setDetailElement​(java.lang.String detailElement)
      Sets the detail element.
      void setSite​(java.lang.String site)
      Sets the site.
      void setUri​(java.lang.String uri)
      Sets the uri.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getContainerElement

        public java.lang.String getContainerElement()
        Returns the container element.

        Returns:
        the container element
      • getDetailElement

        public java.lang.String getDetailElement()
        Returns the detail element.

        Returns:
        the detail element
      • getSite

        public java.lang.String getSite()
        Returns the site.

        Returns:
        the site
      • getUri

        public java.lang.String getUri()
        Returns the uri.

        Returns:
        the uri
      • setContainerElement

        public void setContainerElement​(java.lang.String containerElement)
        Sets the container element.

        Parameters:
        containerElement - the container element to set
      • setDetailElement

        public void setDetailElement​(java.lang.String detailElement)
        Sets the detail element.

        Parameters:
        detailElement - the detail element to set
      • setSite

        public void setSite​(java.lang.String site)
        Sets the site.

        Parameters:
        site - the site to set
      • setUri

        public void setUri​(java.lang.String uri)
        Sets the uri.

        Parameters:
        uri - the uri to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()