java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.metaproject.MetaprojectTechIdId
All Implemented Interfaces:
IObjectId, IMetaprojectId, Serializable

@JsonObject("MetaprojectTechIdId") public class MetaprojectTechIdId extends ObjectTechIdId implements IMetaprojectId
Identifies a metaproject by tech id.
See Also:
  • Constructor Details

    • MetaprojectTechIdId

      public MetaprojectTechIdId(Long techId)
      Parameters:
      techId - Metaproject tech id.
    • MetaprojectTechIdId

      public MetaprojectTechIdId(TechId techId)