Overview  Package   Class  Tree  Index 

be.lassi.lanbox.domain
Class ChannelStatus

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

public class ChannelStatus
extends java.lang.Object


Constructor Summary
ChannelStatus(int channelId, boolean output, boolean enabled, boolean solo, boolean fader)
           
 
Method Summary
 boolean equals(java.lang.Object object)
          
 int getChannelId()
           
 int hashCode()
          
 boolean isEdit()
           
 boolean isFadeActive()
          Indicates whether a fade is currently active in the channel.
 boolean isOutput()
           
 boolean isSolo()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelStatus

public ChannelStatus(int channelId,
                     boolean output,
                     boolean enabled,
                     boolean solo,
                     boolean fader)
Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class java.lang.Object

getChannelId

public int getChannelId()

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

isEdit

public boolean isEdit()

isFadeActive

public boolean isFadeActive()
Indicates whether a fade is currently active in the channel.

Returns:
true if fade is currently active

isOutput

public boolean isOutput()

isSolo

public boolean isSolo()

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2