Class SearchAttributeDefinition

    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getLocalizedName

        public String getLocalizedName()
        Gets value for attribute localizedName
      • setLocalizedName

        public void setLocalizedName​(String localizedName)
        Sets value for attribute localizedName
      • getLabelName

        public String getLabelName()
        Gets value for attribute labelName
      • setLabelName

        public void setLabelName​(String labelName)
        Sets value for attribute labelName
      • setType

        public void setType​(TypeEnumeration type)
        Sets value for attribute type
      • getJavaType

        public Class getJavaType()
        Gets value for attribute javaType
      • setJavaType

        public void setJavaType​(Class javaType)
        Sets value for attribute javaType
      • getValues

        public List<String> getValues()
        Gets value for attribute values
      • setValues

        public void setValues​(List<String> values)
        Sets value for attribute values
      • getLabels

        public List<String> getLabels()
        Gets value for attribute labels
      • setLabels

        public void setLabels​(List<String> labels)
        Sets value for attribute labels
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object