public class Description extends Object implements Serializable
| Constructor and Description |
|---|
Description() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAuthors() |
BibliographyEntry |
getBibliography() |
String |
getComment() |
GregorianCalendar |
getCreationDate() |
List<String> |
getKeywords() |
GregorianCalendar |
getLastModificationDate() |
void |
setAuthors(List<String> authors) |
void |
setBibliography(BibliographyEntry bibliography) |
void |
setComment(String comment) |
void |
setCreationDate(GregorianCalendar creationDate) |
void |
setKeywords(List<String> keywords) |
void |
setLastModificationDate(GregorianCalendar lastModificationDate) |
public String getComment()
public void setComment(String comment)
comment - the comment to setpublic BibliographyEntry getBibliography()
public void setBibliography(BibliographyEntry bibliography)
bibliography - the bibliography to setpublic GregorianCalendar getCreationDate()
public void setCreationDate(GregorianCalendar creationDate)
creationDate - the creationDate to setpublic GregorianCalendar getLastModificationDate()
public void setLastModificationDate(GregorianCalendar lastModificationDate)
lastModificationDate - the lastModificationDate to setCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.