com.liferay.portal.kernel.search.facet.config
Class FacetConfiguration
java.lang.Object
com.liferay.portal.kernel.search.facet.config.FacetConfiguration
public class FacetConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacetConfiguration
public FacetConfiguration()
getClassName
public String getClassName()
getData
public JSONObject getData()
getDisplayStyle
@Deprecated
public String getDisplayStyle()
- Deprecated. As of 7.0.0, with no direct replacement
getFieldName
public String getFieldName()
getLabel
public String getLabel()
getOrder
public String getOrder()
getWeight
public double getWeight()
isStatic
public boolean isStatic()
setClassName
public void setClassName(String className)
setDataJSONObject
public void setDataJSONObject(JSONObject dataJSONObject)
setDisplayStyle
@Deprecated
public void setDisplayStyle(String displayStyle)
- Deprecated. As of 7.0.0, with no direct replacement
setFieldName
public void setFieldName(String fieldName)
setLabel
public void setLabel(String label)
setOrder
public void setOrder(String order)
setStatic
public void setStatic(boolean isStatic)
setWeight
public void setWeight(double weight)