| Constructor and Description |
|---|
Document()
|
Document(int position)
|
Document(int position,
List<Note> notes)
|
| Modifier and Type | Method and Description |
|---|---|
Document |
addNote(Note note)
|
List<Note> |
getNotes()
|
Integer |
getPosition()
|
Document |
setPosition(int position)
|
public Document()
Instantiates a new document line.
public Document(int position)
Instantiates a new document line.
position - the position numberpublic Document addNote(Note note)
Adds the note.
Note.content COMFORT
Note.subjectCode EXTENDED
note - the notepublic List<Note> getNotes()
Gets the included note.
Note.content COMFORT
Note.subjectCode EXTENDED
public Integer getPosition()
Gets the line position.
COMFORT
public Document setPosition(int position)
Sets the line position
COMFORT.
position - the positionCopyright © 2014 Konik.io. All Rights Reserved.