Class OtherAppearance

java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.layout.OtherAppearance
All Implemented Interfaces:
MusicItem

@Entity
public class OtherAppearance
extends OrderedItem
  • Constructor Summary

    Constructors
    Constructor Description
    OtherAppearance()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getType()  
    java.lang.String getValue()  
    void setType​(java.lang.String type)  
    void setValue​(java.lang.String 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

    • OtherAppearance

      public OtherAppearance()
  • Method Details

    • getValue

      public java.lang.String getValue()
    • setValue

      public void setValue​(java.lang.String value)
    • getType

      public java.lang.String getType()
    • setType

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