|
|||||||||
| Home >> All >> [ PointOfViewServer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
PointOfViewServer
Class ResultImpl

java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
PointOfViewServer.ResultImpl
- All Implemented Interfaces:
- java.rmi.Remote, Result, java.io.Serializable
- public class ResultImpl
- extends java.rmi.server.UnicastRemoteObject
- implements Result
- extends java.rmi.server.UnicastRemoteObject
| Field Summary | |
private java.util.Date |
dLastModTime
|
private double |
dPopRank
|
private long |
lDocSize
|
private long |
lRecID
|
private java.util.LinkedList |
pDimensionValues
|
private java.lang.String |
sBody
|
private java.lang.String |
sCharSet
|
private java.lang.String |
sConLanguage
|
private java.lang.String |
sConType
|
private java.lang.String |
sTitle
|
private java.lang.String |
sUrl
|
| Fields inherited from class java.rmi.server.UnicastRemoteObject |
|
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Constructor Summary | |
ResultImpl(long id)
Main constructor. |
|
| Method Summary | |
java.lang.String |
getBody()
Return document body (if available). |
java.lang.String |
getCharSet()
Return charset used in document. |
java.lang.String |
getConLanguage()
Return content language. |
java.lang.String |
getConType()
Return content type (text,image,mp3,...) |
java.util.LinkedList |
getDimensionValues()
Return dimensions values corresponding to dimensions defined in current search object. |
long |
getDocSize()
Return document size. |
java.util.Date |
getLastModTime()
Return last modified time. |
double |
getPopRank()
Return popularity rank. |
long |
getRecID()
Return result ID. |
java.lang.String |
getTitle()
Return title of document. |
java.lang.String |
getUrl()
Return complete URL. |
void |
setBody(java.lang.String body)
Set document body. |
void |
setCharSet(java.lang.String charset)
Set document charset. |
void |
setConLanguage(java.lang.String conlanguage)
Set document language. |
void |
setConType(java.lang.String contype)
Set content type (text,image,mp3,...). |
void |
setDocSize(long docsize)
Set document size. |
void |
setLastModTime(java.util.Date lastmodtime)
Set last modified time. |
void |
setPopRank(double poprank)
Set document popularity rank. |
void |
setRecID(long recid)
Set document ID. |
void |
setTitle(java.lang.String title)
Set document title. |
void |
setURL(java.lang.String url)
Set document URL. |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
lRecID
private long lRecID
lDocSize
private long lDocSize
dLastModTime
private java.util.Date dLastModTime
dPopRank
private double dPopRank
sUrl
private java.lang.String sUrl
sTitle
private java.lang.String sTitle
sConType
private java.lang.String sConType
sConLanguage
private java.lang.String sConLanguage
sCharSet
private java.lang.String sCharSet
sBody
private java.lang.String sBody
pDimensionValues
private java.util.LinkedList pDimensionValues
| Constructor Detail |
ResultImpl
public ResultImpl(long id)
throws java.rmi.RemoteException
- Main constructor.
| Method Detail |
getRecID
public long getRecID()
throws java.rmi.RemoteException
getDocSize
public long getDocSize()
throws java.rmi.RemoteException
- Return document size.
- Specified by:
getDocSizein interfaceResult
getLastModTime
public java.util.Date getLastModTime() throws java.rmi.RemoteException
- Return last modified time.
- Specified by:
getLastModTimein interfaceResult
getPopRank
public double getPopRank()
throws java.rmi.RemoteException
- Return popularity rank.
- Specified by:
getPopRankin interfaceResult
getUrl
public java.lang.String getUrl() throws java.rmi.RemoteException
getTitle
public java.lang.String getTitle() throws java.rmi.RemoteException
getConType
public java.lang.String getConType() throws java.rmi.RemoteException
- Return content type (text,image,mp3,...)
- Specified by:
getConTypein interfaceResult
getConLanguage
public java.lang.String getConLanguage() throws java.rmi.RemoteException
- Return content language.
- Specified by:
getConLanguagein interfaceResult
getCharSet
public java.lang.String getCharSet() throws java.rmi.RemoteException
- Return charset used in document.
- Specified by:
getCharSetin interfaceResult
getBody
public java.lang.String getBody() throws java.rmi.RemoteException
getDimensionValues
public java.util.LinkedList getDimensionValues() throws java.rmi.RemoteException
- Return dimensions values corresponding to dimensions defined in current search object.
- Specified by:
getDimensionValuesin interfaceResult
setRecID
public void setRecID(long recid)
throws java.rmi.RemoteException
setDocSize
public void setDocSize(long docsize)
throws java.rmi.RemoteException
- Set document size.
- Specified by:
setDocSizein interfaceResult
setLastModTime
public void setLastModTime(java.util.Date lastmodtime) throws java.rmi.RemoteException
- Set last modified time.
- Specified by:
setLastModTimein interfaceResult
setPopRank
public void setPopRank(double poprank)
throws java.rmi.RemoteException
- Set document popularity rank.
- Specified by:
setPopRankin interfaceResult
setURL
public void setURL(java.lang.String url) throws java.rmi.RemoteException
setTitle
public void setTitle(java.lang.String title) throws java.rmi.RemoteException
setConType
public void setConType(java.lang.String contype) throws java.rmi.RemoteException
- Set content type (text,image,mp3,...).
- Specified by:
setConTypein interfaceResult
setConLanguage
public void setConLanguage(java.lang.String conlanguage) throws java.rmi.RemoteException
- Set document language.
- Specified by:
setConLanguagein interfaceResult
setCharSet
public void setCharSet(java.lang.String charset) throws java.rmi.RemoteException
- Set document charset.
- Specified by:
setCharSetin interfaceResult
setBody
public void setBody(java.lang.String body) throws java.rmi.RemoteException
|
|||||||||
| Home >> All >> [ PointOfViewServer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC