|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsFilterParameter
public class WsFilterParameter
This object represents parameters of a filter in Contour.
| Constructor Summary | |
|---|---|
WsFilterParameter()
Creates an empty WsFilterParameter object. |
|
WsFilterParameter(java.lang.String field,
java.lang.String type,
java.lang.String value)
Creates a new WsFilterParameter object with the given values. |
|
WsFilterParameter(java.lang.String field,
java.lang.String type,
java.lang.String[] values)
Creates a new WsFilterParameter object with the given values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCustom()
Gets custom values. |
java.lang.String |
getField()
Gets the field the parameter affects. |
java.lang.String[] |
getParamValues()
Gets the parameter's values. |
java.lang.String |
getType()
Gets the filter parameter type. |
void |
setCustom(java.lang.String custom)
Sets custom values. |
void |
setField(java.lang.String field)
Sets the field the parameter affects. |
void |
setParamValues(java.lang.String[] paramValues)
Sets the parameters values. |
void |
setType(java.lang.String type)
Sets the filter parameter type. |
java.lang.String |
toString()
Gets a string representation of this filter parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsFilterParameter()
public WsFilterParameter(java.lang.String field,
java.lang.String type,
java.lang.String value)
type - type of the parameterfield - field the parameter affectsvalue - value
public WsFilterParameter(java.lang.String field,
java.lang.String type,
java.lang.String[] values)
type - type of the parameterfield - field the parameter affectsvalues - list of values| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String getField()
public void setField(java.lang.String field)
field - the field to setpublic java.lang.String getCustom()
public void setCustom(java.lang.String custom)
custom - the custom values to setpublic java.lang.String[] getParamValues()
public void setParamValues(java.lang.String[] paramValues)
paramValues - the paramValues to setpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||