class.java

来自「企业办公自动化管理系统」· Java 代码 · 共 78 行

JAVA
78
字号
/* * Class.java * * Created on 2005年5月17日, 上午9:42 *//* * 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 Class{    String text1;    String text2;    String text3;    String text4;    String text5;    String text6;    String text7;    String text8;        Str str=new Str();    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 + =
减小字号Ctrl + -
显示快捷键?