|
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.Record com.esri.gpt.catalog.search.SearchResultRecord
public class SearchResultRecord
The Class SearchResultRecord. Contains attributes describing a metadata record . Not thread safe.
Field Summary | |
---|---|
static int |
ABSTRACT_MAXLENGTH
The maximum length of the abstract * |
static String |
CONTENTTYPE_PROPERTY_PREFIX
Prefix where content type is appended to to come up with the readable content type title |
Constructor Summary | |
---|---|
SearchResultRecord()
|
Method Summary | |
---|---|
String |
getAbstract()
Gets the abstract. |
String |
getContentType()
Gets the content type. |
ResourceLink |
getContentTypeLink()
Gets the content type link associated with the record. |
Envelope |
getEnvelope()
Gets the bounding envelope. |
String |
getExternalId()
Gets the external repository id. |
String |
getFileIdentifier()
Gets the file identifier. |
Date |
getModfiedDate()
Gets the modified date. |
Map<String,Object> |
getObjectMap()
Gets the free form object map associated with this request. |
ResourceLinks |
getResourceLinks()
Gets the resource links. |
String |
getResourceUrl()
Gets primary resource URL. |
String |
getService()
Gets the service name. |
String |
getServiceType()
Gets the service type. |
ResourceLink |
getThumbnailLink()
Gets the thumbnail link associated with the record. |
String |
getTitle()
Gets the title. |
String |
getUuid()
Gets the UUID. |
boolean |
isDefaultGeometry()
Checks if is default geometry. |
boolean |
isExternal()
Determines if the record is from an external repository. |
boolean |
isSupportsViewMetadata()
Checks if is supports view metadata. |
void |
setAbstract(String abs)
Sets the abstract. |
void |
setContentType(String contentType)
Sets the content type. |
void |
setDefaultGeometry(boolean defaultGeometry)
Sets the default geometry. |
void |
setEnvelope(Envelope envelope)
Sets the bounding envelope. |
void |
setExternal(boolean external)
Sets the flag indicating if the record is from an external repository. |
void |
setExternalId(String externalId)
Sets the external repository id. |
void |
setFileIdentifier(String id)
Sets the file identifier. |
void |
setModifiedDate(Date date)
Sets the modified date. |
protected void |
setResourceLinks(ResourceLinks links)
Sets the resource links. |
void |
setResourceUrl(String url)
Sets primary resource URL. |
void |
setService(String service)
Sets the service. |
void |
setServiceType(String serviceType)
Sets the service type. |
void |
setSupportsViewMetadata(boolean supportsViewMetadata)
Sets the supports view metadata. |
void |
setTitle(String title)
Sets the title. |
void |
setUuid(String uuid)
Sets the UUID. |
Methods inherited from class com.esri.gpt.framework.request.Record |
---|
getIsSelected, setIsSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ABSTRACT_MAXLENGTH
public static final String CONTENTTYPE_PROPERTY_PREFIX
Constructor Detail |
---|
public SearchResultRecord()
Method Detail |
---|
public String getAbstract()
public void setAbstract(String abs)
abs
- the abstractpublic String getContentType()
public void setContentType(String contentType)
contentType
- the new content typepublic ResourceLink getContentTypeLink()
public Envelope getEnvelope()
public void setEnvelope(Envelope envelope)
envelope
- the bounding envelopepublic boolean isExternal()
public void setExternal(boolean external)
external
- true if externalpublic String getExternalId()
public void setExternalId(String externalId)
externalId
- the new external idpublic String getFileIdentifier()
public void setFileIdentifier(String id)
id
- the file identifierpublic Date getModfiedDate()
public void setModifiedDate(Date date)
date
- the new modified datepublic Map<String,Object> getObjectMap()
public ResourceLinks getResourceLinks()
protected void setResourceLinks(ResourceLinks links)
links
- the resource linkspublic String getResourceUrl()
public void setResourceUrl(String url)
url
- the URLpublic String getService()
public void setService(String service)
service
- the new service namepublic String getServiceType()
public void setServiceType(String serviceType)
serviceType
- the new service typepublic ResourceLink getThumbnailLink()
public String getTitle()
public void setTitle(String title)
title
- the titlepublic String getUuid()
public void setUuid(String uuid)
uuid
- the UUIDpublic boolean isSupportsViewMetadata()
public void setSupportsViewMetadata(boolean supportsViewMetadata)
supportsViewMetadata
- the new supports view metadatapublic boolean isDefaultGeometry()
public void setDefaultGeometry(boolean defaultGeometry)
defaultGeometry
- the new default geometry
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |