ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.material
Class MaterialTechIdId

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.material.MaterialTechIdId
All Implemented Interfaces:
IObjectId, IMaterialId, java.io.Serializable

@JsonObject(value="MaterialTechIdId")
public class MaterialTechIdId
extends ObjectTechIdId
implements IMaterialId

Identifies a material by tech id.

See Also:
Serialized Form

Constructor Summary
MaterialTechIdId(java.lang.Long 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

MaterialTechIdId

public MaterialTechIdId(java.lang.Long techId)
Parameters:
techId - Material tech id.