From d8c0b09be3863ee9f434b26346e6e24089bcea80 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 11 Jun 2015 16:24:00 +0200 Subject: Wrapping up w16 --- Week16 Webshop/src/com/camilstaps/webshop/article/Article.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Week16 Webshop/src/com/camilstaps/webshop/article') diff --git a/Week16 Webshop/src/com/camilstaps/webshop/article/Article.java b/Week16 Webshop/src/com/camilstaps/webshop/article/Article.java index 911adcf..d34d336 100644 --- a/Week16 Webshop/src/com/camilstaps/webshop/article/Article.java +++ b/Week16 Webshop/src/com/camilstaps/webshop/article/Article.java @@ -46,6 +46,11 @@ public abstract class Article { return price; } + /** + * Get the additional sum a customer has to pay if he wishes to have the + * article delivered home. + * @return + */ public abstract double getShippingCosts(); } -- cgit v1.2.3