package com.app.bean; import java.util.Date; public class Movies { private Integer id; private String moviename; private String director; private String time; private String language; private String publishdate; private Long boxoffice; private Long ticketprice; private String session; private String vediohall; private String imgpath; private String description; private Integer hot; private String iszsqd; private String ishprc; private String isjrpf; private Date updatedate; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getMoviename() { return moviename; } public void setMoviename(String moviename) { this.moviename = moviename == null ? null : moviename.trim(); } public String getDirector() { return director; } public void setDirector(String director) { this.director = director == null ? null : director.trim(); } public String getTime() { return time; } public void setTime(String time) { this.time = time == null ? null : time.trim(); } public String getLanguage() { return language; } public void setLanguage(String language) { this.language = language == null ? null : language.trim(); } public String getPublishdate() { return publishdate; } public void setPublishdate(String publishdate) { this.publishdate = publishdate == null ? null : publishdate.trim(); } public Long getBoxoffice() { return boxoffice; } public void setBoxoffice(Long boxoffice) { this.boxoffice = boxoffice; } public Long getTicketprice() { return ticketprice; } public void setTicketprice(Long ticketprice) { this.ticketprice = ticketprice; } public String getSession() { return session; } public void setSession(String session) { this.session = session == null ? null : session.trim(); } public String getVediohall() { return vediohall; } public void setVediohall(String vediohall) { this.vediohall = vediohall == null ? null : vediohall.trim(); } public String getImgpath() { return imgpath; } public void setImgpath(String imgpath) { this.imgpath = imgpath == null ? null : imgpath.trim(); } public String getDescription() { return description; } public void setDescription(String description) { this.description = description == null ? null : description.trim(); } public Integer getHot() { return hot; } public void setHot(Integer hot) { this.hot = hot; } public String getIszsqd() { return iszsqd; } public void setIszsqd(String iszsqd) { this.iszsqd = iszsqd == null ? null : iszsqd.trim(); } public String getIshprc() { return ishprc; } public void setIshprc(String ishprc) { this.ishprc = ishprc == null ? null : ishprc.trim(); } public String getIsjrpf() { return isjrpf; } public void setIsjrpf(String isjrpf) { this.isjrpf = isjrpf == null ? null : isjrpf.trim(); } public Date getUpdatedate() { return updatedate; } public void setUpdatedate(Date updatedate) { this.updatedate = updatedate; } }

zolscy LV24
2024年11月26日
cjqing000103 LV4
2024年11月5日
lyt010628 LV4
2024年7月9日
yinfei305 LV2
2024年6月19日
wanglinddad LV55
2024年3月25日
xiaopengzep LV1
2024年3月15日
xiaojie93 LV2
2024年3月6日
noronoa LV9
2023年9月22日
186092 LV4
2023年9月19日
a347863302 LV6
2023年8月21日