JML

net.sf.jqql.beans
Class Member

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

public class Member
extends Object

member info bean to get cluster info 得到群信息中的成员信息bean

Author:
luma

Field Summary
 int organization
           
 int qq
           
 byte role
           
 
Constructor Summary
Member()
           
 
Method Summary
 boolean isAdmin()
           
 boolean isStockholder()
           
 void readBean(ByteBuffer buf)
           
 void readTempBean(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

organization

public int organization

role

public byte role
Constructor Detail

Member

public Member()
Method Detail

readBean

public void readBean(ByteBuffer buf)

readTempBean

public void readTempBean(ByteBuffer buf)

isAdmin

public boolean isAdmin()

isStockholder

public boolean isStockholder()

JML