Class MetaprojectTechIdId
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 Summary
Constructors -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
equals, getTechId, hashCode, toString
-
Constructor Details
-
MetaprojectTechIdId
- Parameters:
techId- Metaproject tech id.
-