be.lassi.lanbox.commands
Class CueListInfo
java.lang.Object
be.lassi.lanbox.commands.CueListInfo
public class CueListInfo
- extends java.lang.Object
Information about a cue list.
Constructor Summary |
CueListInfo(int number,
int stepCount)
Constructs a new cue info object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CueListInfo
public CueListInfo(int number,
int stepCount)
- Constructs a new cue info object.
- Parameters:
number
- the cue list numberstepCount
- the number of steps in the cue list
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
getDescription
public java.lang.String getDescription()
- Gets the description the cue list.
- Returns:
- the description of the cue list
getNumber
public int getNumber()
- Gets the cue list number.
- Returns:
- the cue list number
getStepCount
public int getStepCount()
- Gets the number of steps in the cue list.
- Returns:
- the number of steps in the cue list
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class java.lang.Object
setDescription
public void setDescription(java.lang.String description)
- Sets the description the cue list.
- Parameters:
description
- the description of the cue list
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object