ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.material
Class MaterialCodeAndTypeCodeId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.material.MaterialCodeAndTypeCodeId
- All Implemented Interfaces:
- IObjectId, IMaterialId, java.io.Serializable
@JsonObject(value="MaterialCodeAndTypeCodeId")
public class MaterialCodeAndTypeCodeId
- extends java.lang.Object
- implements IMaterialId
Identifies a material by code and material type code.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MaterialCodeAndTypeCodeId
public MaterialCodeAndTypeCodeId(java.lang.String code,
java.lang.String typeCode)
- Parameters:
code
- Material codetypeCode
- Material type code
getCode
public java.lang.String getCode()
getTypeCode
public java.lang.String getTypeCode()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object