Interface IMaterial

All Superinterfaces:
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable, ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent
All Known Implementing Classes:
Material

public interface IMaterial extends ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPropertyValue(String propertyCode, String propertyValue)
    Set the value for a property.

    Methods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable

    getCode, getMaterialIdentifier, getMaterialType, getPropertyValue, isExistingMaterial

    Methods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent

    getEntityId
  • Method Details

    • setPropertyValue

      void setPropertyValue(String propertyCode, String propertyValue)
      Set the value for a property.