org.codehaus.swizzle.confluence
Class UserInformation

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

public class UserInformation
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
UserInformation()
           
UserInformation(Map data)
           
 
Method Summary
 String getContent()
          the user description
 Date getCreationDate()
          the date the user was created
 String getCreatorName()
          the creator of the user
 String getId()
          the ID of the user
 Date getLastModificationDate()
          the date the user was last modified
 String getLastModifierName()
          the url to view this user online
 String getUsername()
          the username of this user
 int getVersion()
          the version
 void setContent(String content)
           
 void setCreationDate(Date creationDate)
           
 void setCreatorName(String creatorName)
           
 void setId(String id)
           
 void setLastModificationDate(Date lastModificationDate)
           
 void setLastModifierName(String lastModifierName)
           
 void setUsername(String username)
           
 void setVersion(int version)
           
 Map toRawMap()
           
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserInformation

public UserInformation()

UserInformation

public UserInformation(Map data)
Method Detail

getUsername

public String getUsername()
the username of this user


setUsername

public void setUsername(String username)

getContent

public String getContent()
the user description


setContent

public void setContent(String content)

getCreatorName

public String getCreatorName()
the creator of the user


setCreatorName

public void setCreatorName(String creatorName)

getLastModifierName

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


setLastModifierName

public void setLastModifierName(String lastModifierName)

getVersion

public int getVersion()
the version


setVersion

public void setVersion(int version)

getId

public String getId()
the ID of the user


setId

public void setId(String id)

getCreationDate

public Date getCreationDate()
the date the user was created


setCreationDate

public void setCreationDate(Date creationDate)

getLastModificationDate

public Date getLastModificationDate()
the date the user was last modified


setLastModificationDate

public void setLastModificationDate(Date lastModificationDate)

toRawMap

public Map toRawMap()
Overrides:
toRawMap in class MapObject


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.