org.broadleafcommerce.common.filter
Class FilterParameter
java.lang.Object
org.broadleafcommerce.common.filter.FilterParameter
public class FilterParameter
- extends Object
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
type
protected String type
FilterParameter
public FilterParameter()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2013. All Rights Reserved.