ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.metaproject
Class MetaprojectTechIdId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.metaproject.MetaprojectTechIdId
- All Implemented Interfaces:
- IObjectId, IMetaprojectId, java.io.Serializable
@JsonObject(value="MetaprojectTechIdId")
public class MetaprojectTechIdId
- extends ObjectTechIdId
- implements IMetaprojectId
Identifies a metaproject by tech id.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MetaprojectTechIdId
public MetaprojectTechIdId(java.lang.Long techId)
- Parameters:
techId
- Metaproject tech id.
MetaprojectTechIdId
public MetaprojectTechIdId(ch.systemsx.cisd.openbis.generic.shared.basic.TechId techId)