Class NoteSize

java.lang.Object
All Implemented Interfaces:
MusicItem

@Entity
public class NoteSize
extends OrderedItem
  • Constructor Summary

    Constructors
    Constructor Description
    NoteSize()  
  • Method Summary

    Modifier and Type Method Description
    NoteSizeType getType()  
    java.math.BigDecimal getValue()  
    void setType​(NoteSizeType 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

    • NoteSize

      public NoteSize()
  • Method Details

    • getValue

      public java.math.BigDecimal getValue()
    • setValue

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

      public NoteSizeType getType()
    • setType

      public void setType​(NoteSizeType type)