Class SampleIdentifierId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.sample.SampleIdentifierId
- All Implemented Interfaces:
IObjectId,ISampleId,Serializable
@JsonObject("SampleIdentifierId")
public class SampleIdentifierId
extends ObjectIdentifierId
implements ISampleId
Identifies a sample by identifier.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
equals, getIdentifier, hashCode, toString
-
Constructor Details
-
SampleIdentifierId
- Parameters:
identifier- Sample identifier, e.g. "/MY_SPACE/MY_SAMPLE" (space sample) or "/MY_SAMPLE" (shared sample)
-