JML

net.sf.jqql.beans
Class UserPropertyChange

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

public class UserPropertyChange
extends Object

user property change Bean 用户属性变化Bean

Author:
luma
See Also:
ReceiveIMPacket

Field Summary
 int property
           
 int qq
           
 
Constructor Summary
UserPropertyChange()
           
 
Method Summary
 boolean hasCustomHead()
           
 boolean hasSignature()
           
 void readBean(ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qq

public int qq

property

public int property
Constructor Detail

UserPropertyChange

public UserPropertyChange()
Method Detail

readBean

public void readBean(ByteBuffer buf)

hasSignature

public boolean hasSignature()

hasCustomHead

public boolean hasCustomHead()

JML