Package com.skava.shipping.factory
Interface ShippingFactory
- All Known Implementing Classes:
ShippingFactoryImpl
public interface ShippingFactory
A factory for creating Shipping objects.
-
Method Summary
Modifier and TypeMethodDescriptioncreateShipping
(ShippingDomain shippingDO) Creates a new Shipping object.
-
Method Details
-
createShipping
Creates a new Shipping object.- Parameters:
shippingDO
- the Shipping DO- Returns:
- the Shipping
-