📄 livedataftdbbean.java
字号:
// 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: LiveDataFtDBBean.java
package interfacedata;
import com.ibm.db.*;
import common.ParentDBBean;
import common.QueryDBBean;
import java.io.*;
import java.sql.Date;
import java.util.Vector;
public class LiveDataFtDBBean extends QueryDBBean
{
protected SQLStatement insertSql01;
protected String insert01;
protected String updateindex;
protected String number;
protected String subarea;
protected String building;
protected String stair;
protected String floor;
protected String cell;
protected String regdate;
protected String name;
protected String sex;
protected Object birthday;
protected String nation;
protected String native1;
protected String idno;
protected String address;
protected String duty;
protected String tel;
protected String number2;
protected String relation;
protected String picname;
protected byte picture[];
protected String police;
protected String doortype;
protected Object area;
protected String contractno;
protected String enterno;
protected String usage;
protected String remark;
protected String delflag;
protected String reladress;
protected String zip;
protected Object usearea;
protected String direction;
Vector vecData;
static Class class$java$lang$Integer; /* synthetic field */
static Class class$java$lang$String; /* synthetic field */
static Class class$java$sql$Date; /* synthetic field */
static Class class$java$lang$Double; /* synthetic field */
public LiveDataFtDBBean()
{
vecData = new Vector();
}
static Class class$(String s)
{
try
{
return Class.forName(s);
}
catch(ClassNotFoundException classnotfoundexception)
{
throw new NoClassDefFoundError(classnotfoundexception.getMessage());
}
}
public String getAddress()
{
return address;
}
public Object getArea()
{
return area;
}
public Object getBirthday()
{
return birthday;
}
public String getBuilding()
{
return building;
}
public String getCell()
{
return cell;
}
public String getContractno()
{
return contractno;
}
public String getDelflag()
{
return delflag;
}
public String getDirection()
{
return direction;
}
public String getDoortype()
{
return doortype;
}
public String getDuty()
{
return duty;
}
public String getEnterno()
{
return enterno;
}
public String getFloor()
{
return floor;
}
public String getIdno()
{
return idno;
}
public String getInsert01()
{
return insert01;
}
public void getMailContent(String s)
throws Exception
{
String s1 = "";
try
{
BufferedReader bufferedreader = new BufferedReader(new FileReader(s));
String s2 = "";
do
{
String s3 = bufferedreader.readLine();
if(s3 == null)
break;
vecData.addElement(s3);
} while(true);
}
catch(Exception exception)
{
throw new Exception("读文件时发生:" + exception.getMessage());
}
}
public String getName()
{
return name;
}
public String getNation()
{
return nation;
}
public String getNative1()
{
return native1;
}
public String getNumber2()
{
return number2;
}
public String getPicname()
{
return picname;
}
public byte[] getPicture()
{
return picture;
}
public String getPolice()
{
return police;
}
public String getRegdate()
{
return regdate;
}
public String getRelAdress()
{
return reladress;
}
public String getRelation()
{
return relation;
}
public String getRemark()
{
return remark;
}
public String getSex()
{
return sex;
}
public String getStair()
{
return stair;
}
public String getSubarea()
{
return subarea;
}
public String getTel()
{
return tel;
}
public String getUpdateindex()
{
return updateindex;
}
public String getUsage()
{
return usage;
}
public Object getUseArea()
{
return usearea;
}
public String getZip()
{
return zip;
}
public void initInsert02()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -