|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.UserInformation
public class UserInformation
| 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 |
|---|
public UserInformation()
public UserInformation(Map data)
| Method Detail |
|---|
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)
public Map toRawMap()
toRawMap in class MapObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||