ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.metaproject
Class MetaprojectTechIdId

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
      extended by 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

Constructor Summary
MetaprojectTechIdId(java.lang.Long techId)
           
MetaprojectTechIdId(ch.systemsx.cisd.openbis.generic.shared.basic.TechId techId)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectTechIdId
equals, getTechId, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaprojectTechIdId

public MetaprojectTechIdId(java.lang.Long techId)
Parameters:
techId - Metaproject tech id.

MetaprojectTechIdId

public MetaprojectTechIdId(ch.systemsx.cisd.openbis.generic.shared.basic.TechId techId)