Class ProjectIdentifierId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.project.ProjectIdentifierId
- All Implemented Interfaces:
IObjectId,IProjectId,Serializable
@JsonObject("ProjectIdentifierId")
public class ProjectIdentifierId
extends ObjectIdentifierId
implements IProjectId
Identifies a project by identifier.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
equals, getIdentifier, hashCode, toString
-
Constructor Details
-
ProjectIdentifierId
- Parameters:
identifier- Project identifier, e.g. "/MY_SPACE/MY_PROJECT".
-