📄 reader.java
字号:
package com.moonman.libraryManager.model.vo;
import java.util.Date;
/**
* Reader generated by MyEclipse - Hibernate Tools
*/
public class Reader implements java.io.Serializable {
// Fields
private Integer readerId;
private Rules rules;
private Punish punish;
private String zjh;
private String dzxm;
private String password;
private Date bzrq;
private Date sxrq;
private Date gqrq;
private Float yj;
private Float sxf;
private Integer ljjs;
private Integer yyds;
private Integer yjys;
private Integer zt;
// Constructors
/** default constructor */
public Reader() {
}
/** minimal constructor */
public Reader(String zjh, String dzxm, String password, Date gqrq) {
this.zjh = zjh;
this.dzxm = dzxm;
this.password = password;
this.gqrq = gqrq;
}
/** full constructor */
public Reader(Rules rules, Punish punish, String zjh, String dzxm, String password, Date bzrq, Date sxrq, Date gqrq, Float yj, Float sxf, Integer ljjs, Integer yyds, Integer yjys, Integer zt) {
this.rules = rules;
this.punish = punish;
this.zjh = zjh;
this.dzxm = dzxm;
this.password = password;
this.bzrq = bzrq;
this.sxrq = sxrq;
this.gqrq = gqrq;
this.yj = yj;
this.sxf = sxf;
this.ljjs = ljjs;
this.yyds = yyds;
this.yjys = yjys;
this.zt = zt;
}
// Property accessors
public Integer getReaderId() {
return this.readerId;
}
public void setReaderId(Integer readerId) {
this.readerId = readerId;
}
public Rules getRules() {
return this.rules;
}
public void setRules(Rules rules) {
this.rules = rules;
}
public Punish getPunish() {
return this.punish;
}
public void setPunish(Punish punish) {
this.punish = punish;
}
public String getZjh() {
return this.zjh;
}
public void setZjh(String zjh) {
this.zjh = zjh;
}
public String getDzxm() {
return this.dzxm;
}
public void setDzxm(String dzxm) {
this.dzxm = dzxm;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public Date getBzrq() {
return this.bzrq;
}
public void setBzrq(Date bzrq) {
this.bzrq = bzrq;
}
public Date getSxrq() {
return this.sxrq;
}
public void setSxrq(Date sxrq) {
this.sxrq = sxrq;
}
public Date getGqrq() {
return this.gqrq;
}
public void setGqrq(Date gqrq) {
this.gqrq = gqrq;
}
public Float getYj() {
return this.yj;
}
public void setYj(Float yj) {
this.yj = yj;
}
public Float getSxf() {
return this.sxf;
}
public void setSxf(Float sxf) {
this.sxf = sxf;
}
public Integer getLjjs() {
return this.ljjs;
}
public void setLjjs(Integer ljjs) {
this.ljjs = ljjs;
}
public Integer getYyds() {
return this.yyds;
}
public void setYyds(Integer yyds) {
this.yyds = yyds;
}
public Integer getYjys() {
return this.yjys;
}
public void setYjys(Integer yjys) {
this.yjys = yjys;
}
public Integer getZt() {
return this.zt;
}
public void setZt(Integer zt) {
this.zt = zt;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -