]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/model/category/Category.java
Continued:
[jcustomer-core.git] / src / org / mxchange / jshopcore / model / category / Category.java
index c20acbc54c9e657e4ae9d5c1cd8daf6118335925..5b47563bb2d9b323537782774984ef75ba8b5bbb 100644 (file)
@@ -65,12 +65,12 @@ public interface Category extends Serializable {
         *
         * @return the title
         */
-       public String getTitle ();
+       public String getCategoryTitle ();
 
        /**
         * Title of category
         *
         * @param title the title to set
         */
-       public void setTitle (final String title);
+       public void setCategoryTitle (final String title);
 }