Class MidiDevice

java.lang.Object
All Implemented Interfaces:
MusicItem

@Entity
public class MidiDevice
extends DatabaseElement
  • Constructor Summary

    Constructors
    Constructor Description
    MidiDevice()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getPort()  
    java.lang.String getValue()  
    void setPort​(java.lang.Integer port)  
    void setValue​(java.lang.String value)  

    Methods inherited from class com.musicxmltasks.database.DatabaseElement

    getElementId, setElementId

    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

    • MidiDevice

      public MidiDevice()
  • Method Details

    • getValue

      public java.lang.String getValue()
    • setValue

      public void setValue​(java.lang.String value)
    • getPort

      public java.lang.Integer getPort()
    • setPort

      public void setPort​(java.lang.Integer port)