edu.iastate.metnet.dao
Class ChebiObject

java.lang.Object
  extended by edu.iastate.metnet.dao.ChebiObject
All Implemented Interfaces:
java.io.Serializable

public class ChebiObject
extends java.lang.Object
implements java.io.Serializable

chebi info data object. Notice that when we specify a chebi id, all children chebi id should be combined

Author:
Jie Li
See Also:
Serialized Form

Constructor Summary
ChebiObject()
           
 
Method Summary
 java.util.Collection getCasList()
           
 java.util.Collection getCasListX()
           
 java.lang.String getChebiDbAccession()
           
 java.lang.String getChebiFormula()
           
 java.lang.String getChebiInChI()
           
 java.lang.String getChebiName()
           
 java.lang.String getChebiSmiles()
           
 java.util.Collection getCidList()
           
 java.util.Collection getCidListX()
           
 java.lang.Integer getCompoundID()
           
 java.lang.Integer getEntityID()
           
 void setChebiDbAccession(java.lang.String chebiDbAccession)
           
 void setChebiFormula(java.lang.String chebiFormula)
           
 void setChebiInChI(java.lang.String chebiInChI)
           
 void setChebiName(java.lang.String chebiName)
           
 void setChebiSmiles(java.lang.String chebiSmile)
           
 void setCompoundID(java.lang.Integer compoundID)
           
 void setEntityID(java.lang.Integer entityID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChebiObject

public ChebiObject()
Method Detail

getChebiFormula

public java.lang.String getChebiFormula()
Returns:
Returns the chebiFormula.

setChebiFormula

public void setChebiFormula(java.lang.String chebiFormula)
Parameters:
chebiFormula - The chebiFormula to set.

getChebiInChI

public java.lang.String getChebiInChI()
Returns:
Returns the chebiInChI.

setChebiInChI

public void setChebiInChI(java.lang.String chebiInChI)
Parameters:
chebiInChI - The chebiInChI to set.

getChebiName

public java.lang.String getChebiName()
Returns:
Returns the chebiName.

setChebiName

public void setChebiName(java.lang.String chebiName)
Parameters:
chebiName - The chebiName to set.

getChebiSmiles

public java.lang.String getChebiSmiles()
Returns:
Returns the chebiSmile.

setChebiSmiles

public void setChebiSmiles(java.lang.String chebiSmile)
Parameters:
chebiSmile - The chebiSmile to set.

getCompoundID

public java.lang.Integer getCompoundID()
Returns:
Returns the compoundID.

setCompoundID

public void setCompoundID(java.lang.Integer compoundID)
Parameters:
compoundID - The compoundID to set.

getEntityID

public java.lang.Integer getEntityID()
Returns:
Returns the entityID.

setEntityID

public void setEntityID(java.lang.Integer entityID)
Parameters:
entityID - The entityID to set.

getChebiDbAccession

public java.lang.String getChebiDbAccession()
Returns:
Returns the chebiDbAccession.

setChebiDbAccession

public void setChebiDbAccession(java.lang.String chebiDbAccession)
Parameters:
chebiDbAccession - The chebiDbAccession to set.

getCasList

public java.util.Collection getCasList()
Returns:
the casList

getCasListX

public java.util.Collection getCasListX()
Returns:
the casListX

getCidList

public java.util.Collection getCidList()
Returns:
the cidList

getCidListX

public java.util.Collection getCidListX()
Returns:
the cidListX