ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.project
Class ProjectIdentifierId

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
      extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.project.ProjectIdentifierId
All Implemented Interfaces:
IObjectId, IProjectId, java.io.Serializable

@JsonObject(value="ProjectIdentifierId")
public class ProjectIdentifierId
extends ObjectIdentifierId
implements IProjectId

Identifies a project by identifier.

See Also:
Serialized Form

Constructor Summary
ProjectIdentifierId(java.lang.String identifier)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
equals, getIdentifier, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectIdentifierId

public ProjectIdentifierId(java.lang.String identifier)
Parameters:
identifier - Project identifier, e.g. "/MY_SPACE/MY_PROJECT".