📄 siretrievepeopledbbean.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: SiRetrievePeopleDBBean.java
package utility.tenement;
import com.ibm.db.*;
import common.ParentDBBean;
import java.io.IOException;
public class SiRetrievePeopleDBBean extends ParentDBBean
{
protected SelectStatement selectSql01;
protected String select01;
protected String magicindex;
protected String pageindex;
protected String retrieveindex;
protected String retrievecon;
protected String retrievecom;
protected String selectnum;
protected String pagecount;
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 String 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 String picture;
protected String police;
protected String doortype;
protected String area;
protected String contractno;
protected String enterno;
protected String usage;
protected String remark;
protected String delflag;
protected String reladress;
protected String zip;
protected String usearea;
protected String direction;
protected String livenum;
static Class class$java$lang$String; /* synthetic field */
static Class class$java$sql$Date; /* synthetic field */
static Class class$java$lang$Integer; /* synthetic field */
static Class class$java$lang$Double; /* synthetic field */
public SiRetrievePeopleDBBean()
{
magicindex = "0";
pageindex = "0";
retrieveindex = "0";
retrievecon = "";
retrievecom = "";
number = "";
subarea = "";
building = "";
stair = "";
floor = "";
cell = "";
regdate = "";
name = "";
sex = "";
birthday = "";
nation = "";
native1 = "";
idno = "";
address = "";
duty = "";
tel = "";
number2 = "";
relation = "";
picname = "";
picture = "";
police = "";
doortype = "";
area = "";
contractno = "";
enterno = "";
usage = "";
remark = "";
reladress = "";
zip = "";
usearea = "";
direction = "";
}
static Class class$(String s)
{
try
{
return Class.forName(s);
}
catch(ClassNotFoundException classnotfoundexception)
{
throw new NoClassDefFoundError(classnotfoundexception.getMessage());
}
}
public String getAddress()
{
return address;
}
public String getArea()
{
return area;
}
public String 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 getLivenum()
{
return livenum;
}
public String getMagicindex()
{
return magicindex;
}
public String getName()
{
return name;
}
public String getNation()
{
return nation;
}
public String getNative1()
{
return native1;
}
public String getNumber()
{
return number;
}
public String getNumber2()
{
return number2;
}
public String getPagecount()
{
return pagecount;
}
public String getPageindex()
{
return pageindex;
}
public String getPicname()
{
return picname;
}
public String 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 getRetrievecom()
{
return retrievecom;
}
public String getRetrievecon()
{
return retrievecon;
}
public String getRetrieveindex()
{
return retrieveindex;
}
public String getSelect01()
{
return select01;
}
public String getSelectnum()
{
return selectnum;
}
public String getSex()
{
return sex;
}
public String getStair()
{
return stair;
}
public String getSubarea()
{
return subarea;
}
public String getTel()
{
return tel;
}
public String getUsage()
{
return usage;
}
public String getUseArea()
{
return usearea;
}
public String getZip()
{
return zip;
}
protected void initSelect01()
throws DataException, IOException
{
StatementMetaData statementmetadata = null;
selectSql01 = new SelectStatement();
selectSql01.setConnection(connBean);
statementmetadata = selectSql01.getMetaData();
statementmetadata.setSQL(getSelect01());
statementmetadata.addTable(getTableName());
statementmetadata.addColumn("subarea", class$java$lang$String == null ? (class$java$lang$String = class$("java.lang.String")) : class$java$lang$String, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -