Package com.musicxmltasks.musicxml.note
Class Notations
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.database.OrderedElement
com.musicxmltasks.musicxml.note.Notations
- All Implemented Interfaces:
PrintableItem,MusicItem
@Entity public class Notations extends OrderedElement implements PrintableItem
-
Constructor Summary
Constructors Constructor Description Notations() -
Method Summary
Modifier and Type Method Description EditorialgetEditorial()java.util.List<Notation>getNotations()java.lang.BooleangetPrintObject()voidsetEditorial(Editorial editorial)voidsetNotations(java.util.List<Notation> notations)voidsetPrintObject(java.lang.Boolean printObject)Methods inherited from class com.musicxmltasks.database.OrderedElement
getElementId, setElementIdMethods inherited from class com.musicxmltasks.database.OrderedItem
getOrdering, setOrderingMethods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Notations
public Notations()
-
-
Method Details
-
getEditorial
-
setEditorial
-
getNotations
-
setNotations
-
getPrintObject
public java.lang.Boolean getPrintObject()- Specified by:
getPrintObjectin interfacePrintableItem
-
setPrintObject
public void setPrintObject(java.lang.Boolean printObject)- Specified by:
setPrintObjectin interfacePrintableItem
-