|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.autonomy.aci.businessobjects.AciBusinessObject
com.autonomy.aci.businessobjects.Document
Encapsulates the minimum information that a document stored in IDOL must have.
Constructor Summary | |
Document()
Create a Document with no properties set. |
|
Document(java.lang.String sDocRef)
Create a Document with the given document reference. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this Document. |
java.lang.String |
getDatabase()
Read database in which this document is stored (the value of its autn:database property). |
java.lang.String |
getDocReference()
Read the reference for this document (the value of its DREREFERENCE property). |
java.lang.String |
getTitle()
Read the title for this document (the value of its DRETITLE or autn:title property). |
void |
setDatabase(java.lang.String sDatabase)
Set the database in which this document is stored in IDOL. |
void |
setDocReference(java.lang.String sDocRef)
Set reference for this document. |
void |
setTitle(java.lang.String sTitle)
Set the title for this document. |
java.lang.String |
toString()
|
Methods inherited from class com.autonomy.aci.businessobjects.AciBusinessObject |
getUID, setUID |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Document()
Document
with no properties set.
public Document(java.lang.String sDocRef)
Document
with the given document reference.
sDocRef
- the reference by which the document is uniquely identified within IDOL
(the value of its DREREFERENCE).Method Detail |
public void setDocReference(java.lang.String sDocRef)
sDocRef
- the reference by which the document is uniquely identified within IDOL
(the value of its DREREFERENCE property).public void setTitle(java.lang.String sTitle)
sTitle
- the title of this document (the value of its DRETITLE or autn:title property).public void setDatabase(java.lang.String sDatabase)
sDatabase
- database in which this document is stored (the value of its autn:database property).public java.lang.String getDocReference()
public java.lang.String getTitle()
public java.lang.String getDatabase()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
o
- the reference object with which to compare.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |