public class PositionDocument extends java.lang.Object
| Constructor and Description |
|---|
PositionDocument(int position)
Instantiates a new item position document.
|
PositionDocument(int position,
java.util.List<Note> notes)
Instantiates a new item position document.
|
PositionDocument(java.lang.String position)
Instantiates a new item position document.
|
PositionDocument(java.lang.String position,
java.util.List<Note> notes)
Instantiates a new item position document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(Note note)
Adds the note.
|
java.util.List<Note> |
getNotes()
Gets the included note.
|
java.lang.String |
getPosition()
Gets the line position.
|
void |
setPosition(java.lang.String position)
Sets the line position
|
public PositionDocument(int position)
Instantiates a new item position document.
position - the position numberpublic PositionDocument(int position, java.util.List<Note> notes)
Instantiates a new item position document.
position - the positionnotes - the notespublic PositionDocument(java.lang.String position)
Instantiates a new item position document.
position - the position numberpublic PositionDocument(java.lang.String position, java.util.List<Note> notes)
Instantiates a new item position document.
position - the positionnotes - the notes@Comfort public java.lang.String getPosition()
Gets the line position.
public void setPosition(java.lang.String position)
Sets the line position
position - the positionCopyright © 2014-2015 Konik.io. All Rights Reserved.