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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPropertyValue(String propertyCode, 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, isExistingMaterialMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
Material
-
Method Details
-
setPropertyValue
Description copied from interface:IMaterialSet the value for a property.- Specified by:
setPropertyValuein interfaceIMaterial
-