java.lang.Object
All Implemented Interfaces:
MusicItem

@Entity
public class Extend
extends LyricItem
  • Constructor Summary

    Constructors
    Constructor Description
    Extend()  
  • Method Summary

    Modifier and Type Method Description
    Display getDisplay()  
    Connection getType()  
    void setDisplay​(Display display)  
    void setType​(Connection type)  

    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

    • Extend

      public Extend()
  • Method Details

    • getType

      public Connection getType()
    • setType

      public void setType​(Connection type)
    • getDisplay

      public Display getDisplay()
    • setDisplay

      public void setDisplay​(Display display)