public class CustomAttributeValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
booleanValue |
private java.lang.Double |
doubleValue |
private CustomSearchFilterAttribute |
filterAttribute |
private java.lang.Integer |
integerValue |
private boolean |
isSearchFilter |
private java.lang.String |
value |
Constructor and Description |
---|
CustomAttributeValue(java.lang.String attributeName,
CustomSearchFilterAttributeType type,
java.util.Locale lang) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CustomSearchFilterAttribute |
getAttribute() |
java.lang.String |
getAttributeName() |
java.lang.Boolean |
getBooleanValue() |
java.lang.Double |
getDoubleValue() |
java.lang.String |
getFieldName() |
java.lang.Integer |
getIntegerValue() |
java.util.Locale |
getLang() |
int |
getPosition() |
CustomSearchFilterAttributeType |
getType() |
java.lang.String |
getValue() |
int |
hashCode() |
boolean |
isSearchFilter() |
void |
setAttributeValue(java.lang.String attributeValue,
int attributeValuePosition) |
void |
setBooleanValue(int booleanValue) |
void |
setDoubleValue(java.lang.Double doubleValue) |
void |
setIntegerValue(java.lang.Integer integerValue) |
void |
setIsSearchfilter(int isSearchFilter) |
private final CustomSearchFilterAttribute filterAttribute
private boolean isSearchFilter
private java.lang.Boolean booleanValue
private java.lang.Integer integerValue
private java.lang.Double doubleValue
private java.lang.String value
public CustomAttributeValue(java.lang.String attributeName, CustomSearchFilterAttributeType type, java.util.Locale lang)
public java.lang.String getValue()
public int getPosition()
public void setAttributeValue(java.lang.String attributeValue, int attributeValuePosition)
public CustomSearchFilterAttributeType getType()
public boolean isSearchFilter()
public void setIsSearchfilter(int isSearchFilter)
public java.lang.Boolean getBooleanValue()
public void setBooleanValue(int booleanValue)
public java.lang.Integer getIntegerValue()
public void setIntegerValue(java.lang.Integer integerValue)
public java.lang.Double getDoubleValue()
public void setDoubleValue(java.lang.Double doubleValue)
public java.lang.String getFieldName()
public java.lang.String getAttributeName()
public CustomSearchFilterAttribute getAttribute()
public java.util.Locale getLang()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object