JML

net.sf.jqql.beans
Class UserProperty

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

public class UserProperty
extends Object

user property Bean 用户属性Bean

Author:
luma
See Also:
UserPropertyOpReplyPacket

Field Summary
 int property
           
 int qq
           
 
Constructor Summary
UserProperty(int len)
           
 
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

UserProperty

public UserProperty(int len)
Method Detail

readBean

public void readBean(ByteBuffer buf)

hasSignature

public boolean hasSignature()

hasCustomHead

public boolean hasCustomHead()

JML