Class Delivery
java.lang.Object
com.maplander.backend.model.delivery.Delivery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDestination(Direction destination) voidvoidsetPackages(List<Packages> packages) voidsetSettings(Settings settings) voidsetShipment(Shipment shipment)
-
Constructor Details
-
Delivery
public Delivery() -
Delivery
-
-
Method Details
-
getOrigin
-
setOrigin
-
getDestination
-
setDestination
-
getPackages
-
setPackages
-
getShipment
-
setShipment
-
getSettings
-
setSettings
-