|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.search.RemoteSearchRecord
Bean class that implements ISearchRecord.
| Constructor Summary | |
RemoteSearchRecord()
|
|
| Method Summary | |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getImageURL()
Gets the image URL. |
java.lang.String |
getOpenDocumentURL()
Gets the URL to open the record. |
java.lang.String |
getTitle()
Gets the title for the record. |
void |
setDescription(java.lang.String description)
Sets the description (summary). |
void |
setImageURL(java.lang.String imageURL)
Sets the image URL for this record. |
void |
setOpenDocumentURL(java.lang.String openDocumentURL)
Sets the record URL used to click through to the record. |
void |
setTitle(java.lang.String title)
Sets the title for the record. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RemoteSearchRecord()
| Method Detail |
public void setDescription(java.lang.String description)
setDescriptionEncoded in ISearchResult is set to false.
setDescription in interface ISearchRecorddescription - the record description (summary)public java.lang.String getDescription()
getDescription in interface ISearchRecordpublic void setImageURL(java.lang.String imageURL)
setImageURL in interface ISearchRecordimageURL - the image URLpublic java.lang.String getImageURL()
getImageURL in interface ISearchRecordpublic void setOpenDocumentURL(java.lang.String openDocumentURL)
openDocumentURL.
setOpenDocumentURL in interface ISearchRecordopenDocumentURL - the record URLpublic java.lang.String getOpenDocumentURL()
getOpenDocumentURL in interface ISearchRecordpublic void setTitle(java.lang.String title)
openDocumentURL.
setTitle in interface ISearchRecordtitle - the record titlepublic java.lang.String getTitle()
getTitle in interface ISearchRecord
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2010 Oracle® Corporation. All Rights Reserved.