anl.aida.client.doc
Class ClientDocument
java.lang.Object
anl.aida.client.doc.ClientDocument
public class ClientDocument
- extends java.lang.Object
Date: Feb 6, 2009 2:28:33 PM
Field Summary |
private anl.aida.core.DocumentID |
id
|
private java.lang.String |
keywords
|
private java.lang.String |
title
|
Constructor Summary |
ClientDocument(anl.aida.core.DocumentID id,
java.lang.String title,
java.lang.String... keywords)
|
Method Summary |
java.lang.String |
getKeywords()
Gets the keywords for this document. |
java.lang.String |
getPath()
Gets the path of this document. |
java.lang.String |
getTitle()
Gets the title of this document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keywords
private java.lang.String keywords
title
private java.lang.String title
id
private anl.aida.core.DocumentID id
ClientDocument
public ClientDocument(anl.aida.core.DocumentID id,
java.lang.String title,
java.lang.String... keywords)
getTitle
public java.lang.String getTitle()
- Gets the title of this document.
- Returns:
- the title of this document.
getPath
public java.lang.String getPath()
- Gets the path of this document.
- Returns:
- the path of this document.
getKeywords
public java.lang.String getKeywords()
- Gets the keywords for this document.
- Returns:
- the keywords for this document.