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

java.lang.Object
  extended by kieker.webgui.web.beans.request.user.AbstractUserBean
Direct Known Subclasses:
EditUserBean, EditUserPasswordBean, NewUserBean

public abstract class AbstractUserBean
extends Object

This is the abstract base for the other request scoped user beans.

Author:
Nils Christian Ehmke

Constructor Summary
AbstractUserBean()
          Default constructor.
 
Method Summary
 Role getRole()
           
 String getUsername()
           
 void initialize()
          This method initializes some fields of the object.
 boolean isActive()
           
 void setActive(boolean active)
           
 void setRole(Role role)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUserBean

public AbstractUserBean()
Default constructor.

Method Detail

initialize

@PostConstruct
public void initialize()
This method initializes some fields of the object. Do not call this method manually. It will only be accessed by Spring.


getRole

public Role getRole()

setRole

public void setRole(Role role)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)


Copyright © 2015. All rights reserved.