📄 returnbooktextvo.java
字号:
package librarymanagement.vo;
import javax.swing.JTextField;
public class ReturnBookTextVO {
private JTextField textStudentName, textBookLabelID, textClass,
textBookTime, textData,textBookName,textBookID,textStudentID;
public JTextField getTextBookID() {
return textBookID;
}
public void setTextBookID(JTextField textBookID) {
this.textBookID = textBookID;
}
public JTextField getTextBookLabelID() {
return textBookLabelID;
}
public void setTextBookLabelID(JTextField textBookLabelID) {
this.textBookLabelID = textBookLabelID;
}
public JTextField getTextBookName() {
return textBookName;
}
public void setTextBookName(JTextField textBookName) {
this.textBookName = textBookName;
}
public JTextField getTextBookTime() {
return textBookTime;
}
public void setTextBookTime(JTextField textBookTime) {
this.textBookTime = textBookTime;
}
public JTextField getTextClass() {
return textClass;
}
public void setTextClass(JTextField textClass) {
this.textClass = textClass;
}
public JTextField getTextData() {
return textData;
}
public void setTextData(JTextField textData) {
this.textData = textData;
}
public JTextField getTextStudentID() {
return textStudentID;
}
public void setTextStudentID(JTextField textStudentID) {
this.textStudentID = textStudentID;
}
public JTextField getTextStudentName() {
return textStudentName;
}
public void setTextStudentName(JTextField textStudentName) {
this.textStudentName = textStudentName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -