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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPropertyValue(java.lang.String propertyCode, java.lang.String propertyValue)
Set the value for a property.
-