ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.dataset
Class DataSetTechIdId

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
      extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.dataset.DataSetTechIdId
All Implemented Interfaces:
IDataSetId, IObjectId, java.io.Serializable

@JsonObject(value="DataSetTechIdId")
public class DataSetTechIdId
extends ObjectTechIdId
implements IDataSetId

Identifies a data set by tech id.

See Also:
Serialized Form

Constructor Summary
DataSetTechIdId(java.lang.Long techId)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
equals, getTechId, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSetTechIdId

public DataSetTechIdId(java.lang.Long techId)
Parameters:
techId - Data set tech id.