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

- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ResultImpl
- public interface Result
- extends java.rmi.Remote
This class describes a line of result ; a result contains complete url, description of the document, size,...
| Method Summary | |
java.lang.String |
getBody()
|
java.lang.String |
getCharSet()
|
java.lang.String |
getConLanguage()
|
java.lang.String |
getConType()
|
java.util.LinkedList |
getDimensionValues()
|
long |
getDocSize()
|
java.util.Date |
getLastModTime()
|
double |
getPopRank()
|
long |
getRecID()
|
java.lang.String |
getTitle()
|
java.lang.String |
getUrl()
|
void |
setBody(java.lang.String body)
|
void |
setCharSet(java.lang.String charset)
|
void |
setConLanguage(java.lang.String conlanguage)
|
void |
setConType(java.lang.String contype)
|
void |
setDocSize(long docsize)
|
void |
setLastModTime(java.util.Date lastmodtime)
|
void |
setPopRank(double poprank)
|
void |
setRecID(long recid)
|
void |
setTitle(java.lang.String title)
|
void |
setURL(java.lang.String url)
|
| Method Detail |
getRecID
public long getRecID()
throws java.rmi.RemoteException
getDocSize
public long getDocSize()
throws java.rmi.RemoteException
getLastModTime
public java.util.Date getLastModTime() throws java.rmi.RemoteException
getPopRank
public double getPopRank()
throws java.rmi.RemoteException
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
getConLanguage
public java.lang.String getConLanguage() throws java.rmi.RemoteException
getCharSet
public java.lang.String getCharSet() throws java.rmi.RemoteException
getBody
public java.lang.String getBody() throws java.rmi.RemoteException
getDimensionValues
public java.util.LinkedList getDimensionValues() throws java.rmi.RemoteException
setRecID
public void setRecID(long recid)
throws java.rmi.RemoteException
setDocSize
public void setDocSize(long docsize)
throws java.rmi.RemoteException
setLastModTime
public void setLastModTime(java.util.Date lastmodtime) throws java.rmi.RemoteException
setPopRank
public void setPopRank(double poprank)
throws java.rmi.RemoteException
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
setConLanguage
public void setConLanguage(java.lang.String conlanguage) throws java.rmi.RemoteException
setCharSet
public void setCharSet(java.lang.String charset) throws java.rmi.RemoteException
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