Overview  Package   Class  Tree  Index 

be.lassi.lanbox.domain
Class ChannelAttribute

java.lang.Object
  extended by be.lassi.lanbox.domain.ChannelAttribute

public class ChannelAttribute
extends java.lang.Object


Constructor Summary
ChannelAttribute(int channelId, boolean enabled)
          Constructs a new channel indicator.
 
Method Summary
 boolean equals(java.lang.Object object)
          
 int getChannelId()
          Gets the dmx channel number.
 int hashCode()
          
 boolean isEnabled()
          Gets the enabled indicator.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelAttribute

public ChannelAttribute(int channelId,
                        boolean enabled)
Constructs a new channel indicator.

Parameters:
channelId - the dmx channel number
enabled - the enabled indicator
Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class java.lang.Object

getChannelId

public int getChannelId()
Gets the dmx channel number.

Returns:
the dmx channel number

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

isEnabled

public boolean isEnabled()
Gets the enabled indicator.

Returns:
enabled indicator

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2