public class DocumentLine extends java.lang.Object
For Item position and notes
| Constructor and Description |
|---|
DocumentLine()
|
DocumentLine(int position)
|
DocumentLine(int position,
java.util.List<Note> notes)
|
| Modifier and Type | Method and Description |
|---|---|
DocumentLine |
addNote(Note note)
|
java.util.List<Note> |
getNotes()
|
int |
getPosition()
|
DocumentLine |
setPosition(int position)
|
public DocumentLine()
Instantiates a new document line.
public DocumentLine(int position)
Instantiates a new document line.
position - the position numberpublic DocumentLine(int position, java.util.List<Note> notes)
Instantiates a new document line.
position - the positionnotes - the notespublic DocumentLine addNote(Note note)
Adds the note.
Note.content COMFORT
Note.subjectCode EXTENDED
note - the notepublic java.util.List<Note> getNotes()
Gets the included note.
Note.content COMFORT
Note.subjectCode EXTENDED
public int getPosition()
Gets the line position.
COMFORT
public DocumentLine setPosition(int position)
Sets the line position
COMFORT.
position - the positionCopyright © 2014 konik.io. All Rights Reserved.