All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.syncbuilder.device.UserInfo
Summary |
public class UserInfo extends java.lang.Object { // Fields 7 public Date lastSyncDate; public int lastSyncPC; public byte[] password; public Date successfulSyncDate; public int userID; public String username; public int viewerID; // Constructors 1 public UserInfo(); // Methods 1 public String toString(); }
Information about the PalmPilot's user and about the last HotSync attempt.
Cross Reference |
Fields |
· userID | Summary | Top |
public int userID
A unique ID which is being assigned to the user at the very first HotSync
· viewerID | Summary | Top |
public int viewerID
Unknown meaning
· lastSyncPC | Summary | Top |
public int lastSyncPC
The unique ID of the PC with which the last HotSync took place
· successfulSyncDate | Summary | Top |
public Date successfulSyncDate
The date of the last successful HotSync
· lastSyncDate | Summary | Top |
public Date lastSyncDate
Unknown meaning, seems to be null all the time
· username | Summary | Top |
public String username
The name of the PalmPilot's user
· password | Summary | Top |
public byte[] password
The user's password in encrypted form
Constructors |
· UserInfo | Summary | Top |
public UserInfo()
Default constructor
Methods |
· toString | Summary | Top |
public String toString()
- Overrides:
- toString in class Object
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7