uk.ac.ebi.intenz.domain.reference
Class Reference

java.lang.Object
  extended by uk.ac.ebi.intenz.domain.reference.Reference
Direct Known Subclasses:
Book, Journal, Patent

public class Reference
extends Object

This class represents a reference and serves as the super class for all types of references.

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:10 $
Author:
Michael Darsow

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

equals

public boolean equals(Object o)
Standard equals() method.

Overrides:
equals in class Object
Parameters:
o - The object to be compared to this one.
Returns:
true if o is equal to this object.

hashCode

public int hashCode()
Generates a hash code for this object.

Overrides:
hashCode in class Object
Returns:
the hash code.

getPubId

public Long getPubId()

getAuthors

public String getAuthors()

getTitle

public String getTitle()

getYear

public String getYear()

getView

public EnzymeViewConstant getView()

getSource

public EnzymeSourceConstant getSource()

toXML

public String toXML(int number,
                    boolean intenzTextXML)


Copyright © 2013 EMBL-EBI. All Rights Reserved.