be.lassi.lanbox.domain
Class PatchBuffer
java.lang.Object
be.lassi.lanbox.domain.PatchBuffer
public class PatchBuffer
- extends java.lang.Object
Buffer with patching information.
|
Constructor Summary |
PatchBuffer(int startDimmerId,
int[] channelIds)
Constructs a new instance. |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PatchBuffer
public PatchBuffer(int startDimmerId,
int[] channelIds)
- Constructs a new instance.
- Parameters:
startDimmerId - identifier of first dimmerchannelIds - the identifiers of the channels that are patched to the dimmers
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object