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

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
      extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.sample.SampleIdentifierId
All Implemented Interfaces:
IObjectId, ISampleId, java.io.Serializable

@JsonObject(value="SampleIdentifierId")
public class SampleIdentifierId
extends ObjectIdentifierId
implements ISampleId

Identifies a sample by identifier.

See Also:
Serialized Form

Constructor Summary
SampleIdentifierId(java.lang.String identifier)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
equals, getIdentifier, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SampleIdentifierId

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