Class SampleTechIdId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.sample.SampleTechIdId
- All Implemented Interfaces:
IObjectId,ISampleId,Serializable
@JsonObject("SampleTechIdId")
public class SampleTechIdId
extends ObjectTechIdId
implements ISampleId
Identifies a sample by tech id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
equals, getTechId, hashCode, toString
-
Constructor Details
-
SampleTechIdId
- Parameters:
techId- Sample tech id.
-