Class ProjectIdentifier
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectIdentifier
ch.ethz.sis.openbis.generic.asapi.v3.dto.project.id.ProjectIdentifier
- All Implemented Interfaces:
IObjectId,IProjectId,Serializable
@JsonObject("as.dto.project.id.ProjectIdentifier")
public class ProjectIdentifier
extends ObjectIdentifier
implements IProjectId
Project identifier.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectIdentifier(String identifier) ProjectIdentifier(String spaceCode, String projectCode) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectIdentifier
equals, getIdentifier, hashCode, toString
-
Constructor Details
-
ProjectIdentifier
- Parameters:
identifier- Project identifier, e.g. "/MY_SPACE/MY_PROJECT".
-
ProjectIdentifier
-