Class Distance

java.lang.Object
All Implemented Interfaces:
MusicItem

@Entity
public class Distance
extends OrderedItem
  • Constructor Summary

    Constructors
    Constructor Description
    Distance()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getType()  
    java.math.BigDecimal getValue()  
    void setType​(java.lang.String type)  
    void setValue​(java.math.BigDecimal value)  

    Methods inherited from class com.musicxmltasks.database.OrderedItem

    getOrdering, setOrdering

    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

    • Distance

      public Distance()
  • Method Details

    • getValue

      public java.math.BigDecimal getValue()
    • setValue

      public void setValue​(java.math.BigDecimal value)
    • getType

      public java.lang.String getType()
    • setType

      public void setType​(java.lang.String type)