| Constructor and Description |
|---|
Document(DocumentType documentType,
java.lang.String title,
java.lang.String link) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Document o) |
java.lang.String |
getDocId() |
DocumentType |
getDocumentType() |
java.lang.String |
getLink() |
java.lang.String |
getTitle() |
void |
setDocumentType(DocumentType documentType) |
void |
setLink(java.lang.String link) |
void |
setTitle(java.lang.String title) |
public Document(DocumentType documentType, java.lang.String title, java.lang.String link)
public java.lang.String getDocId()
public DocumentType getDocumentType()
public void setDocumentType(DocumentType documentType)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getLink()
public void setLink(java.lang.String link)
Copyright © 2017 Richard Thurston. All Rights Reserved.