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 Class
getJavaType()
Gets value for attribute javaTypeString
getLabelName()
Gets value for attribute labelNameList<String>
getLabels()
Gets value for attribute labelsString
getLocalizedName()
Gets value for attribute localizedNameString
getName()
Gets value for attribute nameTypeEnumeration
getType()
Gets value for attribute typeList<String>
getValues()
Gets value for attribute valuesvoid
setJavaType(Class javaType)
Sets value for attribute javaTypevoid
setLabelName(String labelName)
Sets value for attribute labelNamevoid
setLabels(List<String> labels)
Sets value for attribute labelsvoid
setLocalizedName(String localizedName)
Sets value for attribute localizedNamevoid
setName(String name)
Sets value for attribute namevoid
setType(TypeEnumeration type)
Sets value for attribute typevoid
setValues(List<String> values)
Sets value for attribute valuesString
toString()
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
-
-