crmemprole.java

来自「基于SSH (struts+spring+hibernate)框架设计的 C」· Java 代码 · 共 34 行

JAVA
34
字号
package com.csu.crm.common.vo;

/**
 * CrmEmpRole generated by MyEclipse Persistence Tools
 */

public class CrmEmpRole implements java.io.Serializable {

	// Fields

	private CrmEmpRoleId id;

	// Constructors

	/** default constructor */
	public CrmEmpRole() {
	}

	/** full constructor */
	public CrmEmpRole(CrmEmpRoleId id) {
		this.id = id;
	}

	// Property accessors

	public CrmEmpRoleId getId() {
		return this.id;
	}

	public void setId(CrmEmpRoleId id) {
		this.id = id;
	}

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?