com.atlassian.confluence.core
Class BodyContent

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

public class BodyContent
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BodyContent()
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getBody()
           
 ContentEntityObject getContent()
           
 long getId()
           
 int hashCode()
           
 void setBody(java.lang.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 java.lang.String getBody()

setBody

public void setBody(java.lang.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(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

clone

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.