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

📄 productdetail.java

📁 自己制作的联通CRM,支持客户分类,管理,升级,积分管理等等..
💻 JAVA
字号:
package com.jn0801.intergral.product;

/**
 * ProductDetail generated by MyEclipse - Hibernate Tools
 */

public class ProductDetail implements java.io.Serializable {

	private static final long serialVersionUID = -4271731159918857621L;

	private Long productid;

	private String productname;

	private String productintroduce;

	private String productimage;

	private Long point;

	private Long typeid;

	private String productor;

	private Long productstorage;

	// Constructors

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

	/** full constructor */
	public ProductDetail(String productname, String productintroduce,
			String productimage, Long point, Long typeid, String productor,
			Long productstorage) {
		this.productname = productname;
		this.productintroduce = productintroduce;
		this.productimage = productimage;
		this.point = point;
		this.typeid = typeid;
		this.productor = productor;
		this.productstorage = productstorage;
	}

	/**
	 * @return the point
	 */
	public Long getPoint() {
		return point;
	}

	/**
	 * @param point
	 *            the point to set
	 */
	public void setPoint(Long point) {
		this.point = point;
	}

	/**
	 * @return the productid
	 */
	public Long getProductid() {
		return productid;
	}

	/**
	 * @param productid
	 *            the productid to set
	 */
	public void setProductid(Long productid) {
		this.productid = productid;
	}

	/**
	 * @return the productimage
	 */
	public String getProductimage() {
		return productimage;
	}

	/**
	 * @param productimage
	 *            the productimage to set
	 */
	public void setProductimage(String productimage) {
		this.productimage = productimage;
	}

	/**
	 * @return the productintroduce
	 */
	public String getProductintroduce() {
		return productintroduce;
	}

	/**
	 * @param productintroduce
	 *            the productintroduce to set
	 */
	public void setProductintroduce(String productintroduce) {
		this.productintroduce = productintroduce;
	}

	/**
	 * @return the productname
	 */
	public String getProductname() {
		return productname;
	}

	/**
	 * @param productname
	 *            the productname to set
	 */
	public void setProductname(String productname) {
		this.productname = productname;
	}

	/**
	 * @return the productor
	 */
	public String getProductor() {
		return productor;
	}

	/**
	 * @param productor
	 *            the productor to set
	 */
	public void setProductor(String productor) {
		this.productor = productor;
	}

	/**
	 * @return the productstorage
	 */
	public Long getProductstorage() {
		return productstorage;
	}

	/**
	 * @param productstorage
	 *            the productstorage to set
	 */
	public void setProductstorage(Long productstorage) {
		this.productstorage = productstorage;
	}

	/**
	 * @return the typeid
	 */
	public Long getTypeid() {
		return typeid;
	}

	/**
	 * @param typeid
	 *            the typeid to set
	 */
	public void setTypeid(Long typeid) {
		this.typeid = typeid;
	}

}

⌨️ 快捷键说明

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