All Packages Class Hierarchy This Package Previous Next Index
|  | 
java.lang.Object
   |
   +----Acme.Conf.User
           |
           +----Acme.Conf.Client.UserClient
 Fetch the software.
 Fetch the entire Acme package.
 
 UserClient()
	UserClient()
   
 equals(Object)
	equals(Object)
   getBio()
	getBio()
   getConflist()
	getConflist()
   getEmail()
	getEmail()
   getRealName()
	getRealName()
   getSeentab()
	getSeentab()
   getUrl()
	getUrl()
   getUserid()
	getUserid()
   hashCode()
	hashCode()
   setBio(Session, String)
	setBio(Session, String)
   setEmail(Session, String)
	setEmail(Session, String)
   setRealName(Session, String)
	setRealName(Session, String)
   setUrl(Session, String)
	setUrl(Session, String)
   
 UserClient
UserClient
protected UserClient()
 
 getUserid
getUserid
public String getUserid()
 getRealName
getRealName
public String getRealName()
 getEmail
getEmail
public String getEmail()
 getUrl
getUrl
public String getUrl()
 getBio
getBio
public String getBio()
 getConflist
getConflist
public Conflist getConflist()
 getSeentab
getSeentab
public Seentab getSeentab()
 setRealName
setRealName
 public void setRealName(Session session,
                         String realName)
Only the administrator may do this.
 setEmail
setEmail
 public void setEmail(Session session,
                      String email)
Only the user or the administrator may do this.
 setUrl
setUrl
 public void setUrl(Session session,
                    String url)
Only the user or the administrator may do this.
 setBio
setBio
 public void setBio(Session session,
                    String bio)
Only the user or the administrator may do this.
 hashCode
hashCode
public int hashCode()
 equals
equals
public boolean equals(Object obj)
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs