Class SearchAttributeDefinition

java.lang.Object
com.soffid.iam.web.SearchAttributeDefinition
All Implemented Interfaces:
Serializable

public class SearchAttributeDefinition extends Object implements Serializable
ValueObject SearchAttributeDefinition
See Also:
  • Constructor Details

  • Method Details

    • 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
    • getType

      public TypeEnumeration getType()
      Gets value for attribute type
    • 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