com.wilko.jaim
Class TocSetConfigCommand

java.lang.Object
  |
  +--com.wilko.jaim.TocCommand
        |
        +--com.wilko.jaim.TocSetConfigCommand

public class TocSetConfigCommand
extends TocCommand


Constructor Summary
TocSetConfigCommand()
          Creates a new instance of TocSetConfigCommand
 
Method Summary
 void addGroup(com.wilko.jaim.Group g)
           
 byte[] getBytes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TocSetConfigCommand

public TocSetConfigCommand()
Creates a new instance of TocSetConfigCommand

Method Detail

addGroup

public void addGroup(com.wilko.jaim.Group g)

toString

public java.lang.String toString()
Specified by:
toString in class TocCommand

getBytes

public byte[] getBytes()
Specified by:
getBytes in class TocCommand