edu.iastate.metnet.export
Class PathwayInfoImpl

java.lang.Object
  extended by edu.iastate.metnet.export.PathwayInfoImpl
All Implemented Interfaces:
PathwayInfo, java.io.Serializable

public class PathwayInfoImpl
extends java.lang.Object
implements java.io.Serializable, PathwayInfo

See Also:
Serialized Form

Field Summary
(package private)  PathwayObject pathwayObject
          pathway object
 
Constructor Summary
PathwayInfoImpl(PathwayObject pathwayObject)
           
 
Method Summary
 java.util.ArrayList getEntityLocationList()
           
 java.util.ArrayList getInteractionSourceList()
           
 java.util.ArrayList getInteractionUserList()
           
 java.lang.String getLastModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getOrganism()
          get the organism of the pathway
 java.lang.Integer getPbid()
           
 java.util.ArrayList getSynonymList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pathwayObject

PathwayObject pathwayObject
pathway object

Constructor Detail

PathwayInfoImpl

public PathwayInfoImpl(PathwayObject pathwayObject)
Method Detail

getEntityLocationList

public java.util.ArrayList getEntityLocationList()
Specified by:
getEntityLocationList in interface PathwayInfo
Returns:
the entityLocationList

getInteractionSourceList

public java.util.ArrayList getInteractionSourceList()
Specified by:
getInteractionSourceList in interface PathwayInfo
Returns:
Returns the interactionSourceList.

getInteractionUserList

public java.util.ArrayList getInteractionUserList()
Specified by:
getInteractionUserList in interface PathwayInfo
Returns:
Returns the interactionUserList.

getLastModifiedDate

public java.lang.String getLastModifiedDate()
Specified by:
getLastModifiedDate in interface PathwayInfo
Returns:
Returns the lastModifiedDate.

getName

public java.lang.String getName()
Specified by:
getName in interface PathwayInfo
Returns:
Returns the name.

getOrganism

public java.lang.String getOrganism()
Description copied from interface: PathwayInfo
get the organism of the pathway

Specified by:
getOrganism in interface PathwayInfo
Returns:
the organism of the pathway

getPbid

public java.lang.Integer getPbid()
Specified by:
getPbid in interface PathwayInfo
Returns:
Returns the pbid.

getSynonymList

public java.util.ArrayList getSynonymList()
Specified by:
getSynonymList in interface PathwayInfo
Returns:
Returns the synonymList.