Class Stem

java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.note.Stem
All Implemented Interfaces:
MusicItem

@Entity
public class Stem
extends DatabaseItem
  • Constructor Summary

    Constructors
    Constructor Description
    Stem()  
  • Method Summary

    Modifier and Type Method Description
    Display getDisplay()  
    StemType getValue()  
    void setDisplay​(Display display)  
    void setValue​(StemType value)  

    Methods inherited from class com.musicxmltasks.database.DatabaseItem

    getId, setId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Stem

      public Stem()
  • Method Details

    • getValue

      public StemType getValue()
    • setValue

      public void setValue​(StemType value)
    • getDisplay

      public Display getDisplay()
    • setDisplay

      public void setDisplay​(Display display)