ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.sample
Class SampleTechIdId

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.sample.SampleTechIdId
All Implemented Interfaces:
IObjectId, ISampleId, java.io.Serializable

@JsonObject(value="SampleTechIdId")
public class SampleTechIdId
extends ObjectTechIdId
implements ISampleId

Identifies a sample by tech id.

See Also:
Serialized Form

Constructor Summary
SampleTechIdId(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

SampleTechIdId

public SampleTechIdId(java.lang.Long techId)
Parameters:
techId - Sample tech id.