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

net.wicp.tams.cas.bean.models.SysResource Maven / Gradle / Ivy

package net.wicp.tams.cas.bean.models;

/**
 *
 * This class was generated by MyBatis Generator.
 * This class corresponds to the database table sys_resource
 */
public class SysResource {

	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.id
	 * 
	 */
	private Long id;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.res_code
	 * 
	 */
	private String resCode;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.res_name
	 * 
	 */
	private String resName;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.res_value
	 * 
	 */
	private String resValue;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.res_type
	 * 
	 */
	private String resType;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.icon
	 * 
	 */
	private String icon;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.res_level
	 * 
	 */
	private Integer resLevel;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.is_edit
	 * 
	 */
	private String isEdit;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.parent_id
	 * 
	 */
	private Long parentId;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.show_order
	 * 
	 */
	private Long showOrder;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.remark
	 * 
	 */
	private String remark;
	/**
	 * Database Column Remarks: 是否由程序同步 This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.is_sync
	 * 
	 */
	private String isSync;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound1
	 * 
	 */
	private String bound1;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound2
	 * 
	 */
	private String bound2;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound3
	 * 
	 */
	private String bound3;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound4
	 * 
	 */
	private String bound4;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound5
	 * 
	 */
	private String bound5;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound6
	 * 
	 */
	private String bound6;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound7
	 * 
	 */
	private String bound7;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound8
	 * 
	 */
	private String bound8;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column sys_resource.bound9
	 * 
	 */
	private String bound9;

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table sys_resource
	 * 
	 */
	public SysResource(Long id, String resCode, String resName, String resValue, String resType, String icon,
			Integer resLevel, String isEdit, Long parentId, Long showOrder, String remark, String isSync, String bound1,
			String bound2, String bound3, String bound4, String bound5, String bound6, String bound7, String bound8,
			String bound9) {
		this.id = id;
		this.resCode = resCode;
		this.resName = resName;
		this.resValue = resValue;
		this.resType = resType;
		this.icon = icon;
		this.resLevel = resLevel;
		this.isEdit = isEdit;
		this.parentId = parentId;
		this.showOrder = showOrder;
		this.remark = remark;
		this.isSync = isSync;
		this.bound1 = bound1;
		this.bound2 = bound2;
		this.bound3 = bound3;
		this.bound4 = bound4;
		this.bound5 = bound5;
		this.bound6 = bound6;
		this.bound7 = bound7;
		this.bound8 = bound8;
		this.bound9 = bound9;
	}

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table sys_resource
	 * 
	 */
	public SysResource() {
		super();
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.id
	 * @return  the value of sys_resource.id
	 * 
	 */
	public Long getId() {
		return id;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.id
	 * @param id  the value for sys_resource.id
	 * 
	 */
	public void setId(Long id) {
		this.id = id;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.res_code
	 * @return  the value of sys_resource.res_code
	 * 
	 */
	public String getResCode() {
		return resCode;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.res_code
	 * @param resCode  the value for sys_resource.res_code
	 * 
	 */
	public void setResCode(String resCode) {
		this.resCode = resCode;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.res_name
	 * @return  the value of sys_resource.res_name
	 * 
	 */
	public String getResName() {
		return resName;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.res_name
	 * @param resName  the value for sys_resource.res_name
	 * 
	 */
	public void setResName(String resName) {
		this.resName = resName;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.res_value
	 * @return  the value of sys_resource.res_value
	 * 
	 */
	public String getResValue() {
		return resValue;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.res_value
	 * @param resValue  the value for sys_resource.res_value
	 * 
	 */
	public void setResValue(String resValue) {
		this.resValue = resValue;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.res_type
	 * @return  the value of sys_resource.res_type
	 * 
	 */
	public String getResType() {
		return resType;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.res_type
	 * @param resType  the value for sys_resource.res_type
	 * 
	 */
	public void setResType(String resType) {
		this.resType = resType;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.icon
	 * @return  the value of sys_resource.icon
	 * 
	 */
	public String getIcon() {
		return icon;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.icon
	 * @param icon  the value for sys_resource.icon
	 * 
	 */
	public void setIcon(String icon) {
		this.icon = icon;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.res_level
	 * @return  the value of sys_resource.res_level
	 * 
	 */
	public Integer getResLevel() {
		return resLevel;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.res_level
	 * @param resLevel  the value for sys_resource.res_level
	 * 
	 */
	public void setResLevel(Integer resLevel) {
		this.resLevel = resLevel;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.is_edit
	 * @return  the value of sys_resource.is_edit
	 * 
	 */
	public String getIsEdit() {
		return isEdit;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.is_edit
	 * @param isEdit  the value for sys_resource.is_edit
	 * 
	 */
	public void setIsEdit(String isEdit) {
		this.isEdit = isEdit;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.parent_id
	 * @return  the value of sys_resource.parent_id
	 * 
	 */
	public Long getParentId() {
		return parentId;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.parent_id
	 * @param parentId  the value for sys_resource.parent_id
	 * 
	 */
	public void setParentId(Long parentId) {
		this.parentId = parentId;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.show_order
	 * @return  the value of sys_resource.show_order
	 * 
	 */
	public Long getShowOrder() {
		return showOrder;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.show_order
	 * @param showOrder  the value for sys_resource.show_order
	 * 
	 */
	public void setShowOrder(Long showOrder) {
		this.showOrder = showOrder;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.remark
	 * @return  the value of sys_resource.remark
	 * 
	 */
	public String getRemark() {
		return remark;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.remark
	 * @param remark  the value for sys_resource.remark
	 * 
	 */
	public void setRemark(String remark) {
		this.remark = remark;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.is_sync
	 * @return  the value of sys_resource.is_sync
	 * 
	 */
	public String getIsSync() {
		return isSync;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.is_sync
	 * @param isSync  the value for sys_resource.is_sync
	 * 
	 */
	public void setIsSync(String isSync) {
		this.isSync = isSync;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound1
	 * @return  the value of sys_resource.bound1
	 * 
	 */
	public String getBound1() {
		return bound1;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound1
	 * @param bound1  the value for sys_resource.bound1
	 * 
	 */
	public void setBound1(String bound1) {
		this.bound1 = bound1;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound2
	 * @return  the value of sys_resource.bound2
	 * 
	 */
	public String getBound2() {
		return bound2;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound2
	 * @param bound2  the value for sys_resource.bound2
	 * 
	 */
	public void setBound2(String bound2) {
		this.bound2 = bound2;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound3
	 * @return  the value of sys_resource.bound3
	 * 
	 */
	public String getBound3() {
		return bound3;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound3
	 * @param bound3  the value for sys_resource.bound3
	 * 
	 */
	public void setBound3(String bound3) {
		this.bound3 = bound3;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound4
	 * @return  the value of sys_resource.bound4
	 * 
	 */
	public String getBound4() {
		return bound4;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound4
	 * @param bound4  the value for sys_resource.bound4
	 * 
	 */
	public void setBound4(String bound4) {
		this.bound4 = bound4;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound5
	 * @return  the value of sys_resource.bound5
	 * 
	 */
	public String getBound5() {
		return bound5;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound5
	 * @param bound5  the value for sys_resource.bound5
	 * 
	 */
	public void setBound5(String bound5) {
		this.bound5 = bound5;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound6
	 * @return  the value of sys_resource.bound6
	 * 
	 */
	public String getBound6() {
		return bound6;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound6
	 * @param bound6  the value for sys_resource.bound6
	 * 
	 */
	public void setBound6(String bound6) {
		this.bound6 = bound6;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound7
	 * @return  the value of sys_resource.bound7
	 * 
	 */
	public String getBound7() {
		return bound7;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound7
	 * @param bound7  the value for sys_resource.bound7
	 * 
	 */
	public void setBound7(String bound7) {
		this.bound7 = bound7;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound8
	 * @return  the value of sys_resource.bound8
	 * 
	 */
	public String getBound8() {
		return bound8;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound8
	 * @param bound8  the value for sys_resource.bound8
	 * 
	 */
	public void setBound8(String bound8) {
		this.bound8 = bound8;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column sys_resource.bound9
	 * @return  the value of sys_resource.bound9
	 * 
	 */
	public String getBound9() {
		return bound9;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column sys_resource.bound9
	 * @param bound9  the value for sys_resource.bound9
	 * 
	 */
	public void setBound9(String bound9) {
		this.bound9 = bound9;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy