Package com.onlinepayments.domain
Class ShippingMethod
java.lang.Object
com.onlinepayments.domain.ShippingMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetails about the shipping methodgetName()Name of the shipping methodgetSpeed()Number of hours to deliverygetType()Shipping method typevoidsetDetails(String value) Details about the shipping methodvoidName of the shipping methodvoidNumber of hours to deliveryvoidShipping method typewithDetails(String value) Details about the shipping methodName of the shipping methodNumber of hours to deliveryShipping method type
-
Constructor Details
-
ShippingMethod
public ShippingMethod()
-
-
Method Details
-
getDetails
Details about the shipping method -
setDetails
Details about the shipping method -
withDetails
Details about the shipping method -
getName
Name of the shipping method -
setName
Name of the shipping method -
withName
Name of the shipping method -
getSpeed
Number of hours to delivery -
setSpeed
Number of hours to delivery -
withSpeed
Number of hours to delivery -
getType
Shipping method type -
setType
Shipping method type -
withType
Shipping method type
-