|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.um.api.infomodel.UserInfo
public class UserInfo
This class manages information for users.
Constructor Summary | |
---|---|
UserInfo()
|
|
UserInfo(User user,
java.lang.String password)
Constructor based on a user and password. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares two users. |
java.lang.String |
getCurrentSyncStatus()
Gets the current synchronization status. |
java.lang.String |
getPassword()
Retrieves the password. |
User |
getUser()
Retrieves the user. |
int |
hashCode()
Retrieves the hash code for the user. |
void |
setCurrentSyncStatus(java.lang.String password)
Sets the current synchronization status. |
void |
setPassword(java.lang.String password)
Sets the password for this user |
void |
setUser(User user)
Sets the user. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserInfo()
public UserInfo(User user, java.lang.String password)
user
- The user.password
- The password.Method Detail |
---|
public java.lang.String getPassword()
public void setCurrentSyncStatus(java.lang.String password)
password
- The user's password.public java.lang.String getCurrentSyncStatus()
public User getUser()
public void setUser(User user)
user
- The user.public void setPassword(java.lang.String password)
password.
- Password of the userpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The user to be compared with the current user.
true
if the users are the same, false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |