X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Fjava%2Forg%2Fmxchange%2Fpizzaapplication%2Fbeans%2Fcustomer%2FCustomerWebController.java;h=cc6c07eab110efa8cbc6a2560054d74795447401;hb=b27f3915e36b6d06ea98abf8b4436886415f82df;hp=e912d05dfe83b872436f5e0973d013c84091f1c6;hpb=8c7a54133e38ac34cf88cc073174ae368aeab3b8;p=pizzaservice-war.git diff --git a/src/java/org/mxchange/pizzaapplication/beans/customer/CustomerWebController.java b/src/java/org/mxchange/pizzaapplication/beans/customer/CustomerWebController.java index e912d05d..cc6c07ea 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/customer/CustomerWebController.java +++ b/src/java/org/mxchange/pizzaapplication/beans/customer/CustomerWebController.java @@ -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