Class SysOwnership
java.lang.Object
cn.herodotus.engine.assistant.definition.domain.base.AbstractEntity
cn.herodotus.engine.data.core.entity.BaseEntity
cn.herodotus.engine.data.core.entity.BaseSysEntity
cn.herodotus.engine.supplier.upms.logic.entity.hr.SysOwnership
- All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.domain.base.Entity,Serializable
@Entity
public class SysOwnership
extends cn.herodotus.engine.data.core.entity.BaseSysEntity
Description: 人事归属
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2021/7/15 12:16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDepartmentId(String departmentId) voidsetEmployeeId(String employeeId) voidsetOrganizationId(String organizationId) voidsetOwnershipId(String ownershipId) toString()Methods inherited from class cn.herodotus.engine.data.core.entity.BaseSysEntity
getDescription, getReserved, getReversion, getStatus, setDescription, setReserved, setReversion, setStatusMethods inherited from class cn.herodotus.engine.data.core.entity.BaseEntity
getCreateBy, getCreateTime, getRanking, getUpdateBy, getUpdateTime, setCreateBy, setCreateTime, setRanking, setUpdateBy, setUpdateTime
-
Constructor Details
-
SysOwnership
public SysOwnership()
-
-
Method Details
-
getOwnershipId
-
setOwnershipId
-
getOrganizationId
-
setOrganizationId
-
getDepartmentId
-
setDepartmentId
-
getEmployeeId
-
setEmployeeId
-
toString
- Overrides:
toStringin classcn.herodotus.engine.data.core.entity.BaseEntity
-