|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.search.OpenSearchProperties
public class OpenSearchProperties
Maintains property information supporting OpenSearch response elements.
| Constructor Summary | |
|---|---|
OpenSearchProperties()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getDescriptionURL()
Gets the URL for the open search service description. |
int |
getNumberOfHits()
Gets the number of records hit by the query. |
int |
getRecordsPerPage()
Gets number of requested records per page. |
String |
getShortName()
Gets the short name (i.e. |
int |
getStartRecord()
Gets the starting record. |
void |
setDescriptionURL(String url)
Sets the URL for the open search service description. |
void |
setNumberOfHits(int hits)
Sets the number of records hit by the query. |
void |
setRecordsPerPage(int recordsPerPage)
Sets number of requested records per page. |
void |
setShortName(String name)
Sets the short name (i.e. |
void |
setStartRecord(int startRecord)
Sets the starting record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenSearchProperties()
| Method Detail |
|---|
public String getDescriptionURL()
public void setDescriptionURL(String url)
url - the open search description URLpublic int getNumberOfHits()
public void setNumberOfHits(int hits)
hits - the number of hitspublic int getRecordsPerPage()
public void setRecordsPerPage(int recordsPerPage)
recordsPerPage - number of records per pagepublic String getShortName()
public void setShortName(String name)
name - the short namepublic int getStartRecord()
public void setStartRecord(int startRecord)
startRecord - the starting record
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||