com.adobe.idp.um.api.infomodel
Class UserInfo

java.lang.Object
  extended by com.adobe.idp.um.api.infomodel.UserInfo
All Implemented Interfaces:
java.io.Serializable

public class UserInfo
extends java.lang.Object
implements java.io.Serializable

The UserInfo class provides information for LiveCycle ES2 users.

See Also:
User, Serialized Form

Constructor Summary
UserInfo()
           
UserInfo(User user, java.lang.String password)
          A constructor based on a user and password.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compares two users.
 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

UserInfo

public UserInfo()

UserInfo

public UserInfo(User user,
                java.lang.String password)
A constructor based on a user and password.

Parameters:
user - A User object that represents a LiveCycle ES2 user.
password - A string value that specifies the password.
Method Detail

getPassword

public java.lang.String getPassword()
Retrieves the password.

Returns:
A string value that specifies the password.

setCurrentSyncStatus

public void setCurrentSyncStatus(java.lang.String password)
Sets the current synchronization status.

Parameters:
password - A string value that specifies the user's password.

getUser

public User getUser()
Retrieves the user.

Returns:
A User object that specifies the user.

setUser

public void setUser(User user)
Sets the user.

Parameters:
user - A User object that specifies the user.

setPassword

public void setPassword(java.lang.String password)
Sets the password for this user.

Parameters:
password - A string value that specifies the password.

equals

public boolean equals(java.lang.Object obj)
Compares two users.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The user to be compared with the current user.
Returns:
The value true if the users are the same, false otherwise.

hashCode

public int hashCode()
Retrieves the hash code for the user.

Overrides:
hashCode in class java.lang.Object
Returns:
The hash code.


[an error occurred while processing this directive] [an error occurred while processing this directive]