|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.request.Result com.esri.gpt.framework.request.QueryResult<HeRecords> com.esri.gpt.catalog.harvest.history.HeQueryResult
public class HeQueryResult
Harvest repository history query result.
Constructor Summary | |
---|---|
HeQueryResult()
Non-argument constructor. |
Method Summary | |
---|---|
String |
getName()
Gets harvest repository name. |
String |
getProtocolIdAsString()
Gets protocol type as string. |
HarvestProtocol.ProtocolType |
getProtocolType()
Gets protocol type. |
String |
getProtocolTypeAsString()
Gets protocol type as string. |
String |
getReportUuid()
Gets report uuid. |
String |
getUrl()
Gets harvest repository url. |
String |
getUuid()
Gets repository uuid. |
void |
setName(String name)
Sets harvest repository url. |
void |
setProtocolIdAsString(String name)
Sets protocol type from string. |
void |
setProtocolType(HarvestProtocol.ProtocolType protocolType)
Sets protocol type. |
void |
setProtocolTypeAsString(String name)
Sets protocol type from string. |
void |
setReportUuid(String reportUuid)
Sets report uuid. |
void |
setUrl(String url)
Sets harvest repository url. |
void |
setUuid(String uuid)
Sets repository uuid. |
Methods inherited from class com.esri.gpt.framework.request.QueryResult |
---|
getHasRecords, getMaxQueryHits, getPageCursor, getRecords, reset, setMaxQueryHits, setPageCursor, setRecords |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeQueryResult()
Method Detail |
---|
public HarvestProtocol.ProtocolType getProtocolType()
public void setProtocolType(HarvestProtocol.ProtocolType protocolType)
protocolType
- the protocol typepublic String getProtocolTypeAsString()
public void setProtocolTypeAsString(String name)
name
- protocol type namepublic String getProtocolIdAsString()
public void setProtocolIdAsString(String name)
name
- protocol type namepublic String getName()
public void setName(String name)
name
- repository namepublic String getUrl()
public void setUrl(String url)
url
- repository urlpublic String getUuid()
public void setUuid(String uuid)
uuid
- repository uuidpublic String getReportUuid()
public void setReportUuid(String reportUuid)
reportUuid
- report uuid
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |