📄 querysuperresultmodel.java
字号:
package com.gs.pageBuilder.model;
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
public class QuerySuperResultModel implements java.io.Serializable{
String SN; //事务号
String BID; //业务类型
String RegID; //注册号
String innerID; //内部号
String corporationName; //企业名称
String corporationType; //企业类型
String corporationTypeName; //企业类型名称
String corporationState; //企业状态
String principal; //负责人
String abode;//住所
String CheckYearPhoneNumber;//联系电话(年检时)
String phonenumber;//联系电话(登记时)
String postalcode;//邮政编码
String CheckYearDate;//受理时间
String CheckYearResult;//年检结果
String workArea;//经营范围
String practiceDate;//成立日期
String punishID;//处罚文号
String logoutRevokeDate;//吊销,注销时间
String GXDW;//管辖单位
String DJJG;//登记机关
String wordName;//字号
String wordNameSpelling;//字号拼音
String corporationEngName;//企业外文名
String tradeCode;//行业代码
String transactionOrgan;//经办科室
String directorUnit;//主管单位
String country;//国家
String unificationCode;//统一代码
String registrationPrincipal;//注册资本
String moneyCategory;//资金货种
String approveDate;//核准日期
String logoutDate;//注销日期
String businessTimelimitFrom;//营业期限自
String businessTimelimitTo;//营业期限自
String changeFlag;//是否变更
String ZTFL;//主题分类
String zhengjianType;//证件类别
String zhengjianhao;//证件号码
String state;//企业状态 1 开业 2.注销 3.吊销 4.迁入 5.迁出
String showLiRen;
String CheckYearApplyDate; //申请时间(年检) add by glt 2004-06-21 10:08
String CheckYearState; //状态(年检) add by glt 2004-06-21 10:08
/**
* Returns the abode.
* @return String
*/
public String getAbode(){
return abode;
}
/**
* Returns the approveDate.
* @return String
*/
public String getApproveDate(){
return approveDate;
}
/**
* Returns the bID.
* @return String
*/
public String getBID(){
return BID;
}
/**
* Returns the businessTimelimitFrom.
* @return String
*/
public String getBusinessTimelimitFrom(){
return businessTimelimitFrom;
}
/**
* Returns the businessTimelimitTo.
* @return String
*/
public String getBusinessTimelimitTo(){
return businessTimelimitTo;
}
/**
* Returns the changeFlag.
* @return String
*/
public String getChangeFlag(){
return changeFlag;
}
/**
* Returns the checkYearDate.
* @return String
*/
public String getCheckYearDate(){
return CheckYearDate;
}
/**
* Returns the checkYearPhoneNumber.
* @return String
*/
public String getCheckYearPhoneNumber(){
return CheckYearPhoneNumber;
}
/**
* Returns the checkYearResult.
* @return String
*/
public String getCheckYearResult(){
return CheckYearResult;
}
/**
* Returns the corporationEngName.
* @return String
*/
public String getCorporationEngName(){
return corporationEngName;
}
/**
* Returns the corporationName.
* @return String
*/
public String getCorporationName(){
return corporationName;
}
/**
* Returns the corporationState.
* @return String
*/
public String getCorporationState(){
return corporationState;
}
/**
* Returns the corporationType.
* @return String
*/
public String getCorporationType(){
return corporationType;
}
/**
* Returns the corporationTypeName.
* @return String
*/
public String getCorporationTypeName(){
return corporationTypeName;
}
/**
* Returns the country.
* @return String
*/
public String getCountry(){
return country;
}
/**
* Returns the directorUnit.
* @return String
*/
public String getDirectorUnit(){
return directorUnit;
}
/**
* Returns the dJJG.
* @return String
*/
public String getDJJG(){
return DJJG;
}
/**
* Returns the gXDW.
* @return String
*/
public String getGXDW(){
return GXDW;
}
/**
* Returns the innerID.
* @return String
*/
public String getInnerID(){
return innerID;
}
/**
* Returns the logoutDate.
* @return String
*/
public String getLogoutDate(){
return logoutDate;
}
/**
* Returns the logoutRevokeDate.
* @return String
*/
public String getLogoutRevokeDate(){
return logoutRevokeDate;
}
/**
* Returns the moneyCategory.
* @return String
*/
public String getMoneyCategory(){
return moneyCategory;
}
/**
* Returns the phonenumber.
* @return String
*/
public String getPhonenumber(){
return phonenumber;
}
/**
* Returns the postalcode.
* @return String
*/
public String getPostalcode(){
return postalcode;
}
/**
* Returns the practiceDate.
* @return String
*/
public String getPracticeDate(){
return practiceDate;
}
/**
* Returns the principal.
* @return String
*/
public String getPrincipal(){
return principal;
}
/**
* Returns the punishID.
* @return String
*/
public String getPunishID(){
return punishID;
}
/**
* Returns the regID.
* @return String
*/
public String getRegID(){
return RegID;
}
/**
* Returns the registrationPrincipal.
* @return String
*/
public String getRegistrationPrincipal(){
return registrationPrincipal;
}
/**
* Returns the sN.
* @return String
*/
public String getSN(){
return SN;
}
/**
* Returns the tradeCode.
* @return String
*/
public String getTradeCode(){
return tradeCode;
}
/**
* Returns the transactionOrgan.
* @return String
*/
public String getTransactionOrgan(){
return transactionOrgan;
}
/**
* Returns the unificationCode.
* @return String
*/
public String getUnificationCode(){
return unificationCode;
}
/**
* Returns the wordName.
* @return String
*/
public String getWordName(){
return wordName;
}
/**
* Returns the wordNameSpelling.
* @return String
*/
public String getWordNameSpelling(){
return wordNameSpelling;
}
/**
* Returns the workArea.
* @return String
*/
public String getWorkArea(){
return workArea;
}
//add by yuxiaogang 20040414 13:40
public String getzhengjianType(){
return zhengjianType;
}
//add by yuxiaogang 20040414 13:40
public String getzhengjianhao(){
return zhengjianhao;
}
//add by yuxiaogang 20040524
public String getState(){
return state;
}
////add by yuxiaogang 20040524
public void setState(String state){
this.state = state;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -