|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.request.RequestDefinition<CT,RT>
public class RequestDefinition<CT extends Criteria,RT extends Result>
Defines the criteria for and the result of a request.
generic: CT represents the criteria type
generic: RT represents the result type
| Constructor Summary | |
|---|---|
RequestDefinition()
Default constructor. |
|
RequestDefinition(CT criteria,
RT result)
Constructs with a supplied criteria and result. |
|
| Method Summary | |
|---|---|
CT |
getCriteria()
Gets the criteria for the request. |
RT |
getResult()
Gets the result of the request. |
void |
setCriteria(CT criteria)
Sets the criteria for the request. |
void |
setResult(RT result)
Sets the result of the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestDefinition()
public RequestDefinition(CT criteria,
RT result)
criteria - the request criteriaresult - the request result| Method Detail |
|---|
public CT getCriteria()
public void setCriteria(CT criteria)
criteria - the request criteriapublic RT getResult()
public void setResult(RT result)
result - the request result
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||