Class AllocatableDeploy

java.lang.Object
cn.herodotus.engine.core.definition.domain.AbstractDto
cn.herodotus.engine.rest.servlet.upms.dto.AllocatableDeploy
All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain, cn.herodotus.engine.core.definition.domain.BaseDto, Serializable

public class AllocatableDeploy extends cn.herodotus.engine.core.definition.domain.AbstractDto

Description: 设置人员归属参数BO对象

Author:
: gengwei.zheng
See Also:
Date:
: 2021/9/24 17:31
  • Constructor Details

    • AllocatableDeploy

      public AllocatableDeploy()
  • Method Details

    • getOrganizationId

      public String getOrganizationId()
    • setOrganizationId

      public void setOrganizationId(String organizationId)
    • getDepartmentId

      public String getDepartmentId()
    • setDepartmentId

      public void setDepartmentId(String departmentId)
    • getEmployees

      public List<SysEmployee> getEmployees()
    • setEmployees

      public void setEmployees(List<SysEmployee> employees)
    • getAllocatable

      public List<SysEmployee> getAllocatable()
    • getOwnerships

      public List<SysOwnership> getOwnerships()
    • toString

      public String toString()
      Overrides:
      toString in class Object