be.lassi.lanbox.domain
Class CueList
java.lang.Object
be.lassi.lanbox.domain.CueList
public class CueList
- extends java.lang.Object
Collection of cue list steps.
Constructor Summary |
CueList(int number)
Constructs a new instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CueList
public CueList(int number)
- Constructs a new instance.
- Parameters:
number
- the cue list number
add
public void add(CueStep cueStep)
- Adds a cue step.
- Parameters:
cueStep
- the cue step to be added
add
public void add(java.util.List<CueStep> newCueSteps)
- Adds cue steps from a collection of cue steps.
- Parameters:
newCueSteps
- the cue steps to be added
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
getComment
public java.lang.String getComment()
getCueSteps
public java.util.List<CueStep> getCueSteps()
- Gets the cue steps.
- Returns:
- the cue steps
getNumber
public int getNumber()
- Gets the cue list number.
- Returns:
- the cue list number
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class java.lang.Object
setComment
public void setComment(java.lang.String comment)
size
public int size()