edu.iastate.metnet.dao
Class PathwayA

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

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

Author:
Jie Li temporary holder class for pathway
See Also:
Serialized Form

Constructor Summary
PathwayA()
           
PathwayA(java.lang.Integer blockid)
           
 
Method Summary
 java.lang.Integer getBlockid()
           
 java.util.Vector getParts()
           
 java.util.Vector getPartsIDList()
           
 void setBlockid(java.lang.Integer blockid)
           
 void setParts(java.util.Vector parts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathwayA

public PathwayA()

PathwayA

public PathwayA(java.lang.Integer blockid)
Method Detail

getBlockid

public java.lang.Integer getBlockid()
Returns:
Returns the blockid.

setBlockid

public void setBlockid(java.lang.Integer blockid)
Parameters:
blockid - The blockid to set.

getParts

public java.util.Vector getParts()
Returns:
Returns the parts.

setParts

public void setParts(java.util.Vector parts)
Parameters:
parts - The parts to set.

getPartsIDList

public java.util.Vector getPartsIDList()