public class Journal extends Reference
Constructor and Description |
---|
Journal(Long id,
String authors,
String title,
String year,
String pubName,
String firstPage,
String lastPage,
String volume,
String pubMedId,
String medlineId,
EnzymeViewConstant view,
EnzymeSourceConstant source)
Returns a Journal instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Standard
equals() method. |
String |
getFirstPage() |
String |
getLastPage() |
String |
getMedlineId() |
String |
getPubMedId() |
String |
getPubName() |
String |
getVolume() |
int |
hashCode()
Generates a hash code for this object.
|
String |
toString()
Returns a string representation of this book.
|
String |
toXML(int number,
boolean intenzTextXML) |
public Journal(Long id, String authors, String title, String year, String pubName, String firstPage, String lastPage, String volume, String pubMedId, String medlineId, EnzymeViewConstant view, EnzymeSourceConstant source)
id
- The pubId.authors
- The string containing all author names.title
- The title of the publication.year
- The year of the publication.pubName
- The journal's name.firstPage
- The first page of the article.lastPage
- The last page of the article.volume
- The journal's volume.pubMedId
- The PubMed ID.medlineId
- The Medline IDNullPointerException
- if any parameter is null
.public String toString()
public boolean equals(Object o)
equals()
method.public int hashCode()
public String getPubName()
public String getFirstPage()
public String getLastPage()
public String getVolume()
public String getPubMedId()
public String getMedlineId()
Copyright © 2014 EMBL-EBI. All rights reserved.