📄 store.java
字号:
package com.moonman.libraryManager.model.vo;
import java.util.Date;
/**
* Store generated by MyEclipse - Hibernate Tools
*/
public class Store implements java.io.Serializable {
// Fields
private Integer bookId;
private Books books;
private Place place;
private String sqh;
private String location;
private String skzt;
private Date rgsj;
private Integer jycs;
private String tmh;
// Constructors
public String getTmh() {
return tmh;
}
public void setTmh(String tmh) {
this.tmh = tmh;
}
/** default constructor */
public Store() {
}
/** minimal constructor */
public Store(String sqh, String location, String skzt) {
this.sqh = sqh;
this.location = location;
this.skzt = skzt;
}
/** full constructor */
public Store(Books books, Place place, String sqh, String location,
String skzt, Date rgsj, Integer jycs) {
this.books = books;
this.place = place;
this.sqh = sqh;
this.location = location;
this.skzt = skzt;
this.rgsj = rgsj;
this.jycs = jycs;
}
// Property accessors
public Integer getBookId() {
return this.bookId;
}
public void setBookId(Integer bookId) {
this.bookId = bookId;
}
public Books getBooks() {
return this.books;
}
public void setBooks(Books books) {
this.books = books;
}
public Place getPlace() {
return this.place;
}
public void setPlace(Place place) {
this.place = place;
}
public String getSqh() {
return this.sqh;
}
public void setSqh(String sqh) {
this.sqh = sqh;
}
public String getLocation() {
return this.location;
}
public void setLocation(String location) {
this.location = location;
}
public String getSkzt() {
return this.skzt;
}
public void setSkzt(String skzt) {
this.skzt = skzt;
}
public Date getRgsj() {
return this.rgsj;
}
public void setRgsj(Date rgsj) {
this.rgsj = rgsj;
}
public Integer getJycs() {
return this.jycs;
}
public void setJycs(Integer jycs) {
this.jycs = jycs;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -