Class MetaprojectIdentifierId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.metaproject.MetaprojectIdentifierId
- All Implemented Interfaces:
IObjectId,IMetaprojectId,Serializable
@JsonObject("MetaprojectIdentifierId")
public class MetaprojectIdentifierId
extends ObjectIdentifierId
implements IMetaprojectId
Identifies a metaproject by identifier.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetaprojectIdentifierId(MetaprojectIdentifier identifier) MetaprojectIdentifierId(String identifier) MetaprojectIdentifierId(String ownerId, String name) -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectIdentifierId
equals, getIdentifier, hashCode, toString
-
Constructor Details
-
MetaprojectIdentifierId
- Parameters:
identifier- Metaproject identifier, e.g. "/MY_USER/MY_METAPROJECT".
-
MetaprojectIdentifierId
- Parameters:
ownerId- Metaproject ownername- Metaproject name
-