Package com.soffid.iam.web
Class SearchAttributeDefinition
java.lang.Object
com.soffid.iam.web.SearchAttributeDefinition
- All Implemented Interfaces:
Serializable
ValueObject SearchAttributeDefinition
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchAttributeDefinition(String name, TypeEnumeration type, Class javaType) SearchAttributeDefinition(String name, String localizedName, String labelName, TypeEnumeration type, Class javaType, List<String> values, List<String> labels) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute javaTypeGets value for attribute labelNameGets value for attribute labelsGets value for attribute localizedNamegetName()Gets value for attribute namegetType()Gets value for attribute typeGets value for attribute valuesvoidsetJavaType(Class javaType) Sets value for attribute javaTypevoidsetLabelName(String labelName) Sets value for attribute labelNamevoidSets value for attribute labelsvoidsetLocalizedName(String localizedName) Sets value for attribute localizedNamevoidSets value for attribute namevoidsetType(TypeEnumeration type) Sets value for attribute typevoidSets value for attribute valuestoString()Returns a string representation of the value object.
-
Constructor Details
-
SearchAttributeDefinition
public SearchAttributeDefinition() -
SearchAttributeDefinition
-
SearchAttributeDefinition
-
SearchAttributeDefinition
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getLocalizedName
Gets value for attribute localizedName -
setLocalizedName
Sets value for attribute localizedName -
getLabelName
Gets value for attribute labelName -
setLabelName
Sets value for attribute labelName -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getJavaType
Gets value for attribute javaType -
setJavaType
Sets value for attribute javaType -
getValues
Gets value for attribute values -
setValues
Sets value for attribute values -
getLabels
Gets value for attribute labels -
setLabels
Sets value for attribute labels -
toString
Returns a string representation of the value object.
-