qihoo.open.v1.service.impl
类 BaseService<I extends BaseModel>

java.lang.Object
  继承者 qihoo.open.v1.service.impl.BaseService<I>
直接已知子类:
AccountService, CampaignService, CreativeService, GroupService, KeywordService, ReportService, ToolService

public abstract class BaseService<I extends BaseModel>
extends Object


字段摘要
protected  org.apache.commons.httpclient.HttpClient client
           
protected  List<PostParameter> params
           
protected  SystemParameter sysParameter
          系统参数
 String url
           
 
构造方法摘要
BaseService()
           
 
方法摘要
 org.apache.commons.httpclient.HttpClient getClient()
           
protected  List<PostParameter> getParams()
           
 SystemParameter getSysemParamenter()
           
 String getUrl()
           
 void setClient(org.apache.commons.httpclient.HttpClient client)
           
 void setUrl(String url)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

client

protected org.apache.commons.httpclient.HttpClient client

url

public String url

sysParameter

protected SystemParameter sysParameter
系统参数


params

protected List<PostParameter> params
构造方法详细信息

BaseService

public BaseService()
方法详细信息

getParams

protected List<PostParameter> getParams()

getClient

public org.apache.commons.httpclient.HttpClient getClient()

setClient

public void setClient(org.apache.commons.httpclient.HttpClient client)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getSysemParamenter

public SystemParameter getSysemParamenter()


Copyright © 2013. All rights reserved.