uk.ac.ebi.intenz.domain.enzyme
Class EnzymaticReactions.VisibleReaction

java.lang.Object
  extended by uk.ac.ebi.intenz.domain.enzyme.EnzymaticReactions.VisibleReaction
Enclosing class:
EnzymaticReactions

public class EnzymaticReactions.VisibleReaction
extends Object

Utility class to wrap a Reaction with the views where it is available and the IUBMB flag.

Author:
rafalcan

Method Summary
 boolean equals(Object obj)
           
 uk.ac.ebi.rhea.domain.Reaction getReaction()
           
 EnzymeViewConstant getView()
           
 int hashCode()
           
 boolean isIubmb()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReaction

public uk.ac.ebi.rhea.domain.Reaction getReaction()

getView

public EnzymeViewConstant getView()

isIubmb

public boolean isIubmb()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 EMBL-EBI. All Rights Reserved.