All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kedauis.system.model.SysDept Maven / Gradle / Ivy

The newest version!
package com.kedauis.system.model;

public class SysDept {
    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String deptId;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_name
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String deptName;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_desc
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String deptDesc;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_parent_id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private Integer deptParentId;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_leaf
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String deptLeaf;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_level
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private Integer deptLevel;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_status
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String deptStatus;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_phone
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String deptPhone;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_index
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private Integer deptIndex;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.dept_role
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String deptRole;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private Integer id;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.is_dummy
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String isDummy;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column sys_dept.is_enable
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    private String isEnable;

    private boolean open = true;

    public boolean isOpen() {
        return open;
    }

    public void setOpen(boolean open) {
        this.open = open;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_id
     *
     * @return the value of sys_dept.dept_id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getDeptId() {
        return deptId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_id
     *
     * @param deptId the value for sys_dept.dept_id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptId(String deptId) {
        this.deptId = deptId == null ? null : deptId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_name
     *
     * @return the value of sys_dept.dept_name
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getDeptName() {
        return deptName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_name
     *
     * @param deptName the value for sys_dept.dept_name
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptName(String deptName) {
        this.deptName = deptName == null ? null : deptName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_desc
     *
     * @return the value of sys_dept.dept_desc
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getDeptDesc() {
        return deptDesc;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_desc
     *
     * @param deptDesc the value for sys_dept.dept_desc
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptDesc(String deptDesc) {
        this.deptDesc = deptDesc == null ? null : deptDesc.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_parent_id
     *
     * @return the value of sys_dept.dept_parent_id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public Integer getDeptParentId() {
        return deptParentId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_parent_id
     *
     * @param deptParentId the value for sys_dept.dept_parent_id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptParentId(Integer deptParentId) {
        this.deptParentId = deptParentId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_leaf
     *
     * @return the value of sys_dept.dept_leaf
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getDeptLeaf() {
        return deptLeaf;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_leaf
     *
     * @param deptLeaf the value for sys_dept.dept_leaf
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptLeaf(String deptLeaf) {
        this.deptLeaf = deptLeaf == null ? null : deptLeaf.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_level
     *
     * @return the value of sys_dept.dept_level
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public Integer getDeptLevel() {
        return deptLevel;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_level
     *
     * @param deptLevel the value for sys_dept.dept_level
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptLevel(Integer deptLevel) {
        this.deptLevel = deptLevel;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_status
     *
     * @return the value of sys_dept.dept_status
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getDeptStatus() {
        return deptStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_status
     *
     * @param deptStatus the value for sys_dept.dept_status
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptStatus(String deptStatus) {
        this.deptStatus = deptStatus == null ? null : deptStatus.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_phone
     *
     * @return the value of sys_dept.dept_phone
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getDeptPhone() {
        return deptPhone;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_phone
     *
     * @param deptPhone the value for sys_dept.dept_phone
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptPhone(String deptPhone) {
        this.deptPhone = deptPhone == null ? null : deptPhone.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_index
     *
     * @return the value of sys_dept.dept_index
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public Integer getDeptIndex() {
        return deptIndex;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_index
     *
     * @param deptIndex the value for sys_dept.dept_index
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptIndex(Integer deptIndex) {
        this.deptIndex = deptIndex;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.dept_role
     *
     * @return the value of sys_dept.dept_role
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getDeptRole() {
        return deptRole;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.dept_role
     *
     * @param deptRole the value for sys_dept.dept_role
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setDeptRole(String deptRole) {
        this.deptRole = deptRole == null ? null : deptRole.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.id
     *
     * @return the value of sys_dept.id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public Integer getId() {
        return id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.id
     *
     * @param id the value for sys_dept.id
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setId(Integer id) {
        this.id = id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.is_dummy
     *
     * @return the value of sys_dept.is_dummy
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getIsDummy() {
        return isDummy;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.is_dummy
     *
     * @param isDummy the value for sys_dept.is_dummy
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setIsDummy(String isDummy) {
        this.isDummy = isDummy == null ? null : isDummy.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column sys_dept.is_enable
     *
     * @return the value of sys_dept.is_enable
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public String getIsEnable() {
        return isEnable;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column sys_dept.is_enable
     *
     * @param isEnable the value for sys_dept.is_enable
     *
     * mbggenerated Wed Nov 29 17:16:08 CST 2017
     */
    public void setIsEnable(String isEnable) {
        this.isEnable = isEnable == null ? null : isEnable.trim();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy