|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--au.edu.swin.synergy.plugin.userdb.BPrivileged | +--au.edu.swin.synergy.plugin.userdb.BUser | +--au.edu.swin.synergy.plugin.rooms.BChatUser
Fields inherited from class au.edu.swin.synergy.plugin.userdb.BPrivileged |
kAdministrator,
kUser |
Constructor Summary | |
BChatUser()
Please complete the missing tags for BChatUser |
|
BChatUser(String name,
String nickname,
boolean picPre,
BStringList hob,
BStringList fet)
Please complete the missing tags for BChatUser |
Method Summary | |
boolean |
equalsUser(Object item)
Please complete the missing tags for equals |
int |
getAge()
Please complete the missing tags for getAge |
int |
getConnectionID()
Please complete the missing tags for getPicturePreview |
BRoom |
getCurrentRoom()
Please complete the missing tags for getCurrentRoom |
String |
getNickname()
Please complete the missing tags for getNickname |
void |
setAge(int fAge)
Please complete the missing tags for setAge |
void |
setConnectionID(int id)
Please complete the missing tags for setConnectionID |
void |
setCurrentRoom(BRoom room)
Please complete the missing tags for setCurrentRoom |
void |
setNickname(String fNick)
Please complete the missing tags for setNickname |
Methods inherited from class au.edu.swin.synergy.plugin.userdb.BUser |
getAlias,
getEmailAddress,
getFullName,
getGroups,
getPassword,
isInGroup,
setAlias,
setEmailAddress,
setFullName,
setGroups,
setPassword |
Methods inherited from class au.edu.swin.synergy.plugin.userdb.BPrivileged |
addMember,
equals,
getComments,
getMembers,
getName,
getPrivilege,
getUniqueID,
isNew,
removeAllMembers,
removeMember,
setComments,
setMembers,
setName,
setPrivilege,
setUniqueID,
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BChatUser()
- public BChatUser(String name, String nickname, boolean picPre, BStringList hob, BStringList fet)
- Method Detail |
public String getNickname()
- public int getAge()
- public void setAge(int fAge)
- public int getConnectionID()
- public BRoom getCurrentRoom()
- public void setNickname(String fNick)
- public void setConnectionID(int id)
- public void setCurrentRoom(BRoom room)
- public boolean equalsUser(Object item)
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |