]> git.mxchange.org Git - addressbook-war.git/blobdiff - src/java/org/mxchange/addressbook/beans/email_address/AddressbookEmailChangeWebSessionController.java
class was wrong, needs to be styleClass
[addressbook-war.git] / src / java / org / mxchange / addressbook / beans / email_address / AddressbookEmailChangeWebSessionController.java
index 43696f76336ddac33184f735dbba977012837f63..373235a74bf76a1741cf6bfdf9daefd5563432e4 100644 (file)
@@ -2,16 +2,16 @@
  * Copyright (C) 2016 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.
+ * it under the terms of the GNU Affero 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.
+ * GNU Affero General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package org.mxchange.addressbook.beans.email_address;
@@ -30,28 +30,28 @@ public interface AddressbookEmailChangeWebSessionController extends Serializable
         * <p>
         * @return Email address
         */
-       String getEmailAddress1 ();
+       String getEmailAddress ();
 
        /**
         * Setter for email address 1 (changing)
         * <p>
-        * @param emailAddress1 Email address 1
+        * @param emailAddress Email address 1
         */
-       void setEmailAddress1 (final String emailAddress1);
+       void setEmailAddress (final String emailAddress);
 
        /**
         * Getter for email address 2 (repeat changing)
         * <p>
         * @return Email address 2
         */
-       String getEmailAddress2 ();
+       String getEmailAddressRepeat ();
 
        /**
         * Setter for email address 2 (repeat changing)
         * <p>
-        * @param emailAddress2 Email address 2
+        * @param emailAddressRepeat Email address 2
         */
-       void setEmailAddress2 (final String emailAddress2);
+       void setEmailAddressRepeat (final String emailAddressRepeat);
 
        /**
         * Checks whether all required are set for changing email address