Package org.bsc.confluence.xmlrpc
Class UserInformation
- java.lang.Object
-
- org.bsc.confluence.xmlrpc.MapObject
-
- org.bsc.confluence.xmlrpc.UserInformation
-
public class UserInformation extends MapObject
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description UserInformation()UserInformation(Map<String,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()the user descriptionDategetCreationDate()the date the user was createdStringgetCreatorName()the creator of the userStringgetId()the ID of the userDategetLastModificationDate()the date the user was last modifiedStringgetLastModifierName()the url to view this user onlineStringgetUsername()the username of this userintgetVersion()the versionvoidsetContent(String content)voidsetCreationDate(Date creationDate)voidsetCreatorName(String creatorName)voidsetId(String id)voidsetLastModificationDate(Date lastModificationDate)voidsetLastModifierName(String lastModifierName)voidsetUsername(String username)voidsetVersion(int version)Map<String,Object>toRawMap()
-
-
-
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)
-
-