|
Public Member Functions |
| | ResultImpl (long id) throws RemoteException |
| | Main constructor.
|
| long | getRecID () throws RemoteException |
| | Return result ID.
|
| long | getDocSize () throws RemoteException |
| | Return document size.
|
| Date | getLastModTime () throws RemoteException |
| | Return last modified time.
|
| double | getPopRank () throws RemoteException |
| | Return popularity rank.
|
| String | getUrl () throws RemoteException |
| | Return complete URL.
|
| String | getTitle () throws RemoteException |
| | Return title of document.
|
| String | getConType () throws RemoteException |
| | Return content type (text,image,mp3,...).
|
| String | getConLanguage () throws RemoteException |
| | Return content language.
|
| String | getCharSet () throws RemoteException |
| | Return charset used in document.
|
| String | getBody () throws RemoteException |
| | Return document body (if available).
|
| LinkedList | getDimensionValues () throws RemoteException |
| | Return dimensions values corresponding to dimensions defined in current search object.
|
| void | setRecID (long recid) throws RemoteException |
| | Set document ID.
|
| void | setDocSize (long docsize) throws RemoteException |
| | Set document size.
|
| void | setLastModTime (Date lastmodtime) throws RemoteException |
| | Set last modified time.
|
| void | setPopRank (double poprank) throws RemoteException |
| | Set document popularity rank.
|
| void | setURL (String url) throws RemoteException |
| | Set document URL.
|
| void | setTitle (String title) throws RemoteException |
| | Set document title.
|
| void | setConType (String contype) throws RemoteException |
| | Set content type (text,image,mp3,...).
|
| void | setConLanguage (String conlanguage) throws RemoteException |
| | Set document language.
|
| void | setCharSet (String charset) throws RemoteException |
| | Set document charset.
|
| void | setBody (String body) throws RemoteException |
| | Set document body.
|
Private Attributes |
| long | lRecID |
| long | lDocSize |
| Date | dLastModTime |
| double | dPopRank |
| String | sUrl |
| String | sTitle |
| String | sConType |
| String | sConLanguage |
| String | sCharSet |
| String | sBody |
| LinkedList | pDimensionValues = new LinkedList() |