net.sf.hermesftp.usermanager.model
Class UserData

java.lang.Object
  extended by net.sf.hermesftp.usermanager.model.UserData

public class UserData
extends java.lang.Object

Represents the configuration for a particular user; Constructor.


Constructor Summary
UserData()
           
 
Method Summary
 void addGroupName(java.lang.String name)
          Adds the name of a group the user belongs to.
 java.lang.String getDir()
          Getter method for the java bean dir.
 java.lang.String getFullName()
          Getter method for the java bean fullName.
 java.util.List<java.lang.String> getGroupNames()
          Getter method for the java bean groupNames.
 java.lang.String getPassword()
          Getter method for the java bean password.
 java.lang.String getUid()
          Getter method for the java bean uid.
 boolean isAdminRole()
          Getter method for the java bean adminRole.
 void setAdminRole(boolean adminRole)
          Setter method for the java bean adminRole.
 void setDir(java.lang.String dir)
          Setter method for the java bean dir.
 void setFullName(java.lang.String fullName)
          Setter method for the java bean fullName.
 void setGroupNames(java.util.List<java.lang.String> groupNames)
          Setter method for the java bean groupNames.
 void setPassword(java.lang.String password)
          Setter method for the java bean password.
 void setUid(java.lang.String uid)
          Setter method for the java bean uid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserData

public UserData()
Method Detail

getUid

public java.lang.String getUid()
Getter method for the java bean uid.

Returns:
Returns the value of the java bean uid.

setUid

public void setUid(java.lang.String uid)
Setter method for the java bean uid.

Parameters:
uid - The value of uid to set.

getPassword

public java.lang.String getPassword()
Getter method for the java bean password.

Returns:
Returns the value of the java bean password.

setPassword

public void setPassword(java.lang.String password)
Setter method for the java bean password.

Parameters:
password - The value of password to set.

getFullName

public java.lang.String getFullName()
Getter method for the java bean fullName.

Returns:
Returns the value of the java bean fullName.

setFullName

public void setFullName(java.lang.String fullName)
Setter method for the java bean fullName.

Parameters:
fullName - The value of fullName to set.

getGroupNames

public java.util.List<java.lang.String> getGroupNames()
Getter method for the java bean groupNames.

Returns:
Returns the value of the java bean groupNames.

addGroupName

public void addGroupName(java.lang.String name)
Adds the name of a group the user belongs to.

Parameters:
name - The group name.

setGroupNames

public void setGroupNames(java.util.List<java.lang.String> groupNames)
Setter method for the java bean groupNames.

Parameters:
groupNames - The value of groupNames to set.

getDir

public java.lang.String getDir()
Getter method for the java bean dir.

Returns:
Returns the value of the java bean dir.

setDir

public void setDir(java.lang.String dir)
Setter method for the java bean dir.

Parameters:
dir - The value of dir to set.

isAdminRole

public boolean isAdminRole()
Getter method for the java bean adminRole.

Returns:
Returns the value of the java bean adminRole.

setAdminRole

public void setAdminRole(boolean adminRole)
Setter method for the java bean adminRole.

Parameters:
adminRole - The value of adminRole to set.


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.