package com.wgh.actionForm;
import java.util.Date;
/**
* TbCompanyInfo generated by MyEclipse - Hibernate Tools
*/
public class TbCompanyInfo implements java.io.Serializable {
// Fields
private Integer id;
private String companyImage;
private String companyName;
private String area;
private String dish;
private String rebate;
private String address;
private String expenditure;
private String companyTrait;
private String style;
private String shopHours;
private String building;
private String chargeMode;
private Integer capacity;
private String traffic;
private Date joinInTime;
private String companyType;
private String companyIntroduce;
// Constructors
/** default constructor */
public TbCompanyInfo() {
}
/** minimal constructor */
public TbCompanyInfo(Integer id, String companyImage, String companyName, String area, String dish, String rebate, String expenditure) {
this.id = id;
this.companyImage = companyImage;
this.companyName = companyName;
this.area = area;
this.dish = dish;
this.rebate = rebate;
this.expenditure = expenditure;
}
/** full constructor */
public TbCompanyInfo(Integer id, String companyImage, String companyName, String area, String dish, String rebate, String address, String expenditure, String companyTrait, String style, String shopHours, String building, String chargeMode, Integer capacity, String traffic, Date joinInTime, String companyType, String companyIntroduce) {
this.id = id;
this.companyImage = companyImage;
this.companyName = companyName;
this.area = area;
this.dish = dish;
this.rebate = rebate;
this.address = address;
this.expenditure = expenditure;
this.companyTrait = companyTrait;
this.style = style;
this.shopHours = shopHours;
this.building = building;
this.chargeMode = chargeMode;
this.capacity = capacity;
this.traffic = traffic;
this.joinInTime = joinInTime;
this.companyType = companyType;
this.companyIntroduce = companyIntroduce;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCompanyImage() {
return this.companyImage;
}
public void setCompanyImage(String companyImage) {
this.companyImage = companyImage;
}
public String getCompanyName() {
return this.companyName;
}
public void setCompanyName(String companyName) {
this.companyName = companyName;
}
public String getArea() {
return this.area;
}
public void setArea(String area) {
this.area = area;
}
public String getDish() {
return this.dish;
}
public void setDish(String dish) {
this.dish = dish;
}
public String getRebate() {
return this.rebate;
}
public void setRebate(String rebate) {
this.rebate = rebate;
}
public String getAddress() {
return this.address;
}
public void setAddress(String address) {
this.address = address;
}
public String getExpenditure() {
return this.expenditure;
}
public void setExpenditure(String expenditure) {
this.expenditure = expenditure;
}
public String getCompanyTrait() {
return this.companyTrait;
}
public void setCompanyTrait(String companyTrait) {
this.companyTrait = companyTrait;
}
public String getStyle() {
return this.style;
}
public void setStyle(String style) {
this.style = style;
}
public String getShopHours() {
return this.shopHours;
}
public void setShopHours(String shopHours) {
this.shopHours = shopHours;
}
public String getBuilding() {
return this.building;
}
public void setBuilding(String building) {
this.building = building;
}
public String getChargeMode() {
return this.chargeMode;
}
public void setChargeMode(String chargeMode) {
this.chargeMode = chargeMode;
}
public Integer getCapacity() {
return this.capacity;
}
public void setCapacity(Integer capacity) {
this.capacity = capacity;
}
public String getTraffic() {
return this.traffic;
}
public void setTraffic(String traffic) {
this.traffic = traffic;
}
public Date getJoinInTime() {
return this.joinInTime;
}
public void setJoinInTime(Date joinInTime) {
this.joinInTime = joinInTime;
}
public String getCompanyType() {
return this.companyType;
}
public void setCompanyType(String companyType) {
this.companyType = companyType;
}
public String getCompanyIntroduce() {
return this.companyIntroduce;
}
public void setCompanyIntroduce(String companyIntroduce) {
this.companyIntroduce = companyIntroduce;
}
}
评论10
最新资源