Class AssetFormulaLink


  • public class AssetFormulaLink
    extends HibernateObject
    Establishes a relationship between an asset and a formula. This linkage helps associate physical assets with the formulas or recipes in which they are used.
    • Constructor Detail

      • AssetFormulaLink

        public AssetFormulaLink()
    • Method Detail

      • getAsset

        public Asset getAsset()
      • setAsset

        public void setAsset​(Asset asset)
      • setFormula

        public void setFormula​(Commodity formula)
      • getDeleted

        public java.util.Date getDeleted()
      • setDeleted

        public void setDeleted​(java.util.Date deleted)