Class MetaprojectTechIdId
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.id.ObjectTechIdId
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.id.metaproject.MetaprojectTechIdId
-
- All Implemented Interfaces:
IObjectId
,IMetaprojectId
,java.io.Serializable
public class MetaprojectTechIdId extends ObjectTechIdId implements IMetaprojectId
Identifies a metaproject by tech id.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaprojectTechIdId(TechId techId)
MetaprojectTechIdId(java.lang.Long techId)
-
Method Summary
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.id.ObjectTechIdId
equals, getTechId, hashCode, toString
-
-
-
-
Constructor Detail
-
MetaprojectTechIdId
public MetaprojectTechIdId(java.lang.Long techId)
- Parameters:
techId
- Metaproject tech id.
-
MetaprojectTechIdId
public MetaprojectTechIdId(TechId techId)
-
-