📄 bean.java
字号:
/* * Bean.java * * Created on 2005年5月17日, 上午9:32 */package com.zh.util;import java.sql.*;import com.zh.conpool.Condata;import com.bwm.string.Str;public class Bean{ String text1; String text2; String text3; String text4; String text5; String text6; String text7; String text8; public void setText1(String newtext1){ this.text1=newtext1; } public String getText1(){ return text1; } public void setText2(String newtext2){ this.text2=newtext2; } public String getText2(){ return text2; } public void setText3(String newtext3){ this.text3=newtext3; } public String getText3(){ return text3; } public void setText4(String newtext4){ this.text4=newtext4; } public String getText4(){ return text4; } public void setText5(String newtext5){ this.text5=newtext5; } public String getText5(){ return text5; } public void setText6(String newtext6){ this.text6=newtext6; } public String getText6(){ return text6; } public void setText7(String newtext7){ this.text7=newtext7; } public String getText7(){ return text7; } public void setText8(String newtext8){ this.text8=newtext8; } public String getText8(){ return text8; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -