com.syncbuilder.device
Class UserInfo
java.lang.Object
|
+--com.syncbuilder.device.UserInfo
- public class UserInfo
- extends java.lang.Object
Information about the PalmPilot's user and about the last HotSync attempt.
|
Field Summary |
java.util.Date |
lastSyncDate
Unknown meaning, seems to be null all the time |
int |
lastSyncPC
The unique ID of the PC with which the last HotSync took place |
byte[] |
password
The user's password in encrypted form |
java.util.Date |
successfulSyncDate
The date of the last successful HotSync |
int |
userID
A unique ID which is being assigned to the user at the very first HotSync |
java.lang.String |
username
The name of the PalmPilot's user |
int |
viewerID
Unused by current versions of Palm OS |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
userID
public int userID
- A unique ID which is being assigned to the user at the very first HotSync
viewerID
public int viewerID
- Unused by current versions of Palm OS
lastSyncPC
public int lastSyncPC
- The unique ID of the PC with which the last HotSync took place
successfulSyncDate
public java.util.Date successfulSyncDate
- The date of the last successful HotSync
lastSyncDate
public java.util.Date lastSyncDate
- Unknown meaning, seems to be null all the time
username
public java.lang.String username
- The name of the PalmPilot's user
password
public byte[] password
- The user's password in encrypted form
UserInfo
public UserInfo()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.