Class ProjectTechIdId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.project.ProjectTechIdId
- All Implemented Interfaces:
IObjectId,IProjectId,Serializable
@JsonObject("ProjectTechIdId")
public class ProjectTechIdId
extends ObjectTechIdId
implements IProjectId
Identifies a project 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
-
ProjectTechIdId
- Parameters:
techId- Project tech id.
-