public class Journal extends Object implements Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object inObj2) |
boolean |
equals(Object inObj2) |
String |
getAbbrev() |
String |
getISSN()
Returns the ISSN (International Standard Serial Number) for the Journal.
|
String |
getTitle() |
int |
hashCode() |
Journal |
setAbbrev(String inValue) |
Journal |
setISSN(String inValue) |
Journal |
setTitle(String inValue) |
String |
toString() |
public int compareTo(Object inObj2)
compareTo
in interface Comparable
public String getISSN()