com.wilko.jaim
Class TocGetInfoCommand

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

public class TocGetInfoCommand
extends TocCommand


Constructor Summary
TocGetInfoCommand(java.lang.String username)
          Creates new TocGetInfoCommand
 
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

TocGetInfoCommand

public TocGetInfoCommand(java.lang.String username)
Creates new TocGetInfoCommand

Parameters:
username - The screen name for whom information is requested
Method Detail

toString

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

getBytes

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