|
|||||||||
Home >> All >> openfuture >> bugbase >> [ domain overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.bugbase.domain
Class User

java.lang.Objectopenfuture.bugbase.domain.DomainObject
openfuture.bugbase.domain.Login
openfuture.bugbase.domain.User
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class User
- extends Login
- implements java.lang.Comparable
- extends Login
User domain object.
Created: Fri Jun 09 03:45:47 2000
- Version:
- $Revision: 1.3 $
Field Summary | |
private java.lang.String |
email
|
private java.util.LinkedList |
groupList
|
private java.lang.String |
name
|
Fields inherited from class openfuture.bugbase.domain.Login |
|
Fields inherited from class openfuture.bugbase.domain.DomainObject |
STATE_CLEAN, STATE_DELETED, STATE_DIRTY, STATE_NEW |
Constructor Summary | |
User()
|
Method Summary | |
int |
compareTo(java.lang.Object other)
Compares this with another User object (total ordering) by user IDs. |
java.lang.String |
getEmail()
Get the value of email. |
java.util.LinkedList |
getGroupList()
Get the value of groupList. |
java.lang.String |
getName()
Get the value of name. |
void |
setEmail(java.lang.String v)
Set the value of email. |
void |
setGroupList(java.util.LinkedList v)
Set the value of groupList. |
void |
setName(java.lang.String v)
Set the value of name. |
java.lang.String |
toString()
Returns getName() 55 : <getEmail() 55 >. |
Methods inherited from class openfuture.bugbase.domain.Login |
getPassword, getUserid, setPassword, setUserid |
Methods inherited from class openfuture.bugbase.domain.DomainObject |
getState, isDeleted, isDirty, isNew, setClean, setDirty, setModified, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
name
private java.lang.String name
private java.lang.String email
groupList
private java.util.LinkedList groupList
Constructor Detail |
User
public User()
Method Detail |
getName
public java.lang.String getName()
- Get the value of name.
setName
public void setName(java.lang.String v)
- Set the value of name.
getEmail
public java.lang.String getEmail()
- Get the value of email.
setEmail
public void setEmail(java.lang.String v)
- Set the value of email.
getGroupList
public java.util.LinkedList getGroupList()
- Get the value of groupList.
setGroupList
public void setGroupList(java.util.LinkedList v)
- Set the value of groupList.
toString
public java.lang.String toString()
- Returns
getName()
55 : <getEmail()
55 >.
compareTo
public int compareTo(java.lang.Object other) throws java.lang.IllegalArgumentException
- Compares this with another User object (total ordering) by user IDs.
- Specified by:
compareTo
in interfacejava.lang.Comparable
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ domain overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |