类 Workload

java.lang.Object
com.publiccms.views.pojo.entities.Workload
所有已实现的接口:
Serializable

public class Workload extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • categoryId

      private Integer categoryId
    • userId

      private Long userId
    • deptId

      private Integer deptId
    • count

      private long count
  • 构造器详细资料

    • Workload

      public Workload(Integer categoryId, long count)
    • Workload

      public Workload(Integer categoryId, Long userId, long count)
    • Workload

      public Workload(Integer categoryId, Integer deptId, long count)
  • 方法详细资料

    • getCategoryId

      public Integer getCategoryId()
      返回:
      the categoryId
    • setCategoryId

      public void setCategoryId(Integer categoryId)
      参数:
      categoryId - the categoryId to set
    • getUserId

      public Long getUserId()
      返回:
      the userId
    • setUserId

      public void setUserId(Long userId)
      参数:
      userId - the userId to set
    • getDeptId

      public Integer getDeptId()
      返回:
      the deptId
    • setDeptId

      public void setDeptId(Integer deptId)
      参数:
      deptId - the deptId to set
    • getCount

      public long getCount()
      返回:
      the count
    • setCount

      public void setCount(long count)
      参数:
      count - the count to set