|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hupa.shared.data.User
public class User
User which will get used for login to the IMAP and SMTP account
| Constructor Summary | |
|---|---|
User()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
boolean |
getAuthenticated()
Get if the User was successful authenticated |
Date |
getLoginDate()
Get the Date on which the User was logged in the last time |
String |
getName()
Get name of the User |
String |
getPassword()
Get the Password of the User |
Settings |
getSettings()
|
int |
hashCode()
|
void |
setAuthenticated(boolean auth)
Set if the User was successful authenticated |
void |
setName(String name)
The name of the User |
void |
setPassword(String password)
Set the Password of the User |
void |
setSettings(Settings settings)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public User()
| Method Detail |
|---|
public void setName(String name)
name - public String getName()
public void setPassword(String password)
password - public String getPassword()
public String toString()
toString in class Objectpublic boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Date getLoginDate()
public void setAuthenticated(boolean auth)
auth - public boolean getAuthenticated()
public void setSettings(Settings settings)
public Settings getSettings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||