Package org.n52.iceland.config.json
Class JsonAdministratorUser
- java.lang.Object
-
- org.n52.iceland.config.json.JsonAdministratorUser
-
- All Implemented Interfaces:
AdministratorUser
public class JsonAdministratorUser extends Object implements AdministratorUser
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description JsonAdministratorUser(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()Get the value of password.StringgetUsername()Get the value of username.voidsetPassword(String password)Set the value of password.voidsetUsername(String username)Set the value of username.
-
-
-
Method Detail
-
getPassword
public String getPassword()
Description copied from interface:AdministratorUserGet the value of password.- Specified by:
getPasswordin interfaceAdministratorUser- Returns:
- the value of password
-
setPassword
public void setPassword(String password)
Description copied from interface:AdministratorUserSet the value of password.- Specified by:
setPasswordin interfaceAdministratorUser- Parameters:
password- new value of password
-
getUsername
public String getUsername()
Description copied from interface:AdministratorUserGet the value of username.- Specified by:
getUsernamein interfaceAdministratorUser- Returns:
- the value of username
-
setUsername
public void setUsername(String username)
Description copied from interface:AdministratorUserSet the value of username.- Specified by:
setUsernamein interfaceAdministratorUser- Parameters:
username- new value of username
-
-