Class Material
- java.lang.Object
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.impl.MaterialImmutable
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.impl.Material
-
- All Implemented Interfaces:
IMaterial
,ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable
,ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectContent
public class Material extends MaterialImmutable implements IMaterial
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setPropertyValue(java.lang.String propertyCode, java.lang.String propertyValue)
Set the value for a property.-
Methods inherited from class ch.systemsx.cisd.etlserver.registrator.api.v2.impl.MaterialImmutable
checkExists, equals, getCode, getEntityId, getMaterial, getMaterialIdentifier, getMaterialType, getPropertyValue, isExistingMaterial
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
setPropertyValue
public void setPropertyValue(java.lang.String propertyCode, java.lang.String propertyValue)
Description copied from interface:IMaterial
Set the value for a property.- Specified by:
setPropertyValue
in interfaceIMaterial
-
-