be.lassi.cues
Class CueSubmasterLevels
java.lang.Object
be.lassi.cues.CueSubmasterLevels
public class CueSubmasterLevels
- extends java.lang.Object
Collection with submaster levels within a cue definition.
Method Summary |
boolean |
equals(java.lang.Object object)
|
CueSubmasterLevel |
get(int index)
Gets the submaster level at given index. |
void |
set(CueSubmasterLevels other)
Sets the levels from another submaster level collection. |
int |
size()
Gets the number of elements in the collection. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CueSubmasterLevels
public CueSubmasterLevels(int numberOfSubmasters)
- Constructs a new instance.
- Parameters:
numberOfSubmasters
- the collection size
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
get
public CueSubmasterLevel get(int index)
- Gets the submaster level at given index.
- Parameters:
index
- the sumbaster index
- Returns:
- the submaster level at given index
set
public void set(CueSubmasterLevels other)
- Sets the levels from another submaster level collection.
- Parameters:
other
- another submaster level collection
size
public int size()
- Gets the number of elements in the collection.
- Returns:
- the number of elements in the collection
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object