public class JournalArticle extends Object implements Serializable
Constructor and Description |
---|
JournalArticle() |
Modifier and Type | Method and Description |
---|---|
List<Author> |
getAuthorList()
Get the list of Authors of the JournalArticle
|
String |
getDoi()
Get the value of DOI field.
|
List<Author> |
getEditorList()
Get the list of editors of the JournalArticle
|
String |
getJournalName() |
String |
getPmid()
Get the value of PMID field.
|
int |
getPublicationDate() |
String |
getPublisher() |
String |
getRef()
Get the value of REF field.
|
String |
getRefn()
Get the value of REFN field.
|
String |
getStartPage() |
String |
getTitle()
Get the value of title
|
String |
getVolume() |
boolean |
isPublished() |
void |
setAuthorList(List<Author> authorList) |
void |
setDoi(String doi)
Set the value of doi
|
void |
setEditorList(List<Author> editorList) |
void |
setIsPublished(Boolean state)
Sets the publication state of a JournalArticle - TO BE PUBLISHED == false
|
void |
setJournalName(String journalName) |
void |
setPmid(String pmid)
Set the value of pmid
|
void |
setPublicationDate(int publicationDate) |
void |
setPublished(boolean published) |
void |
setPublisher(String publisher) |
void |
setRef(String ref)
Set the value of the ref.
|
void |
setRefn(String refn)
Set the value of the refn
|
void |
setStartPage(String startPage) |
void |
setTitle(String title)
Set the value of title
|
void |
setVolume(String volume) |
String |
toString() |
public JournalArticle()
public List<Author> getAuthorList()
public void setAuthorList(List<Author> authorList)
public List<Author> getEditorList()
public void setEditorList(List<Author> editorList)
public String getDoi()
public void setIsPublished(Boolean state)
state
- public String getPmid()
public String getRef()
public String getRefn()
public void setRefn(String refn)
refn
- new value of refnpublic void setTitle(String title)
title
- new value of titlepublic String getJournalName()
public void setJournalName(String journalName)
public int getPublicationDate()
public void setPublicationDate(int publicationDate)
public boolean isPublished()
public void setPublished(boolean published)
public String getPublisher()
public void setPublisher(String publisher)
public String getStartPage()
public void setStartPage(String startPage)
Copyright © 2000–2019 BioJava. All rights reserved.