JML

net.sf.jqql.beans
Class QQOrganization

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

public class QQOrganization
extends Object

organization info wrapper bean. 组织信息封装bean

Author:
luma

Field Summary
 int id
           
 String name
           
 int path
           
 
Constructor Summary
QQOrganization()
           
 
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

id

public int id

name

public String name

path

public int path
Constructor Detail

QQOrganization

public QQOrganization()
Method Detail

readBean

public void readBean(ByteBuffer buf)

JML