Class DashedFormatting

java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.common.DashedFormatting
All Implemented Interfaces:
MusicItem

@Entity
public class DashedFormatting
extends DatabaseItem
  • Constructor Summary

    Constructors
    Constructor Description
    DashedFormatting()  
  • Method Summary

    Modifier and Type Method Description
    java.math.BigDecimal getDashLength()  
    java.math.BigDecimal getSpaceLength()  
    void setDashLength​(java.math.BigDecimal dashLength)  
    void setSpaceLength​(java.math.BigDecimal spaceLength)  

    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

    • DashedFormatting

      public DashedFormatting()
  • Method Details

    • getDashLength

      public java.math.BigDecimal getDashLength()
    • setDashLength

      public void setDashLength​(java.math.BigDecimal dashLength)
    • getSpaceLength

      public java.math.BigDecimal getSpaceLength()
    • setSpaceLength

      public void setSpaceLength​(java.math.BigDecimal spaceLength)