org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model
Class Filter
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.Filter
public class Filter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter()
Filter
public Filter(String type,
String name,
String value,
String fieldType)
type
public String type()
- Returns:
- the type
type
public void type(String type)
- Parameters:
type - the type to set
name
public String name()
- Returns:
- the name
name
public void name(String name)
- Parameters:
name - the name to set
value
public String value()
- Returns:
- the value
value
public void value(String value)
- Parameters:
value - the value to set
fieldType
public String fieldType()
- Returns:
- the fieldType
fieldType
public void fieldType(String fieldType)
- Parameters:
fieldType - the fieldType to set
Copyright © 2014. All Rights Reserved.