public final class SmartTodoItemPointer
extends java.lang.Object
Constructor and Description |
---|
SmartTodoItemPointer(TodoItem todoItem,
Document document) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<RangeMarker> |
getAdditionalRangeMarkers() |
Document |
getDocument() |
RangeMarker |
getRangeMarker() |
TodoItem |
getTodoItem() |
int |
hashCode() |
public TodoItem getTodoItem()
public Document getDocument()
public RangeMarker getRangeMarker()
public java.util.List<RangeMarker> getAdditionalRangeMarkers()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object