package com.jshop.entity; // Generated 2012-9-13 10:50:57 by Hibernate Tools 3.4.0.CR1 import java.util.Date; /** * GoodsBelinkedT generated by hbm2java */ public class GoodsBelinkedT implements java.io.Serializable { private String belinkedid; private String maingoodsid; private String belinkedgoods; private String mode; private String state; private String creatorid; private Date createtime; private Date updatetime; private int versiont; private String sxlinkedgoodsid; public GoodsBelinkedT() { } public GoodsBelinkedT(String belinkedid, String maingoodsid, String belinkedgoods, String mode, String state, String creatorid, Date createtime, Date updatetime, int versiont, String sxlinkedgoodsid) { this.belinkedid = belinkedid; this.maingoodsid = maingoodsid; this.belinkedgoods = belinkedgoods; this.mode = mode; this.state = state; this.creatorid = creatorid; this.createtime = createtime; this.updatetime = updatetime; this.versiont = versiont; this.sxlinkedgoodsid = sxlinkedgoodsid; } public String getBelinkedid() { return this.belinkedid; } public void setBelinkedid(String belinkedid) { this.belinkedid = belinkedid; } public String getMaingoodsid() { return this.maingoodsid; } public void setMaingoodsid(String maingoodsid) { this.maingoodsid = maingoodsid; } public String getBelinkedgoods() { return this.belinkedgoods; } public void setBelinkedgoods(String belinkedgoods) { this.belinkedgoods = belinkedgoods; } public String getMode() { return this.mode; } public void setMode(String mode) { this.mode = mode; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreatorid() { return this.creatorid; } public void setCreatorid(String creatorid) { this.creatorid = creatorid; } public Date getCreatetime() { return this.createtime; } public void setCreatetime(Date createtime) { this.createtime = createtime; } public Date getUpdatetime() { return this.updatetime; } public void setUpdatetime(Date updatetime) { this.updatetime = updatetime; } public int getVersiont() { return this.versiont; } public void setVersiont(int versiont) { this.versiont = versiont; } public String getSxlinkedgoodsid() { return this.sxlinkedgoodsid; } public void setSxlinkedgoodsid(String sxlinkedgoodsid) { this.sxlinkedgoodsid = sxlinkedgoodsid; } }