Package com.musicxmltasks.musicxml.score
Class PartSymbol
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.score.PartSymbol
- All Implemented Interfaces:
MusicItem
@Entity public class PartSymbol extends DatabaseItem
-
Constructor Summary
Constructors Constructor Description PartSymbol() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetBottomStaff()DisplaygetDisplay()java.lang.IntegergetTopStaff()GroupSymbolTypegetValue()voidsetBottomStaff(java.lang.Integer bottomStaff)voidsetDisplay(Display display)voidsetTopStaff(java.lang.Integer topStaff)voidsetValue(GroupSymbolType value)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
-
PartSymbol
public PartSymbol()
-
-
Method Details
-
getValue
-
setValue
-
getTopStaff
public java.lang.Integer getTopStaff() -
setTopStaff
public void setTopStaff(java.lang.Integer topStaff) -
getBottomStaff
public java.lang.Integer getBottomStaff() -
setBottomStaff
public void setBottomStaff(java.lang.Integer bottomStaff) -
getDisplay
-
setDisplay
-