org.broadleafcommerce.common.filter
Class FilterParameter

java.lang.Object
  extended by org.broadleafcommerce.common.filter.FilterParameter

public class FilterParameter
extends Object

Author:
Jeff Fischer

Field Summary
protected  String name
           
protected  String type
           
 
Constructor Summary
FilterParameter()
           
 
Method Summary
 String getName()
           
 String getType()
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

type

protected String type
Constructor Detail

FilterParameter

public FilterParameter()
Method Detail

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.