com.atlassian.confluence.content.render.xhtml.model.inlinetask
Class InlineTaskListItem

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem

public class InlineTaskListItem
extends Object

The in-memory representation of an inline task - only to be used during editor / storage marshalling and unmarshalling.


Constructor Summary
InlineTaskListItem(String id, boolean completed, String body)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBody()
           
 String getId()
           
 int hashCode()
           
 boolean isCompleted()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InlineTaskListItem

public InlineTaskListItem(String id,
                          boolean completed,
                          String body)
Method Detail

getId

public String getId()

isCompleted

public boolean isCompleted()

getBody

public String getBody()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.