public class Reference extends Object implements PrideObject, Serializable
| Constructor and Description |
|---|
Reference(String reference,
String pmid,
String doi)
Create a new Reference object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDoi()
Returns the Digital Object Identifier (DOI) of the reference.
|
String |
getFileName()
Returns the name to use when serializing the object.
|
String |
getPmid()
Returns the PubMed ID of the reference.
|
String |
getReference()
Returns the reference as a string.
|
void |
setDoi(String doi)
Set the Digital Object Identifier (DOI) of the reference.
|
void |
setPmid(String pmid)
Set the PubMed ID of the reference.
|
void |
setReference(String reference)
Set the reference.
|
public String getReference()
public void setReference(String reference)
reference - the reference to setpublic String getPmid()
public void setPmid(String pmid)
pmid - the pmid to setpublic String getDoi()
public void setDoi(String doi)
doi - the doi to setpublic String getFileName()
PrideObjectgetFileName in interface PrideObjectCopyright © 2014. All rights reserved.