Cumulus4j API
(1.0.1)

org.cumulus4j.keymanager.front.shared
Class UserWithPassword

java.lang.Object
  extended by org.cumulus4j.keymanager.front.shared.User
      extended by org.cumulus4j.keymanager.front.shared.UserWithPassword
All Implemented Interfaces:
Serializable

public class UserWithPassword
extends User

DTO representing a user (with a password).

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
See Also:
Serialized Form

Constructor Summary
UserWithPassword()
           
 
Method Summary
 char[] getPassword()
          Get the password.
 void setPassword(char[] password)
          Set the password.
 
Methods inherited from class org.cumulus4j.keymanager.front.shared.User
getUserName, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserWithPassword

public UserWithPassword()
Method Detail

getPassword

public char[] getPassword()
Get the password.

Returns:
the password.

setPassword

public void setPassword(char[] password)
Set the password.

Parameters:
password - the password.

Cumulus4j API
(1.0.1)

Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.