Overview  Package   Class  Tree  Index 

be.lassi.lanbox.commands
Class CueListInfo

java.lang.Object
  extended by 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.
 
Method Summary
 boolean equals(java.lang.Object object)
          
 java.lang.String getDescription()
          Gets the description the cue list.
 int getNumber()
          Gets the cue list number.
 int getStepCount()
          Gets the number of steps in the cue list.
 int hashCode()
          
 void setDescription(java.lang.String description)
          Sets the description the cue list.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CueListInfo

public CueListInfo(int number,
                   int stepCount)
Constructs a new cue info object.

Parameters:
number - the cue list number
stepCount - the number of steps in the cue list
Method Detail

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

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2