From 6c7c8d5dfcdc268e21d9d14ca3288e6eeb43c39a Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Sat, 5 Sep 2015 19:46:18 +0200
Subject: [PATCH] =?utf8?q?These=20are=20no=20business=20methods,=20they=20?=
 =?utf8?q?are=20from=20older=20times=20with=20JSPs=20Signed-off-by:Roland?=
 =?utf8?q?=20H=C3=A4der=20<roland@mxchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 .../mxchange/jshopeelib/beans/ShopBean.java   | 22 -------------------
 1 file changed, 22 deletions(-)

diff --git a/src/org/mxchange/jshopeelib/beans/ShopBean.java b/src/org/mxchange/jshopeelib/beans/ShopBean.java
index a01df54..cf51e6a 100644
--- a/src/org/mxchange/jshopeelib/beans/ShopBean.java
+++ b/src/org/mxchange/jshopeelib/beans/ShopBean.java
@@ -17,8 +17,6 @@
 package org.mxchange.jshopeelib.beans;
 
 import org.mxchange.jcoreee.beans.FrameworkBean;
-import org.mxchange.jshopcore.model.item.AddableBasketItem;
-import org.mxchange.jshopcore.model.product.Product;
 
 /**
  * A shop bean interface
@@ -26,24 +24,4 @@ import org.mxchange.jshopcore.model.product.Product;
  * @author Roland Haeder
  */
 public interface ShopBean extends FrameworkBean {
-
-	/**
-	 * @return the item
-	 */
-	public AddableBasketItem getItem ();
-
-	/**
-	 * @param item the item to set
-	 */
-	public void setItem (final AddableBasketItem item);
-
-	/**
-	 * @return the product
-	 */
-	public Product getProduct ();
-
-	/**
-	 * @param product the product to set
-	 */
-	public void setProduct (final Product product);
 }
-- 
2.39.5