JML

net.sf.jqql.beans
Class File

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

public class File
extends Object

description Bean for file in QQ disk. QQ硬盘中一个文件的描述Bean

Author:
luma

Field Summary
 String content
           
 long creationTime
           
 int dirId
           
 String id
           
 long modifiedTime
           
 String name
           
 String name2
           
 int owner
           
 int property
           
 int size
           
 
Constructor Summary
File()
           
 
Method Summary
 boolean isFinalized()
           
 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 String id

property

public int property

size

public int size

dirId

public int dirId

creationTime

public long creationTime

modifiedTime

public long modifiedTime

name

public String name

name2

public String name2

content

public String content

owner

public int owner
Constructor Detail

File

public File()
Method Detail

readBean

public void readBean(ByteBuffer buf)

isFinalized

public boolean isFinalized()

JML