public class UserInformation extends AbstractContentEntity
lastModifier
Constructor and Description |
---|
UserInformation(String username,
String content,
String creatorName,
String lastModifierName,
int version,
long id,
Date creationDate,
Date lastModificationDate) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Date |
getCreationDate() |
String |
getCreatorName() |
String |
getEditUrl() |
long |
getId() |
Date |
getLastModificationDate() |
String |
getLastModifierName() |
Space |
getSpace() |
String |
getTitle() |
String |
getUsername() |
int |
getVersion() |
boolean |
shouldConvertToContent() |
getContentId, getContentType, getContentTypeObject, getIdAsString, getLastModifier, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersion
public String getUsername()
public String getContent()
getContent
in interface ContentEntity
getContent
in class AbstractContentEntity
public String getCreatorName()
public String getLastModifierName()
public int getVersion()
getVersion
in interface VersionedContent
getVersion
in class AbstractContentEntity
public Date getCreationDate()
public long getId()
getId
in interface ContentEntity
getId
in class AbstractContentEntity
public Date getLastModificationDate()
getLastModificationDate
in interface ContentEntity
getLastModificationDate
in class AbstractContentEntity
public String getEditUrl()
public Space getSpace()
public String getTitle()
public boolean shouldConvertToContent()
Copyright © 2003–2015 Atlassian. All rights reserved.