kieker.webgui.web.beans.request.user
Class EditUserPasswordBean

java.lang.Object
  extended by kieker.webgui.web.beans.request.user.AbstractUserBean
      extended by kieker.webgui.web.beans.request.user.EditUserPasswordBean

public final class EditUserPasswordBean
extends AbstractUserBean

Author:
Nils Christian Ehmke

Constructor Summary
EditUserPasswordBean()
          Creates a new instance of this bean and initializes it with default values.
 
Method Summary
 String getPassword()
           
 void setPassword(String password)
           
 
Methods inherited from class kieker.webgui.web.beans.request.user.AbstractUserBean
getRole, getUsername, initialize, isActive, setActive, setRole, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditUserPasswordBean

public EditUserPasswordBean()
Creates a new instance of this bean and initializes it with default values. Do not use this constructor. This bean is Spring managed.

Method Detail

getPassword

public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2015. All rights reserved.