⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dtproperties.java

📁 通过这个系统完成对客户基本信息、联系人信息、交往信息、客户服务信息的充分共享和规范化管理;希望通过对销售机会、客户开发过程的追踪和记录
💻 JAVA
字号:
package com.t53.crm4.common.entity;

/**
 * Dtproperties generated by MyEclipse Persistence Tools
 */

public class Dtproperties implements java.io.Serializable {

	// Fields

	private DtpropertiesId id;
	private Integer objectid;
	private String value;
	private String uvalue;
	private String lvalue;
	private Integer version;

	// Constructors

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

	/** minimal constructor */
	public Dtproperties(DtpropertiesId id, Integer version) {
		this.id = id;
		this.version = version;
	}

	/** full constructor */
	public Dtproperties(DtpropertiesId id, Integer objectid, String value,
			String uvalue, String lvalue, Integer version) {
		this.id = id;
		this.objectid = objectid;
		this.value = value;
		this.uvalue = uvalue;
		this.lvalue = lvalue;
		this.version = version;
	}

	// Property accessors

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

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

	public Integer getObjectid() {
		return this.objectid;
	}

	public void setObjectid(Integer objectid) {
		this.objectid = objectid;
	}

	public String getValue() {
		return this.value;
	}

	public void setValue(String value) {
		this.value = value;
	}

	public String getUvalue() {
		return this.uvalue;
	}

	public void setUvalue(String uvalue) {
		this.uvalue = uvalue;
	}

	public String getLvalue() {
		return this.lvalue;
	}

	public void setLvalue(String lvalue) {
		this.lvalue = lvalue;
	}

	public Integer getVersion() {
		return this.version;
	}

	public void setVersion(Integer version) {
		this.version = version;
	}

}

⌨️ 快捷键说明

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