package org.yao;
import java.util.Date;
/**
* MypdInformation generated by MyEclipse - Hibernate Tools
*/
public class MypdInformation implements java.io.Serializable {
// Fields
private Integer id;
private String showName;
private String type;
private String priceTerms;
private String keywords;
private String content;
private String picture;
private Date addTime = new Date();
private String endTime;
private Integer hits;
private Integer auditing;
private Integer adminId;
private Integer recommendation;
private SysCorporation syscorporation;
private MypdClass mypdclass;
// Constructors
public MypdClass getMypdclass() {
return mypdclass;
}
public void setMypdclass(MypdClass mypdclass) {
this.mypdclass = mypdclass;
}
public SysCorporation getSyscorporation() {
return syscorporation;
}
public void setSyscorporation(SysCorporation syscorporation) {
this.syscorporation = syscorporation;
}
/** default constructor */
public MypdInformation() {
}
/** full constructor */
public MypdInformation(String showName, String type, String priceTerms,
String keywords, String content, String picture, String endTime,
Integer hits, Integer auditing, Integer adminId,
Integer recommendation) {
this.showName = showName;
this.type = type;
this.priceTerms = priceTerms;
this.keywords = keywords;
this.content = content;
this.picture = picture;
this.endTime = endTime;
this.hits = hits;
this.auditing = auditing;
this.adminId = adminId;
this.recommendation = recommendation;
}
public MypdInformation(String pic) {
this.picture = pic;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getPriceTerms() {
return this.priceTerms;
}
public void setPriceTerms(String priceTerms) {
this.priceTerms = priceTerms;
}
public String getKeywords() {
return this.keywords;
}
public void setKeywords(String keywords) {
this.keywords = keywords;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getPicture() {
return this.picture;
}
public void setPicture(String picture) {
this.picture = picture;
}
public Date getAddTime() {
return this.addTime;
}
public void setAddTime(Date addTime) {
this.addTime = addTime;
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
}
public Integer getHits() {
return this.hits;
}
public void setHits(Integer hits) {
this.hits = hits;
}
public Integer getAuditing() {
return this.auditing;
}
public void setAuditing(Integer auditing) {
this.auditing = auditing;
}
public Integer getAdminId() {
return this.adminId;
}
public void setAdminId(Integer adminId) {
this.adminId = adminId;
}
public Integer getRecommendation() {
return recommendation;
}
public void setRecommendation(Integer recommendation) {
this.recommendation = recommendation;
}
}