JML

net.sf.jqql.beans
Class QQLive

java.lang.Object
  extended by net.sf.jqql.beans.QQLive

public class QQLive
extends Object

QQLive description Bean QQLive描述信息Bean

Author:
luma
See Also:
ReceiveIMPacket

Field Summary
 String description
           
 String title
           
 char type
           
 String url
           
 
Constructor Summary
QQLive()
           
 
Method Summary
 void readBean(ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public char type

title

public String title

description

public String description

url

public String url
Constructor Detail

QQLive

public QQLive()
Method Detail

readBean

public void readBean(ByteBuffer buf)

JML