📄 testbean.java
字号:
/*<%--////////////////////////////////////////////////////GTON原创作品-XML考试系统//////////////////////////////////////////////////////////////
////////////所用技术:jsp2.0+servlet2.4+jstl1.1+JDOM+DOM+sqlserver2000+tomcat5.5/////////////////////////////////////
/////////////////////////////////////////////////////专业制作网站 专业制作毕业设计////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////QQ:27612285//////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////Mail:punkwang@126.com////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////WEB:www.98202.com www.630cn.com//////////////////////////////////////////////////////
////////////////////////////////////////////////////qq群:20665503////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////求高薪工作一个有意者联系本人/////////////////////////////////////////////////////////
////////////////////////////////////////////////////Phone:010-81110277(王先生)///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////--%>
<%--接 毕业设计业务 网站业务 商业网站 个人网站 商城系统 企业主页 JSP ASP.net PHP !!!
业务种类
网站业务: 商业网站 个人网站 商城系统 企业主页 等中小型网站(asp, jsp ,php ,asp.net)
毕业设计业务:java(j2ee j2se) vb delphi php .net等毕设业务
模块业务:各种中小型模块 java .net
如有需要 价格细谈 QQ:27612285
我的网站
HTTP://www.98202.com
HTTP://www.do3w.com
HTTP://www.201cn.com
HTTP://www.630cn.com--%>
*/package com.gton.bean;
/**
* <p>Title: </p>
*
* <p>Description: </p>
*
* <p>Copyright: Copyright (c) 2006</p>
*
* <p>Company: </p>
*
* @author not attributable
* @version 1.0
*/
public class TestBean {
private int test_ID;
private String test_Theme;
private String test_Result;
private int test_Score;
private String test_Type;
private String test_A;
private String test_B;
private String test_C;
private String test_D;
public TestBean() {
}
public void setTest_ID(int test_ID) {
this.test_ID = test_ID;
}
public void setTest_Theme(String test_Theme) {
this.test_Theme = test_Theme;
}
public void setTest_Result(String test_Result) {
this.test_Result = test_Result;
}
public void setTest_Score(int test_Score) {
this.test_Score = test_Score;
}
public void setTest_Type(String test_Type) {
this.test_Type = test_Type;
}
public void setTest_A(String test_A) {
this.test_A = test_A;
}
public void setTest_B(String test_B) {
this.test_B = test_B;
}
public void setTest_C(String test_C) {
this.test_C = test_C;
}
public void setTest_D(String test_D) {
this.test_D = test_D;
}
public int getTest_ID() {
return test_ID;
}
public String getTest_Theme() {
return test_Theme;
}
public String getTest_Result() {
return test_Result;
}
public int getTest_Score() {
return test_Score;
}
public String getTest_Type() {
return test_Type;
}
public String getTest_A() {
return test_A;
}
public String getTest_B() {
return test_B;
}
public String getTest_C() {
return test_C;
}
public String getTest_D() {
return test_D;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -