JML

net.sf.jqql.beans
Class FriendLevel

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

public class FriendLevel
extends Object

friend level info data structure 好友等级信息数据结构

Author:
ZhangSong, 张松
See Also:
FriendLevelOpReplyPacket

Field Summary
 int activeDays
           
 int level
           
 int qq
           
 int upgradeDays
           
 
Constructor Summary
FriendLevel()
           
 
Method Summary
 void readBean(ByteBuffer buf)
          read a FriendLevel from buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qq

public int qq

activeDays

public int activeDays

level

public int level

upgradeDays

public int upgradeDays
Constructor Detail

FriendLevel

public FriendLevel()
Method Detail

readBean

public void readBean(ByteBuffer buf)
read a FriendLevel from buffer. 从缓冲区中读取一个FriendLevel结构

Parameters:
buf - ByteBuffer

JML