com.atlassian.confluence.core
Class BodyContent

java.lang.Object
  extended bycom.atlassian.confluence.core.BodyContent
All Implemented Interfaces:
Cloneable, Serializable

public class BodyContent
extends Object
implements Cloneable, Serializable

See Also:
Serialized Form

Constructor Summary
BodyContent()
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 String getBody()
           
 ContentEntityObject getContent()
           
 long getId()
           
 int hashCode()
           
 void setBody(String body)
           
 void setContent(ContentEntityObject content)
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyContent

public BodyContent()
Method Detail

getBody

public String getBody()

setBody

public void setBody(String body)

getId

public long getId()

setId

public void setId(long id)

getContent

public ContentEntityObject getContent()

setContent

public void setContent(ContentEntityObject content)

equals

public boolean equals(Object o)

hashCode

public int hashCode()

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Confluence is developed by Atlassian.