Class Notations

All Implemented Interfaces:
PrintableItem, MusicItem

@Entity
public class Notations
extends OrderedElement
implements PrintableItem
  • Constructor Details

    • Notations

      public Notations()
  • Method Details

    • getEditorial

      public Editorial getEditorial()
    • setEditorial

      public void setEditorial​(Editorial editorial)
    • getNotations

      public java.util.List<Notation> getNotations()
    • setNotations

      public void setNotations​(java.util.List<Notation> notations)
    • getPrintObject

      public java.lang.Boolean getPrintObject()
      Specified by:
      getPrintObject in interface PrintableItem
    • setPrintObject

      public void setPrintObject​(java.lang.Boolean printObject)
      Specified by:
      setPrintObject in interface PrintableItem