Interface ShippingFactory

All Known Implementing Classes:
ShippingFactoryImpl

public interface ShippingFactory
A factory for creating Shipping objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new Shipping object.
  • Method Details

    • createShipping

      Shipping createShipping(ShippingDomain shippingDO)
      Creates a new Shipping object.
      Parameters:
      shippingDO - the Shipping DO
      Returns:
      the Shipping