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 TypeMethodDescriptionvoidsetPropertyValue(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, isExistingMaterialMethods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent
getEntityId
-
Method Details
-
setPropertyValue
Set the value for a property.
-