Class SearchParameterValue

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addDescription​(java.lang.StringBuilder sb)
      Add the base description of this parameter to the given StringBuilder
      boolean equals​(java.lang.Object obj)  
      java.lang.Integer getCompositeId()  
      java.lang.String getName()  
      java.lang.Boolean getWholeSystem()  
      int hashCode()  
      boolean isSystemParam()
      Returns true iff the wholeSystem property is not null and true
      void setCompositeId​(java.lang.Integer compositeId)  
      void setName​(java.lang.String name)  
      void setWholeSystem​(java.lang.Boolean wholeSystem)  
      • Methods inherited from class java.lang.Object

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

      • SearchParameterValue

        public SearchParameterValue()
    • Method Detail

      • addDescription

        protected void addDescription​(java.lang.StringBuilder sb)
        Add the base description of this parameter to the given StringBuilder
        Parameters:
        sb -
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getCompositeId

        public java.lang.Integer getCompositeId()
        Returns:
        the compositeId
      • setCompositeId

        public void setCompositeId​(java.lang.Integer compositeId)
        Parameters:
        compositeId - the compositeId to set
      • getWholeSystem

        public java.lang.Boolean getWholeSystem()
        Returns:
        the wholeSystem
      • isSystemParam

        public boolean isSystemParam()
        Returns true iff the wholeSystem property is not null and true
        Returns:
      • setWholeSystem

        public void setWholeSystem​(java.lang.Boolean wholeSystem)
        Parameters:
        wholeSystem - the wholeSystem to set
      • hashCode

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

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