]> git.mxchange.org Git - jproduct-core.git/blobdiff - src/org/mxchange/jshopcore/model/product/Product.java
Continued:
[jproduct-core.git] / src / org / mxchange / jshopcore / model / product / Product.java
index 96bdca0aa72b28f02a9a7b696a2316b6e8c01713..efcdd7bc4e80d53e1bf0e70cac845d1339c07cd3 100644 (file)
@@ -29,13 +29,13 @@ public interface Product extends Serializable {
         * 
         * @return Id number of product
         */
-       public Long getItemId ();
+       public Long getId ();
 
        /**
         * Id number of product
         * @param id the id number to set
         */
-       public void setItemId (final Long id);
+       public void setId (final Long id);
 
        /**
         * Getter for title.