⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addroomexamdbbean.java

📁 华磊物业管理系统源码 (仅供参考)
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   AddRoomExamDBBean.java

package utility.room;

import com.ibm.db.*;
import common.ParentDBBean;
import common.QueryDBBean;
import java.io.IOException;
import java.sql.Date;

public class AddRoomExamDBBean extends QueryDBBean
{

    protected String subarea;
    protected String building;
    protected String stair;
    protected String floor;
    protected String cell;
    protected String checkman;
    protected Object checkdate;
    protected String checkitem;
    protected String ceiling;
    protected String wall;
    protected String lfloor;
    protected String door;
    protected String doorlock;
    protected String windows;
    protected String antenna;
    protected String light;
    protected String lswitch;
    protected String jack;
    protected String casement;
    protected String cloaca;
    protected String downcomer;
    protected String pipe;
    protected String dishpan;
    protected String valve;
    protected String tap;
    protected String stool;
    protected String gaspipe;
    protected String gasmeter;
    protected String watermeter;
    protected String ammeter;
    protected String powerbox;
    protected String airswitch;
    protected String interphone;
    protected String doorbell;
    protected Object gasnumber;
    protected Object waternumber;
    protected Object powernumber;
    protected String useridea;
    protected String adminidea;
    protected String admin;
    protected String delflag;
    protected String insertSQL01;
    protected SQLStatement insertStatement01;
    static Class class$java$lang$Integer; /* synthetic field */
    static Class class$java$lang$String; /* synthetic field */
    static Class class$java$sql$Date; /* synthetic field */

    public AddRoomExamDBBean()
    {
        subarea = "";
        building = "";
        stair = "";
        floor = "";
        cell = "";
        checkman = "";
        checkdate = "";
        checkitem = "";
        ceiling = "";
        wall = "";
        lfloor = "";
        door = "";
        doorlock = "";
        windows = "";
        antenna = "";
        light = "";
        lswitch = "";
        jack = "";
        casement = "";
        cloaca = "";
        downcomer = "";
        pipe = "";
        dishpan = "";
        valve = "";
        tap = "";
        stool = "";
        gaspipe = "";
        gasmeter = "";
        watermeter = "";
        ammeter = "";
        powerbox = "";
        airswitch = "";
        interphone = "";
        doorbell = "";
        gasnumber = "";
        waternumber = "";
        powernumber = "";
        useridea = "";
        adminidea = "";
        admin = "";
        delflag = "";
    }

    static Class class$(String s)
    {
        try
        {
            return Class.forName(s);
        }
        catch(ClassNotFoundException classnotfoundexception)
        {
            throw new NoClassDefFoundError(classnotfoundexception.getMessage());
        }
    }

    public String getAdmin()
    {
        return admin;
    }

    public String getAdminidea()
    {
        return adminidea;
    }

    public String getAirswitch()
    {
        return airswitch;
    }

    public String getAmmeter()
    {
        return ammeter;
    }

    public String getAntenna()
    {
        return antenna;
    }

    public String getBuilding()
    {
        return building;
    }

    public String getCasement()
    {
        return casement;
    }

    public String getCeiling()
    {
        return ceiling;
    }

    public String getCell()
    {
        return cell;
    }

    public Object getCheckdate()
    {
        return checkdate;
    }

    public String getCheckitem()
    {
        return checkitem;
    }

    public String getCheckman()
    {
        return checkman;
    }

    public String getCloaca()
    {
        return cloaca;
    }

    public String getDelFlag()
    {
        return delflag;
    }

    public String getDishpan()
    {
        return dishpan;
    }

    public String getDoor()
    {
        return door;
    }

    public String getDoorbell()
    {
        return doorbell;
    }

    public String getDoorlock()
    {
        return doorlock;
    }

    public String getDowncomer()
    {
        return downcomer;
    }

    public String getFloor()
    {
        return floor;
    }

    public String getGasmeter()
    {
        return gasmeter;
    }

    public Object getGasnumber()
    {
        return gasnumber;
    }

    public String getGaspipe()
    {
        return gaspipe;
    }

    public String getInsertSQL01()
    {
        return insertSQL01;
    }

    public String getInterphone()
    {
        return interphone;
    }

    public String getJack()
    {
        return jack;
    }

    public String getLfloor()
    {
        return lfloor;
    }

    public String getLight()
    {
        return light;
    }

    public String getLswitch()
    {
        return lswitch;
    }

    public String getPipe()
    {
        return pipe;
    }

    public String getPowerbox()
    {
        return powerbox;
    }

    public Object getPowernumber()
    {
        return powernumber;
    }

    public String getStair()
    {
        return stair;
    }

    public String getStool()
    {
        return stool;
    }

    public String getSubArea()
    {
        return subarea;
    }

    public String getTap()
    {
        return tap;
    }

    public String getUseridea()
    {
        return useridea;
    }

    public String getValve()
    {
        return valve;
    }

    public String getWall()
    {
        return wall;
    }

    public String getWatermeter()
    {
        return watermeter;
    }

    public Object getWaternumber()
    {
        return waternumber;
    }

    public String getWindows()
    {
        return windows;
    }

    protected void initInsert01()
        throws DataException, IOException
    {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -