com.shimari.fxtp
Class FXTP_UserId
java.lang.Object
com.shimari.fxtp.FXTP_UserId
- All Implemented Interfaces:
- java.lang.Comparable
- public class FXTP_UserId
- extends java.lang.Object
- implements java.lang.Comparable
A lightweight user with just uid, nym, and email addr,
without all the stuff in FXTP_user
Constructor Summary |
FXTP_UserId(java.lang.Integer uid,
java.lang.String nym,
java.lang.String email)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FXTP_UserId
public FXTP_UserId(java.lang.Integer uid,
java.lang.String nym,
java.lang.String email)
equals
public boolean equals(java.lang.Object o)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
hashCode
public int hashCode()
getId
public java.lang.Integer getId()
getNym
public java.lang.String getNym()
getEmail
public java.lang.String getEmail()
toString
public java.lang.String toString()