Class UserProfile

java.lang.Object
net.solarnetwork.node.setup.UserProfile

public class UserProfile extends Object
Command object for a user profile.
Since:
1.48
Version:
1.0
Author:
matt
  • Constructor Details

    • UserProfile

      public UserProfile()
      Default constructor.
  • Method Details

    • getUsername

      public String getUsername()
      Get the username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Set the username.
      Parameters:
      username - the username to set
    • getOldPassword

      public String getOldPassword()
      Get the old password.
      Returns:
      the old password
    • setOldPassword

      public void setOldPassword(String oldPassword)
      Set the old password.
      Parameters:
      oldPassword - the old password to set
    • getPassword

      public String getPassword()
      Get the password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Set the password.
      Parameters:
      password - the password to set
    • getPasswordAgain

      public String getPasswordAgain()
      Get the password again.
      Returns:
      the password again
    • setPasswordAgain

      public void setPasswordAgain(String passwordAgain)
      Set the password again.
      Parameters:
      passwordAgain - the password again