Package com.soffid.iam.web
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchAttributeDefinition()SearchAttributeDefinition(SearchAttributeDefinition otherBean)SearchAttributeDefinition(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetJavaType()Gets value for attribute javaTypeStringgetLabelName()Gets value for attribute labelNameList<String>getLabels()Gets value for attribute labelsStringgetLocalizedName()Gets value for attribute localizedNameStringgetName()Gets value for attribute nameTypeEnumerationgetType()Gets value for attribute typeList<String>getValues()Gets value for attribute valuesvoidsetJavaType(Class javaType)Sets value for attribute javaTypevoidsetLabelName(String labelName)Sets value for attribute labelNamevoidsetLabels(List<String> labels)Sets value for attribute labelsvoidsetLocalizedName(String localizedName)Sets value for attribute localizedNamevoidsetName(String name)Sets value for attribute namevoidsetType(TypeEnumeration type)Sets value for attribute typevoidsetValues(List<String> values)Sets value for attribute valuesStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
SearchAttributeDefinition
public SearchAttributeDefinition()
-
SearchAttributeDefinition
public SearchAttributeDefinition(String name, String localizedName, String labelName, TypeEnumeration type, Class javaType, List<String> values, List<String> labels)
-
SearchAttributeDefinition
public SearchAttributeDefinition(String name, TypeEnumeration type, Class javaType)
-
SearchAttributeDefinition
public SearchAttributeDefinition(SearchAttributeDefinition otherBean)
-
-
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
-
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
-
-