Package com.musicxmltasks.musicxml.score
Class CreditDisplay
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.display.FormattedDisplay
com.musicxmltasks.musicxml.score.CreditDisplay
- All Implemented Interfaces:
MusicItem
- Direct Known Subclasses:
CreditBookmark,CreditImage,CreditLink,CreditSymbol,CreditWords
@Entity public abstract class CreditDisplay extends FormattedDisplay
-
Constructor Summary
Constructors Constructor Description CreditDisplay() -
Method Summary
Modifier and Type Method Description java.lang.StringgetElementId()voidsetElementId(java.lang.String elementId)Methods inherited from class com.musicxmltasks.musicxml.display.FormattedDisplay
getDisplay, getTextFormat, setDisplay, setTextFormatMethods inherited from class com.musicxmltasks.database.OrderedItem
getOrdering, setOrderingMethods 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
-
CreditDisplay
public CreditDisplay()
-
-
Method Details
-
getElementId
public java.lang.String getElementId() -
setElementId
public void setElementId(java.lang.String elementId)
-