]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - src/java/org/mxchange/pizzaapplication/beans/customer/CustomerWebController.java
Continued:
[pizzaservice-war.git] / src / java / org / mxchange / pizzaapplication / beans / customer / CustomerWebController.java
index e912d05dfe83b872436f5e0973d013c84091f1c6..cc6c07eab110efa8cbc6a2560054d74795447401 100644 (file)
@@ -32,147 +32,147 @@ public interface CustomerWebController extends Serializable {
         *
         * @return A Customer instance
         */
-       public Customer createInstance ();
+       public Customer createCustomerInstance ();
 
        /**
-        * Gender of the contact
+        * Cellphone number
         *
-        * @return the gender
+        * @return the cellphoneNumber
         */
-       public Gender getGender ();
+       public String getCellphoneNumber ();
 
        /**
-        * Gender of the contact
+        * Cellphone number
         *
-        * @param gender the gender to set
+        * @param cellphoneNumber the cellphoneNumber to set
         */
-       public void setGender (final Gender gender);
+       public void setCellphoneNumber (final String cellphoneNumber);
 
        /**
-        * Company name
+        * City
         *
-        * @return the companyName
+        * @return the city
         */
-       public String getCompanyName ();
+       public String getCity ();
 
        /**
-        * Company name
+        * City
         *
-        * @param companyName the companyName to set
+        * @param city the city to set
         */
-       public void setCompanyName (final String companyName);
+       public void setCity (final String city);
 
        /**
-        * First name
+        * Company name
         *
-        * @return the first name
+        * @return the companyName
         */
-       public String getFirstName ();
+       public String getCompanyName ();
 
        /**
-        * First name
+        * Company name
         *
-        * @param firstName the first name to set
+        * @param companyName the companyName to set
         */
-       public void setFirstName (final String firstName);
+       public void setCompanyName (final String companyName);
 
        /**
-        * Family name
+        * Country code
         *
-        * @return the familyName
+        * @return the countryCode
         */
-       public String getFamilyName ();
+       public String getCountryCode ();
 
        /**
-        * Family name
+        * Country code
         *
-        * @param familyName the familyName to set
+        * @param countryCode the countryCode to set
         */
-       public void setFamilyName (final String familyName);
+       public void setCountryCode (final String countryCode);
 
        /**
-        * Street
+        * Email address
         *
-        * @return the street
+        * @return the emailAddress
         */
-       public String getStreet ();
+       public String getEmailAddress ();
 
        /**
-        * Street
+        * Email address
         *
-        * @param street the street to set
+        * @param emailAddress the emailAddress to set
         */
-       public void setStreet (final String street);
+       public void setEmailAddress (final String emailAddress);
 
        /**
-        * House number
+        * Family name
         *
-        * @return the houseNumber
+        * @return the familyName
         */
-       public Long getHouseNumber ();
+       public String getFamilyName ();
 
        /**
-        * House number
+        * Family name
         *
-        * @param houseNumber the houseNumber to set
+        * @param familyName the familyName to set
         */
-       public void setHouseNumber (final Long houseNumber);
+       public void setFamilyName (final String familyName);
 
        /**
-        * ZIP code
+        * Fax number
         *
-        * @return the zipCode
+        * @return the faxNumber
         */
-       public Long getZipCode ();
+       public String getFaxNumber ();
 
        /**
-        * ZIP code
+        * Fax number
         *
-        * @param zipCode the zipCode to set
+        * @param faxNumber the faxNumber to set
         */
-       public void setZipCode (final Long zipCode);
+       public void setFaxNumber (final String faxNumber);
 
        /**
-        * City
+        * First name
         *
-        * @return the city
+        * @return the first name
         */
-       public String getCity ();
+       public String getFirstName ();
 
        /**
-        * City
+        * First name
         *
-        * @param city the city to set
+        * @param firstName the first name to set
         */
-       public void setCity (final String city);
+       public void setFirstName (final String firstName);
 
        /**
-        * Country code
+        * Gender of the contact
         *
-        * @return the countryCode
+        * @return the gender
         */
-       public String getCountryCode ();
+       public Gender getGender ();
 
        /**
-        * Country code
+        * Gender of the contact
         *
-        * @param countryCode the countryCode to set
+        * @param gender the gender to set
         */
-       public void setCountryCode (final String countryCode);
+       public void setGender (final Gender gender);
 
        /**
-        * Email address
+        * House number
         *
-        * @return the emailAddress
+        * @return the houseNumber
         */
-       public String getEmailAddress ();
+       public Long getHouseNumber ();
 
        /**
-        * Email address
+        * House number
         *
-        * @param emailAddress the emailAddress to set
+        * @param houseNumber the houseNumber to set
         */
-       public void setEmailAddress (final String emailAddress);
+       public void setHouseNumber (final Long houseNumber);
 
        /**
         * Phone number
@@ -189,32 +189,32 @@ public interface CustomerWebController extends Serializable {
        public void setPhoneNumber (final String phoneNumber);
 
        /**
-        * Fax number
+        * Street
         *
-        * @return the faxNumber
+        * @return the street
         */
-       public String getFaxNumber ();
+       public String getStreet ();
 
        /**
-        * Fax number
+        * Street
         *
-        * @param faxNumber the faxNumber to set
+        * @param street the street to set
         */
-       public void setFaxNumber (final String faxNumber);
+       public void setStreet (final String street);
 
        /**
-        * Cellphone number
+        * ZIP code
         *
-        * @return the cellphoneNumber
+        * @return the zipCode
         */
-       public String getCellphoneNumber ();
+       public Long getZipCode ();
 
        /**
-        * Cellphone number
+        * ZIP code
         *
-        * @param cellphoneNumber the cellphoneNumber to set
+        * @param zipCode the zipCode to set
         */
-       public void setCellphoneNumber (final String cellphoneNumber);
+       public void setZipCode (final Long zipCode);
 
        /**
         * Checks whether all required personal data is set