ch.systemsx.cisd.openbis.dss.generic.shared.dto
Class DataSetRegistrationInformation<T extends DataSetInformation>

java.lang.Object
  extended by ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetRegistrationInformation<T>

public class DataSetRegistrationInformation<T extends DataSetInformation>
extends java.lang.Object


Constructor Summary
DataSetRegistrationInformation(T dataSetInformation, ch.systemsx.cisd.openbis.generic.shared.dto.NewExternalData externalData)
           
 
Method Summary
 T getDataSetInformation()
           
 ch.systemsx.cisd.openbis.generic.shared.dto.NewExternalData getExternalData()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetRegistrationInformation

public DataSetRegistrationInformation(T dataSetInformation,
                                      ch.systemsx.cisd.openbis.generic.shared.dto.NewExternalData externalData)
Method Detail

getDataSetInformation

public T getDataSetInformation()

getExternalData

public ch.systemsx.cisd.openbis.generic.shared.dto.NewExternalData getExternalData()