-
Method Summary
Return the code for this material.
Return the identifier for this material.
Return the type for this material.
Return the value of a property specified by a code.
boolean
Return true if the material exists in the database.
-
Method Details
-
getMaterialIdentifier
String getMaterialIdentifier()
Return the identifier for this material.
-
getCode
Return the code for this material.
-
getMaterialType
Return the type for this material. May be null.
-
isExistingMaterial
boolean isExistingMaterial()
Return true if the material exists in the database.
-
getPropertyValue
Return the value of a property specified by a code. May return null of no such property with code propertyCode is found.