]> git.mxchange.org Git - jshop-lib.git/commitdiff
moved from other project
authorRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 13:17:20 +0000 (15:17 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 13:17:20 +0000 (15:17 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java
src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.java [new file with mode: 0644]

index 3e3380efd1b5e9ea85ff315aa45914a607373b73..2328adc98c89e64537010df4926e6beeb90361b0 100644 (file)
@@ -18,7 +18,6 @@ package org.mxchange.jshopcore.model.receipt;
 
 import java.io.Serializable;
 import javax.ejb.Remote;
-import org.mxchange.jshopreceipt.WrapableReceipt;
 
 /**
  * A remote interface for official recipt creation
diff --git a/src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.java b/src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.java
new file mode 100644 (file)
index 0000000..2b6d9a5
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2015 Roland Haeder
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.mxchange.jshopcore.model.receipt;
+
+import java.io.Serializable;
+
+/**
+ * A receipt wrapper interface.
+ *
+ * @author Roland Haeder
+ */
+public interface WrapableReceipt extends Serializable {
+}