|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.hermesftp.usermanager.model.UserData
public class UserData
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 |
|---|
public UserData()
| Method Detail |
|---|
public java.lang.String getUid()
uid.
uid.public void setUid(java.lang.String uid)
uid.
uid - The value of uid to set.public java.lang.String getPassword()
password.
password.public void setPassword(java.lang.String password)
password.
password - The value of password to set.public java.lang.String getFullName()
fullName.
fullName.public void setFullName(java.lang.String fullName)
fullName.
fullName - The value of fullName to set.public java.util.List<java.lang.String> getGroupNames()
groupNames.
groupNames.public void addGroupName(java.lang.String name)
name - The group name.public void setGroupNames(java.util.List<java.lang.String> groupNames)
groupNames.
groupNames - The value of groupNames to set.public java.lang.String getDir()
dir.
dir.public void setDir(java.lang.String dir)
dir.
dir - The value of dir to set.public boolean isAdminRole()
adminRole.
adminRole.public void setAdminRole(boolean adminRole)
adminRole.
adminRole - The value of adminRole to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||