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