Package ips.annot.partitur
Class PartiturParser.PartiturItem
- java.lang.Object
-
- ips.annot.model.db.Item
-
- ips.annot.partitur.PartiturParser.PartiturItem
-
- Enclosing class:
- PartiturParser
public static class PartiturParser.PartiturItem extends Item
-
-
Constructor Summary
Constructors Constructor Description PartiturItem()
PartiturItem(java.lang.String lvl, java.lang.String label)
PartiturItem(java.lang.String lvl, java.lang.String label, java.lang.Long symLink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getBpfSymLink()
void
setBpfSymLink(java.lang.Long bpfSymLink)
-
Methods inherited from class ips.annot.model.db.Item
getBundleId, getFromItems, getId, getLabels, getLabelsList, getLabelText, getLabelValues, getLevel, getPosition, getSampleDur, getSampleEnd, getSamplepoint, getSampleStart, getToItems, getType, sampleDur, setBundleId, setId, setLabel, setLabels, setLabelsList, setLevel, setPosition, setSampleDur, setSamplepoint, setSampleStart, toString
-
-