Interface IMaterialImmutable

All Superinterfaces:
IMetaprojectContent

public interface IMaterialImmutable extends IMetaprojectContent
  • Method Details

    • getMaterialIdentifier

      String getMaterialIdentifier()
      Return the identifier for this material.
    • getCode

      String getCode()
      Return the code for this material.
    • getMaterialType

      String getMaterialType()
      Return the type for this material. May be null.
    • isExistingMaterial

      boolean isExistingMaterial()
      Return true if the material exists in the database.
    • getPropertyValue

      String getPropertyValue(String propertyCode)
      Return the value of a property specified by a code. May return null of no such property with code propertyCode is found.