Synergy Home Page

au.edu.swin.synergy.plugin.rooms
Class BChatUser

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.userdb.BPrivileged
        |
        +--au.edu.swin.synergy.plugin.userdb.BUser
              |
              +--au.edu.swin.synergy.plugin.rooms.BChatUser

public class BChatUser
extends BUser
implements Serializable

See Also:
Serialized Form

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

BChatUser

public BChatUser()
Please complete the missing tags for BChatUser
Parameters:
-  

BChatUser

public BChatUser(String name,
                 String nickname,
                 boolean picPre,
                 BStringList hob,
                 BStringList fet)
Please complete the missing tags for BChatUser
Parameters:
-  
Method Detail

getNickname

public String getNickname()
Please complete the missing tags for getNickname
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getAge

public int getAge()
Please complete the missing tags for getAge
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

setAge

public void setAge(int fAge)
Please complete the missing tags for setAge
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getConnectionID

public int getConnectionID()
Please complete the missing tags for getPicturePreview
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getCurrentRoom

public BRoom getCurrentRoom()
Please complete the missing tags for getCurrentRoom
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

setNickname

public void setNickname(String fNick)
Please complete the missing tags for setNickname
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

setConnectionID

public void setConnectionID(int id)
Please complete the missing tags for setConnectionID
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

setCurrentRoom

public void setCurrentRoom(BRoom room)
Please complete the missing tags for setCurrentRoom
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

equalsUser

public boolean equalsUser(Object item)
Please complete the missing tags for equals
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

Synergy Home Page