CoPS.CheckUpExample
Class CheckUpAction

java.lang.Object
  extended byCoPS.CheckUpExample.CheckUpAction
Direct Known Subclasses:
AnalyzeBloodtestMan, AnalyzeBloodtestMech, GetAlternativeDiagnosesBook, GetAlternativeDiagnosesDB, GetHistInfoDB1, GetHistInfoDB2, GetHistInfoMA1, GetHistInfoMA2, GetPatientInfoDB1, GetPatientInfoDB2, GetPatientInfoMA1, GetPatientInfoMA2, Interrogate, PerformPhyExamination1, PerformPhyExamination2, TakeBloodtest, UpdatePatientInfoDB1, UpdatePatientInfoDB2, UpdatePatientInfoMA1, UpdatePatientInfoMA2

public class CheckUpAction
extends java.lang.Object


Constructor Summary
CheckUpAction()
           
 
Method Summary
 java.lang.String getAssumptions()
           
 List getInput()
           
 CheckUpEntity getOutput()
           
 void setAssumptions(java.lang.String ass)
           
 void setInput(List input)
           
 void setOutput(CheckUpEntity output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckUpAction

public CheckUpAction()
Method Detail

setInput

public void setInput(List input)

getInput

public List getInput()

setOutput

public void setOutput(CheckUpEntity output)

getOutput

public CheckUpEntity getOutput()

setAssumptions

public void setAssumptions(java.lang.String ass)

getAssumptions

public java.lang.String getAssumptions()