be.lassi.cues
Class SingleStepCueDetail
java.lang.Object
be.lassi.cues.CueDetail
be.lassi.cues.SingleStepCueDetail
public class SingleStepCueDetail
- extends CueDetail
Method Summary |
void |
append(java.lang.StringBuilder b)
Appends the cue details to given string builder. |
CueDetail |
copy()
Returns a deep copy of these cue details. |
boolean |
equals(java.lang.Object object)
|
CueStep |
getCueStep()
|
java.util.List<CueStep> |
getCueSteps()
Gets the cue steps of this cue. |
java.lang.String |
getType()
Gets a textual description of the cue type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SingleStepCueDetail
public SingleStepCueDetail(CueStep cueStep)
append
public void append(java.lang.StringBuilder b)
- Appends the cue details to given string builder.
- Overrides:
append
in class CueDetail
- Parameters:
b
- the string builder to append to
copy
public CueDetail copy()
- Returns a deep copy of these cue details.
- Specified by:
copy
in class CueDetail
- Returns:
- a deep copy
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
getCueStep
public CueStep getCueStep()
getCueSteps
public java.util.List<CueStep> getCueSteps()
- Gets the cue steps of this cue.
- Overrides:
getCueSteps
in class CueDetail
- Returns:
- the cue steps
getType
public java.lang.String getType()
- Gets a textual description of the cue type.
- Specified by:
getType
in class CueDetail
- Returns:
- the cue type
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object