public class ProductSearch.SelectableAttribute
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private Select |
andors |
private ProductAttributeDescriptor |
descriptor |
private static long |
serialVersionUID
The class' serialization version id.
|
private Select |
values |
Modifier | Constructor and Description |
---|---|
protected |
SelectableAttribute(ProductAttributeDescriptor pad,
java.util.ArrayList<java.lang.String[]> values)
Constructs a new selectable attribute.
|
Modifier and Type | Method and Description |
---|---|
Select |
getAndOrs()
Returns the attribute's and/or selections.
|
ProductAttributeDescriptor |
getDescriptor()
Returns the attribute's descriptor.
|
Select |
getValues()
Returns the attribute's value selections.
|
private static final long serialVersionUID
private ProductAttributeDescriptor descriptor
private Select andors
private Select values
protected SelectableAttribute(ProductAttributeDescriptor pad, java.util.ArrayList<java.lang.String[]> values)
public ProductAttributeDescriptor getDescriptor()
public Select getAndOrs()
public Select getValues()