net.sourceforge.apphere.vo
Class UserValue
java.lang.Object
net.sourceforge.apphere.vo.UserValue
- All Implemented Interfaces:
- java.io.Serializable
- public class UserValue
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
UserValue()
|
UserValue(int userId,
java.lang.String tagId,
java.lang.String firstName,
java.lang.String surname,
java.lang.String email,
int currentDeviceId,
int currentLocationId)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
userId
public int userId
tagId
public java.lang.String tagId
firstName
public java.lang.String firstName
surname
public java.lang.String surname
email
public java.lang.String email
currentDeviceId
public int currentDeviceId
currentLocationId
public int currentLocationId
defaultGroupId
public int defaultGroupId
defaultPolicyId
public int defaultPolicyId
UserValue
public UserValue()
UserValue
public UserValue(int userId,
java.lang.String tagId,
java.lang.String firstName,
java.lang.String surname,
java.lang.String email,
int currentDeviceId,
int currentLocationId)
toString
public java.lang.String toString()