public class Note
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Note.Status |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<NoteComment> |
comments |
java.util.Date |
dateClosed
the date the note was closed.
|
java.util.Date |
dateCreated |
long |
id |
LatLon |
position |
Note.Status |
status |
| Constructor and Description |
|---|
Note() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClosed() |
boolean |
isHidden() |
boolean |
isOpen() |
public LatLon position
public long id
public java.util.Date dateCreated
public java.util.Date dateClosed
public Note.Status status
public java.util.List<NoteComment> comments