|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.intenz.domain.reference.Reference
public class Reference
This class represents a reference and serves as the super class for all types of references.
Method Summary | |
---|---|
boolean |
equals(Object o)
Standard equals() method. |
String |
getAuthors()
|
Long |
getPubId()
|
EnzymeSourceConstant |
getSource()
|
String |
getTitle()
|
EnzymeViewConstant |
getView()
|
String |
getYear()
|
int |
hashCode()
Generates a hash code for this object. |
String |
toXML(int number,
boolean intenzTextXML)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(Object o)
equals()
method.
equals
in class Object
o
- The object to be compared to this one.
true
if o
is equal to this object.public int hashCode()
hashCode
in class Object
public Long getPubId()
public String getAuthors()
public String getTitle()
public String getYear()
public EnzymeViewConstant getView()
public EnzymeSourceConstant getSource()
public String toXML(int number, boolean intenzTextXML)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |