All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Conf.Server.UserServer
java.lang.Object
|
+----Acme.Conf.User
|
+----Acme.Conf.Server.UserServer
- public class UserServer
- extends User
Server side of a conferencing user.
Fetch the software.
Fetch the entire Acme package.
-
UserServer(Session, String, String)
- Make a new user.
-
equals(Object)
-
-
getBio()
- The user's biographical information / .plan file.
-
getConflist()
- The user's conferences list.
-
getEmail()
- The user's email address.
-
getRealName()
- The user's real name.
-
getSeentab()
- The user's seen-table.
-
getUrl()
- The user's URL.
-
getUserid()
- The user's userid.
-
hashCode()
-
-
setBio(Session, String)
- Set the user's biographical information / .plan file.
-
setEmail(Session, String)
- Set the user's email address.
-
setRealName(Session, String)
- Set the user's real name.
-
setUrl(Session, String)
- Set the user's URL.
UserServer
public UserServer(Session session,
String userid,
String realName)
- Make a new user.
getUserid
public String getUserid()
- The user's userid. A short alphanumeric string, guaranteed unique
across the conferencing system, and immutable.
- Overrides:
- getUserid in class User
getRealName
public String getRealName()
- The user's real name.
- Overrides:
- getRealName in class User
getEmail
public String getEmail()
- The user's email address.
- Overrides:
- getEmail in class User
getUrl
public String getUrl()
- The user's URL.
- Overrides:
- getUrl in class User
getBio
public String getBio()
- The user's biographical information / .plan file.
- Overrides:
- getBio in class User
getConflist
public Conflist getConflist()
- The user's conferences list.
- Overrides:
- getConflist in class User
getSeentab
public Seentab getSeentab()
- The user's seen-table.
- Overrides:
- getSeentab in class User
setRealName
public void setRealName(Session session,
String realName)
- Set the user's real name.
Only the administrator may do this.
- Overrides:
- setRealName in class User
setEmail
public void setEmail(Session session,
String email)
- Set the user's email address.
Only the user or the administrator may do this.
- Overrides:
- setEmail in class User
setUrl
public void setUrl(Session session,
String url)
- Set the user's URL.
Only the user or the administrator may do this.
- Overrides:
- setUrl in class User
setBio
public void setBio(Session session,
String bio)
- Set the user's biographical information / .plan file.
Only the user or the administrator may do this.
- Overrides:
- setBio in class User
hashCode
public int hashCode()
- Overrides:
- hashCode in class User
equals
public boolean equals(Object obj)
- Overrides:
- equals in class User
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs