?? tbbaoxiaoitem.java
字號(hào):
package com.po;
/**
* TbBaoxiaoItem generated by MyEclipse - Hibernate Tools
*/
public class TbBaoxiaoItem implements java.io.Serializable {
// Fields
private Integer itemId;
private TbBaoxiao tbBaoxiao;
private String itemName;
private String itemMoney;
// Constructors
/** default constructor */
public TbBaoxiaoItem() {
}
/** full constructor */
public TbBaoxiaoItem(TbBaoxiao tbBaoxiao, String itemName, String itemMoney) {
this.tbBaoxiao = tbBaoxiao;
this.itemName = itemName;
this.itemMoney = itemMoney;
}
// Property accessors
public Integer getItemId() {
return this.itemId;
}
public void setItemId(Integer itemId) {
this.itemId = itemId;
}
public TbBaoxiao getTbBaoxiao() {
return this.tbBaoxiao;
}
public void setTbBaoxiao(TbBaoxiao tbBaoxiao) {
this.tbBaoxiao = tbBaoxiao;
}
public String getItemName() {
return this.itemName;
}
public void setItemName(String itemName) {
this.itemName = itemName;
}
public String getItemMoney() {
return this.itemMoney;
}
public void setItemMoney(String itemMoney) {
this.itemMoney = itemMoney;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -