com.atlassian.confluence.core
Class BodyContent

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

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)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2003-2011 Atlassian. All Rights Reserved.