tot.count
类 CountBean

java.lang.Object
  继承者 tot.count.CountBean

public class CountBean
extends java.lang.Object


构造函数摘要
CountBean()
          Creates a new instance of CountData
 
方法摘要
 int getCountId()
           
 java.lang.String getCountType()
           
 void setCountId(int countIds)
           
 void setCountType(java.lang.String countTypes)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

CountBean

public CountBean()
Creates a new instance of CountData

方法详细信息

setCountType

public void setCountType(java.lang.String countTypes)

setCountId

public void setCountId(int countIds)

getCountType

public java.lang.String getCountType()

getCountId

public int getCountId()