gov.nih.nci.cagrid.data.codegen
Class ResultTypeGeneratorInformation

java.lang.Object
  extended by gov.nih.nci.cagrid.data.codegen.ResultTypeGeneratorInformation

public class ResultTypeGeneratorInformation
extends java.lang.Object

Author:
oster

Constructor Summary
ResultTypeGeneratorInformation()
           
ResultTypeGeneratorInformation(ServiceInformation serviceInfo, CadsrInformation cadsrInfo)
           
 
Method Summary
 CadsrInformation getCadsrInfo()
           
 ServiceInformation getServiceInfo()
           
 void setCadsrInfo(CadsrInformation cadsrInfo)
           
 void setServiceInfo(ServiceInformation serviceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultTypeGeneratorInformation

public ResultTypeGeneratorInformation()

ResultTypeGeneratorInformation

public ResultTypeGeneratorInformation(ServiceInformation serviceInfo,
                                      CadsrInformation cadsrInfo)
Method Detail

getCadsrInfo

public CadsrInformation getCadsrInfo()

setCadsrInfo

public void setCadsrInfo(CadsrInformation cadsrInfo)

getServiceInfo

public ServiceInformation getServiceInfo()

setServiceInfo

public void setServiceInfo(ServiceInformation serviceInfo)