|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.QueryParameter
public class QueryParameter
Nested Class Summary | |
---|---|
static class |
QueryParameter.QueryType
The different query parameter types |
Constructor Summary | |
---|---|
QueryParameter()
Constructor. |
|
QueryParameter(QueryParameter.QueryType type,
java.lang.String querystring)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getOperationName()
Gets the value corresponds to the QueryType |
QueryParameter.QueryType |
getQueryType()
Gets the QueryType from a particular query parameter |
java.lang.String |
getValue()
Gets the value corresponds to the QueryType |
void |
setOperationName(java.lang.String opName)
Sets the QueryType from a particular query parameter |
void |
setQueryType(QueryParameter.QueryType type)
Sets the QueryType from a particular query parameter |
void |
setValue(java.lang.String value)
Sets the value corresponds to the QueryType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryParameter()
public QueryParameter(QueryParameter.QueryType type, java.lang.String querystring)
type
- the QueryParameter.QueryType
of this instancequerystring
- the actual value of the query parameterMethod Detail |
---|
public java.lang.String getOperationName()
String
containing the operation name, or nullpublic java.lang.String getValue()
String
containing the value, or nullpublic QueryParameter.QueryType getQueryType()
QueryParameter.QueryType
of this instancepublic void setValue(java.lang.String value)
value
- the valuepublic void setQueryType(QueryParameter.QueryType type)
type
- the QueryParameter.QueryType
public void setOperationName(java.lang.String opName)
opName
- the operation name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |