Class DirectionOffset

java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.direction.DirectionOffset
All Implemented Interfaces:
MusicItem

@Entity
public class DirectionOffset
extends DatabaseItem
  • Constructor Summary

    Constructors
    Constructor Description
    DirectionOffset()  
  • Method Summary

    Modifier and Type Method Description
    java.math.BigDecimal getDivisions()  
    java.lang.Boolean getSound()  
    void setDivisions​(java.math.BigDecimal divisions)  
    void setSound​(java.lang.Boolean sound)  

    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

    • DirectionOffset

      public DirectionOffset()
  • Method Details

    • getDivisions

      public java.math.BigDecimal getDivisions()
    • setDivisions

      public void setDivisions​(java.math.BigDecimal divisions)
    • getSound

      public java.lang.Boolean getSound()
    • setSound

      public void setSound​(java.lang.Boolean sound)