类 VisitComponent.Visit
java.lang.Object
com.publiccms.logic.component.site.VisitComponent.Visit
- 封闭类:
VisitComponent
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longlonglonggetMaxPv()longgetMaxUv()longgetPv()longgetUv()voidsetIpviews(long ipviews) voidsetMaxIpviews(long maxIpviews) voidsetMaxIpviewsDate(Date maxIpviewsDate) voidsetMaxPv(long maxPv) voidsetMaxPvDate(Date maxPvDate) voidsetMaxUv(long maxUv) voidsetMaxUvDate(Date maxUvDate) voidsetPv(long pv) voidsetUv(long uv)
-
字段详细资料
-
构造器详细资料
-
Visit
public Visit()
-
-
方法详细资料
-
getUv
public long getUv()- 返回:
- the uv
-
setUv
public void setUv(long uv) - 参数:
uv- the uv to set
-
getPv
public long getPv()- 返回:
- the pv
-
setPv
public void setPv(long pv) - 参数:
pv- the pv to set
-
getIpviews
public long getIpviews()- 返回:
- the ipviews
-
setIpviews
public void setIpviews(long ipviews) - 参数:
ipviews- the ipviews to set
-
getMaxUv
public long getMaxUv()- 返回:
- the maxUv
-
setMaxUv
public void setMaxUv(long maxUv) - 参数:
maxUv- the maxUv to set
-
getMaxPv
public long getMaxPv()- 返回:
- the maxPv
-
setMaxPv
public void setMaxPv(long maxPv) - 参数:
maxPv- the maxPv to set
-
getMaxIpviews
public long getMaxIpviews()- 返回:
- the maxIpviews
-
setMaxIpviews
public void setMaxIpviews(long maxIpviews) - 参数:
maxIpviews- the maxIpviews to set
-
getMaxUvDate
- 返回:
- the maxUvDate
-
setMaxUvDate
- 参数:
maxUvDate- the maxUvDate to set
-
getMaxPvDate
- 返回:
- the maxPvDate
-
setMaxPvDate
- 参数:
maxPvDate- the maxPvDate to set
-
getMaxIpviewsDate
- 返回:
- the maxIpviewsDate
-
setMaxIpviewsDate
- 参数:
maxIpviewsDate- the maxIpviewsDate to set
-