com.wilko.jaim
Class TocSetInfoCommand

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

public class TocSetInfoCommand
extends TocCommand


Constructor Summary
TocSetInfoCommand(java.lang.String information)
          Creates new TocSetInfoCommand
 
Method Summary
 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

TocSetInfoCommand

public TocSetInfoCommand(java.lang.String information)
Creates new TocSetInfoCommand

Parameters:
information - The information about this user can be located. May contain HTML
Method Detail

toString

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

getBytes

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