public class UserInformation extends MapObject
Constructor and Description |
---|
UserInformation() |
UserInformation(Map data) |
Modifier and Type | Method and Description |
---|---|
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() |
public UserInformation()
public UserInformation(Map data)
public String getUsername()
public void setUsername(String username)
public String getContent()
public void setContent(String content)
public String getCreatorName()
public void setCreatorName(String creatorName)
public String getLastModifierName()
public void setLastModifierName(String lastModifierName)
public int getVersion()
public void setVersion(int version)
public String getId()
public void setId(String id)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Date getLastModificationDate()
public void setLastModificationDate(Date lastModificationDate)
Copyright © 2017 The Codehaus Foundation. All rights reserved.