Class SupplierCommodityContainer


  • public class SupplierCommodityContainer
    extends HibernateObject
    This class takes SupplierCommodity to the next level by linking a SupplierCommodity to a container This can be used to state that Supplier X provides good Y in container C. This can be then provide the benefits of SupplierCommodity but also associate a Container for when this supplier provides this product
    Author:
    SGSystems
    • Constructor Detail

      • SupplierCommodityContainer

        public SupplierCommodityContainer()
    • Method Detail

      • getContainer

        public Container getContainer()
      • setSupplierCommodity

        public void setSupplierCommodity​(SupplierCommodity supplierCommodity)
      • setContainer

        public void setContainer​(Container container)
      • getCost

        public java.lang.Double getCost()
      • setCost

        public void setCost​(java.lang.Double cost)