Interface IMaterialPropertiesHolder

  • All Known Implementing Classes:
    DataSet, Experiment, Material, Sample

    @JsonObject("as.dto.common.interfaces.IMaterialPropertiesHolder")
    public interface IMaterialPropertiesHolder
    • Method Detail

      • getMaterialProperties

        java.util.Map<java.lang.String,​Material> getMaterialProperties()
      • setMaterialProperties

        void setMaterialProperties​(java.util.Map<java.lang.String,​Material> properties)
      • getMaterialProperty

        Material getMaterialProperty​(java.lang.String propertyName)
      • setMaterialProperty

        void setMaterialProperty​(java.lang.String propertyName,
                                 Material propertyValue)