public class DefaultCommerceFacet extends java.lang.Object implements CommerceFacet
CommerceFacet
.CommerceFacet
Constructor and Description |
---|
DefaultCommerceFacet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Get the display name of this facet, as it should be presented to the user
|
java.lang.String |
getId()
Get the unique id of this facet
|
java.util.List<CommerceFacetValue> |
getValues()
Get the list of values (selected or not) for this facet
|
boolean |
isMultiSelect()
Get whether multiple values can be selected for this facet or not
|
void |
setDisplayName(java.lang.String displayName) |
void |
setId(java.lang.String id) |
void |
setMultiSelect(boolean multiSelect) |
void |
setValues(java.util.List<? extends CommerceFacetValue> values) |
public java.lang.String getId()
getId
in interface CommerceFacet
public java.lang.String getDisplayName()
getDisplayName
in interface CommerceFacet
public boolean isMultiSelect()
isMultiSelect
in interface CommerceFacet
public java.util.List<CommerceFacetValue> getValues()
getValues
in interface CommerceFacet
public void setId(java.lang.String id)
public void setDisplayName(java.lang.String displayName)
public void setMultiSelect(boolean multiSelect)
public void setValues(java.util.List<? extends CommerceFacetValue> values)
Copyright © 2010 - 2020 Adobe. All Rights Reserved