uk.ac.cisban.rod.database.fuge
Class ProtocolApplication

java.lang.Object
  extended by uk.ac.cisban.rod.database.fuge.ProtocolApplication

public class ProtocolApplication
extends java.lang.Object

An application of a ProtocolCV that can refer to zero or more ActionApplications. This class should be instantiated when the user announces that he wants to add a step to the protocol. When the data is added, the ActionApplications should be appended to it.

Since:
01-Dec-2009, 14:45:40
Author:
Morgan Taschuk

Constructor Summary
ProtocolApplication(ProtocolCV protocolRef)
           
 
Method Summary
 java.util.List<ActionApplication> getActions()
           
 java.lang.Long getId()
           
 PlateCV getInputPlateType()
           
 PlateCV getOutputPlateType()
           
 ProtocolCV getProtocolRef()
           
 void setActions(java.util.List<ActionApplication> actions)
           
 void setId(java.lang.Long id)
           
 void setInputPlateType(PlateCV inputPlateType)
           
 void setOutputPlateType(PlateCV outputPlateType)
           
 void setProtocolRef(ProtocolCV protocolRef)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolApplication

public ProtocolApplication(ProtocolCV protocolRef)
Method Detail

getActions

public java.util.List<ActionApplication> getActions()

setActions

public void setActions(java.util.List<ActionApplication> actions)

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getProtocolRef

public ProtocolCV getProtocolRef()

setProtocolRef

public void setProtocolRef(ProtocolCV protocolRef)

getInputPlateType

public PlateCV getInputPlateType()

setInputPlateType

public void setInputPlateType(PlateCV inputPlateType)

getOutputPlateType

public PlateCV getOutputPlateType()

setOutputPlateType

public void setOutputPlateType(PlateCV outputPlateType)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.