Class FacetValue

    • Constructor Summary

      Constructors 
      Constructor Description
      FacetValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getCount()  
      java.lang.String getFilterValue()  
      java.lang.Boolean getSelected()  
      java.lang.String getValue()  
      void setCount​(java.lang.Long count)  
      void setFilterValue​(java.lang.String filterValue)  
      void setSelected​(java.lang.Boolean selected)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FacetValue

        public FacetValue()
    • Method Detail

      • getCount

        public java.lang.Long getCount()
      • setCount

        public void setCount​(java.lang.Long count)
      • getFilterValue

        public java.lang.String getFilterValue()
      • setFilterValue

        public void setFilterValue​(java.lang.String filterValue)
      • getSelected

        public java.lang.Boolean getSelected()
      • setSelected

        public void setSelected​(java.lang.Boolean selected)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)