public abstract class

AbstractContentEntity

extends Object
implements ContentEntity
java.lang.Object
   ↳ com.atlassian.confluence.it.AbstractContentEntity
Known Direct Subclasses

Summary

Fields
protected String content
protected long id
protected User lastModifier
protected int version
Protected Constructors
AbstractContentEntity()
AbstractContentEntity(long id, String content, User lastModifier, int version)
Public Methods
String getContent()
Return the content of this entity.
long getId()
Return the id used for persistence of this entity.
User getLastModifier()
int getVersion()
void setContent(String content)
void setId(long id)
Set the id used for persistence of this entity.
void setLastModifier(User lastModifier)
void setVersion(int version)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.it.ContentEntity

Fields

protected String content

protected long id

protected User lastModifier

protected int version

Protected Constructors

protected AbstractContentEntity ()

protected AbstractContentEntity (long id, String content, User lastModifier, int version)

Public Methods

public String getContent ()

Return the content of this entity.

public long getId ()

Return the id used for persistence of this entity.

public User getLastModifier ()

public int getVersion ()

public void setContent (String content)

public void setId (long id)

Set the id used for persistence of this entity.

public void setLastModifier (User lastModifier)

public void setVersion (int version)