Class Account


  • public class Account
    extends java.lang.Object
    Special structure to hold user data for universal use.
    • Constructor Summary

      Constructors 
      Constructor Description
      Account()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAddress1()
      Returns the value of the 'address1' attribute.
      java.lang.String getAddress2()
      Returns the value of the 'address2' attribute.
      java.lang.String getBirthday()
      Returns the value of the 'birthday' attribute.
      java.lang.String getCity()
      Returns the value of the 'city' attribute.
      java.lang.String getCountry()
      Returns the value of the 'country' attribute.
      java.lang.String getEmail()
      Returns the value of the 'email' attribute.
      java.lang.String getFirstName()
      Returns the value of the 'firstName' attribute.
      java.lang.String getLastName()
      Returns the value of the 'lastName' attribute.
      java.lang.String getLogin()
      Returns the value of the 'login' attribute.
      java.lang.String getPassword()
      Returns the value of the 'password' attribute.
      java.lang.String getPhone()
      Returns the value of the 'phone' attribute.
      java.lang.String getZip()
      Returns the value of the 'zip' attribute.
      void setAddress1​(java.lang.String address1)
      Sets the new value of the 'address1' attribute.
      void setAddress2​(java.lang.String address2)
      Sets the new value of the 'address2' attribute.
      void setBirthday​(java.lang.String birthday)
      Sets the new value of the 'birthday' attribute.
      void setCity​(java.lang.String city)
      Sets the new value of the 'city' attribute.
      void setCountry​(java.lang.String country)
      Sets the new value of the 'country' attribute.
      void setEmail​(java.lang.String email)
      Sets the new value of the 'email' attribute.
      void setFirstName​(java.lang.String firstName)
      Sets the new value of the 'firstName' attribute.
      void setLastName​(java.lang.String lastName)
      Sets the new value of the 'lastName' attribute.
      void setLogin​(java.lang.String login)
      Sets the new value of the 'login' attribute.
      void setPassword​(java.lang.String password)
      Sets the new value of the 'password' attribute.
      void setPhone​(java.lang.String phone)
      Sets the new value of the 'phone' attribute.
      void setZip​(java.lang.String zip)
      Sets the new value of the 'zip' attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getLogin

        public java.lang.String getLogin()
        Returns the value of the 'login' attribute.
        Returns:
        the value of login
      • getPassword

        public java.lang.String getPassword()
        Returns the value of the 'password' attribute.
        Returns:
        the value of password
      • getZip

        public java.lang.String getZip()
        Returns the value of the 'zip' attribute.
        Returns:
        the value of zip
      • getFirstName

        public java.lang.String getFirstName()
        Returns the value of the 'firstName' attribute.
        Returns:
        the value of firstName
      • getLastName

        public java.lang.String getLastName()
        Returns the value of the 'lastName' attribute.
        Returns:
        the value of lastName
      • getEmail

        public java.lang.String getEmail()
        Returns the value of the 'email' attribute.
        Returns:
        the value of email
      • getBirthday

        public java.lang.String getBirthday()
        Returns the value of the 'birthday' attribute.
        Returns:
        the value of birthday
      • getCountry

        public java.lang.String getCountry()
        Returns the value of the 'country' attribute.
        Returns:
        the value of country
      • getCity

        public java.lang.String getCity()
        Returns the value of the 'city' attribute.
        Returns:
        the value of city
      • getPhone

        public java.lang.String getPhone()
        Returns the value of the 'phone' attribute.
        Returns:
        the value of phone
      • getAddress1

        public java.lang.String getAddress1()
        Returns the value of the 'address1' attribute.
        Returns:
        the value of address1
      • getAddress2

        public java.lang.String getAddress2()
        Returns the value of the 'address2' attribute.
        Returns:
        the value of address2
      • setLogin

        public void setLogin​(java.lang.String login)
        Sets the new value of the 'login' attribute.
        Parameters:
        login - the new login value
      • setPassword

        public void setPassword​(java.lang.String password)
        Sets the new value of the 'password' attribute.
        Parameters:
        password - the new password value
      • setZip

        public void setZip​(java.lang.String zip)
        Sets the new value of the 'zip' attribute.
        Parameters:
        zip - the new zip value
      • setFirstName

        public void setFirstName​(java.lang.String firstName)
        Sets the new value of the 'firstName' attribute.
        Parameters:
        firstName - the new firstName value
      • setLastName

        public void setLastName​(java.lang.String lastName)
        Sets the new value of the 'lastName' attribute.
        Parameters:
        lastName - the new lastName value
      • setEmail

        public void setEmail​(java.lang.String email)
        Sets the new value of the 'email' attribute.
        Parameters:
        email - the new email value
      • setBirthday

        public void setBirthday​(java.lang.String birthday)
        Sets the new value of the 'birthday' attribute.
        Parameters:
        birthday - the new birthday value
      • setCountry

        public void setCountry​(java.lang.String country)
        Sets the new value of the 'country' attribute.
        Parameters:
        country - the new country value
      • setCity

        public void setCity​(java.lang.String city)
        Sets the new value of the 'city' attribute.
        Parameters:
        city - the new city value
      • setPhone

        public void setPhone​(java.lang.String phone)
        Sets the new value of the 'phone' attribute.
        Parameters:
        phone - the new phone value
      • setAddress1

        public void setAddress1​(java.lang.String address1)
        Sets the new value of the 'address1' attribute.
        Parameters:
        address1 - the new address1 value
      • setAddress2

        public void setAddress2​(java.lang.String address2)
        Sets the new value of the 'address2' attribute.
        Parameters:
        address2 - the new address2 value