Class SiteSupplierCommodity


  • public class SiteSupplierCommodity
    extends HibernateObject
    This class provides the link between SiteSupplier and Commodity This has the effect of marking particular SiteSuppliers as providing certain commodities The link is many-to-many If you are not using Sites then you can simply use SupplierCommodity for this function
    Author:
    SGSystems
    • Constructor Detail

      • SiteSupplierCommodity

        public SiteSupplierCommodity()
    • Method Detail

      • setSiteSupplier

        public void setSiteSupplier​(SiteSupplier siteSupplier)
      • getCommodity

        public Commodity getCommodity()
      • setCommodity

        public void setCommodity​(Commodity commodity)