public class ScoreEntryWithNotesDTO extends Object
| Constructor and Description |
|---|
ScoreEntryWithNotesDTO(ScoreEntryDTO score,
ArrayList<NoteDTO> notes) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<NoteDTO> |
getNotes() |
ScoreEntryDTO |
getScore() |
void |
setNotes(ArrayList<NoteDTO> notes) |
void |
setScore(ScoreEntryDTO score) |
public ScoreEntryWithNotesDTO(ScoreEntryDTO score, ArrayList<NoteDTO> notes)
public ScoreEntryDTO getScore()
public void setScore(ScoreEntryDTO score)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.