类 Workload
java.lang.Object
com.publiccms.views.pojo.entities.Workload
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
categoryId
-
userId
-
deptId
-
count
private long count
-
-
构造器详细资料
-
Workload
-
Workload
-
Workload
-
-
方法详细资料
-
getCategoryId
- 返回:
- the categoryId
-
setCategoryId
- 参数:
categoryId
- the categoryId to set
-
getUserId
- 返回:
- the userId
-
setUserId
- 参数:
userId
- the userId to set
-
getDeptId
- 返回:
- the deptId
-
setDeptId
- 参数:
deptId
- the deptId to set
-
getCount
public long getCount()- 返回:
- the count
-
setCount
public void setCount(long count) - 参数:
count
- the count to set
-