Class ObjectIdentifierId

java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
All Implemented Interfaces:
IObjectId, Serializable
Direct Known Subclasses:
ExperimentIdentifierId, MetaprojectIdentifierId, ProjectIdentifierId, SampleIdentifierId

@JsonObject("ObjectIdentifierId") public abstract class ObjectIdentifierId extends Object implements IObjectId
Base class for ids that identify objects by identifier.
See Also:
  • Constructor Details

    • ObjectIdentifierId

      public ObjectIdentifierId(String identifier)
    • ObjectIdentifierId

      protected ObjectIdentifierId()
  • Method Details