|
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.server.csw.client.CswCatalogCapabilities
public class CswCatalogCapabilities
Catalog capabilities.
Constructor Summary | |
---|---|
CswCatalogCapabilities()
|
Method Summary | |
---|---|
String |
get_getRecordByIDGetURL()
Gets the _get record by id get url. |
String |
get_getRecordsPostURL()
Gets the _get records post url. |
String |
getAbstractText()
Gets the abstract text. |
String |
getTitle()
Gets the title. |
boolean |
isReady()
Checks if is ready. |
void |
set_getRecordByIDGetURL(String recordByIDGetURL)
Sets the _get record by id get url. |
void |
set_getRecordsPostURL(String recordsPostURL)
Sets the _get records post url. |
void |
setAbstractText(String abstractText)
Sets the abstract text. |
void |
setTitle(String title)
Sets the title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CswCatalogCapabilities()
Method Detail |
---|
public String getTitle()
public void setTitle(String title)
title
- the new titlepublic String getAbstractText()
public void setAbstractText(String abstractText)
abstractText
- the new abstract textpublic String get_getRecordByIDGetURL()
public void set_getRecordByIDGetURL(String recordByIDGetURL)
recordByIDGetURL
- the new _get record by id get urlpublic String get_getRecordsPostURL()
public void set_getRecordsPostURL(String recordsPostURL)
recordsPostURL
- the new _get records post urlpublic boolean isReady()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |