Class Interchangeable
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.attributes.time.Interchangeable
- All Implemented Interfaces:
MusicItem
@Entity public class Interchangeable extends DatabaseItem
-
Constructor Summary
Constructors Constructor Description Interchangeable() -
Method Summary
Modifier and Type Method Description TimeSeparatorgetSeparator()TimeSymbolgetSymbol()TimeRelationgetTimeRelation()java.util.List<TimeSignatureType>getTimeSignatureList()voidsetSeparator(TimeSeparator separator)voidsetSymbol(TimeSymbol symbol)voidsetTimeRelation(TimeRelation timeRelation)voidsetTimeSignatureList(java.util.List<TimeSignatureType> timeSignatureList)Methods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Interchangeable
public Interchangeable()
-
-
Method Details
-
getTimeRelation
-
setTimeRelation
-
getTimeSignatureList
-
setTimeSignatureList
-
getSymbol
-
setSymbol
-
getSeparator
-
setSeparator
-