Package net.solarnetwork.node.setup
Class UserProfile
java.lang.Object
net.solarnetwork.node.setup.UserProfile
Command object for a user profile.
- Since:
- 1.48
- Version:
- 1.0
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the old password.Get the password.Get the password again.Get the username.voidsetOldPassword(String oldPassword) Set the old password.voidsetPassword(String password) Set the password.voidsetPasswordAgain(String passwordAgain) Set the password again.voidsetUsername(String username) Set the username.
-
Constructor Details
-
UserProfile
public UserProfile()
-
-
Method Details
-
getUsername
Get the username.- Returns:
- the username
-
setUsername
Set the username.- Parameters:
username- the username to set
-
getOldPassword
Get the old password.- Returns:
- the old password
-
setOldPassword
Set the old password.- Parameters:
oldPassword- the old password to set
-
getPassword
Get the password.- Returns:
- the password
-
setPassword
Set the password.- Parameters:
password- the password to set
-
getPasswordAgain
Get the password again.- Returns:
- the password again
-
setPasswordAgain
Set the password again.- Parameters:
passwordAgain- the password again
-