org.codehaus.swizzle.confluence
Class User

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.User

public class User
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
User()
           
User(Map data)
           
 
Method Summary
 String getEmail()
          the email address of this user
 String getFullname()
          the full name of this user
 String getName()
          the username of this user
 String getUrl()
          the url to view this user online
 void setEmail(String email)
           
 void setFullname(String fullname)
           
 void setName(String name)
           
 void setUrl(String url)
           
 
Methods inherited from class org.codehaus.swizzle.confluence.MapObject
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(Map data)
Method Detail

getName

public String getName()
the username of this user


setName

public void setName(String name)

getFullname

public String getFullname()
the full name of this user


setFullname

public void setFullname(String fullname)

getEmail

public String getEmail()
the email address of this user


setEmail

public void setEmail(String email)

getUrl

public String getUrl()
the url to view this user online


setUrl

public void setUrl(String url)


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.