Class Shipment

    • Field Detail

      • id

        private int id
      • productId

        private int productId
      • location

        private String location
    • Constructor Detail

      • Shipment

        protected Shipment()
      • Shipment

        public Shipment​(String location)
    • Method Detail

      • getId

        public int getId()
      • getProductId

        public int getProductId()
      • setProductId

        public void setProductId​(int productId)
      • getLocation

        public String getLocation()