velosurf.tools
Class HttpQueryTool.AutoFetchInfos

java.lang.Object
  extended by velosurf.tools.HttpQueryTool.AutoFetchInfos
Enclosing class:
HttpQueryTool

protected static class HttpQueryTool.AutoFetchInfos
extends java.lang.Object


Field Summary
(package private)  Entity mEntity
           
(package private)  java.lang.String mName
           
(package private)  boolean mProtect
           
 
Constructor Summary
HttpQueryTool.AutoFetchInfos(Entity entity, java.lang.String name, boolean protect)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mEntity

Entity mEntity

mName

java.lang.String mName

mProtect

boolean mProtect
Constructor Detail

HttpQueryTool.AutoFetchInfos

public HttpQueryTool.AutoFetchInfos(Entity entity,
                                    java.lang.String name,
                                    boolean protect)


~ooOoo~