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 Details

    • SampleIdentifierId

      public SampleIdentifierId(String identifier)
      Parameters:
      identifier - Sample identifier, e.g. "/MY_SPACE/MY_SAMPLE" (space sample) or "/MY_SAMPLE" (shared sample)