📄 enterpriseinfomodel.java
字号:
/**
* EnterpriseInfoModel.java 08/05/2002,
* Author:yinzhijun
*
* Copyright (c) 2003 Censoft Corp.
* Beijing China
* All rights reserved.
*
* Modifier:
* Time:
***/
package com.gs.component.enterprise.model;
public class EnterpriseInfoModel
implements java.io.Serializable {
private String djjg; //登记机关 basis02 field104
private String gxdw; //管辖单位 basis02 field105
private String ywlx; //业务类型 basis02 field002
private String bmh; //部门号 basis02 field106
private String qylx; //企业类型 basis02 field020
private String hydm; //行业代码 basis02 field022
private String gsdz; //公司地址 basis02 field033
private String jyfw; //经营范围 basis02 field067
private String nbxh; //内部序号 basis02 field003
private String ccdy; //查重地狱 basis02 field103
private String jydz; //经营地址 basis02 field034
//添加参数lxh20031110
private String qymc; //企业名称 basis02 field009
private String zhch; //注册号 basis02 field004
private String zczb; //注册资本 basis02 field049
private String hzrq; //核准日期 basis02 field099
// private String zgfb; //执照副本数 basis02 field009
private String yyrqb; //营业期限 basis02 field097
private String yyrqe; //营业期限 basis02 field098
private String clrq; //成立日期 basis02 field096
private String sprq; //审批日期 basis02 field095
private String zwzh; //中文字号 basis02 field014
private String fzr; //法定代表人(负责人) basis02 field134
private String mcjc; //名称简称 basis02 field012
private String qyfr; //法定代表人 basis02 field019
/**
* Sets the qyfr.
* @param qyfr The qyfr to set
*/
public void setQyfr(String qyfr) {
this.qyfr = qyfr;
}
/**
* Returns the qyfr.
* @return String
*/
public String getQyfr() {
return qyfr;
}
/**
* Sets the jydz.
* @param jydz The jydz to set
*/
public void setJydz(String jydz) {
this.jydz = jydz;
}
/**
* Returns the jydz.
* @return String
*/
public String getJydz() {
return jydz;
}
/**
* Sets the ccdy.
* @param ccdy The ccdy to set
*/
public void setCcdy(String ccdy) {
this.ccdy = ccdy;
}
/**
* Returns the ccdy.
* @return String
*/
public String getCcdy() {
return ccdy;
}
/**
* Sets the nbxh.
* @param nbxh The nbxh to set
*/
public void setNbxh(String nbxh) {
this.nbxh = nbxh;
}
/**
* Returns the nbxh.
* @return String
*/
public String getNbxh() {
return nbxh;
}
/**
* Sets the jyfw.
* @param jyfw The jyfw to set
*/
public void setJyfw(String jyfw) {
this.jyfw = jyfw;
}
/**
* Returns the jyfw.
* @return String
*/
public String getJyfw() {
return jyfw;
}
/**
* Sets the gsdz.
* @param gsdz The gsdz to set
*/
public void setGsdz(String gsdz) {
this.gsdz = gsdz;
}
/**
* Returns the gsdz.
* @return String
*/
public String getGsdz() {
return gsdz;
}
/**
* Returns the mcjc.
* @return String
*/
public String getMcjc() {
return mcjc;
}
/**
* Returns the zhch.
* @return String
*/
public String getZhch() {
return zhch;
}
/**
* Returns the fzr.
* @return String
*/
public String getFzr() {
return fzr;
}
/**
* Returns the zczb.
* @return String
*/
public String getZczb() {
return zczb;
}
/**
* Returns the hzrq.
* @return String
*/
public String getHzrq() {
return hzrq;
}
/**
* Returns the yyrqb.
* @return String
*/
public String getYyrqb() {
return yyrqb;
}
/**
* Returns the yyrqe.
* @return String
*/
public String getYyrqe() {
return yyrqe;
}
/**
* Returns the clrq.
* @return String
*/
public String getClrq() {
return clrq;
}
/**
* Returns the sprq.
* @return String
*/
public String getSprq() {
return sprq;
}
/**
* Returns the zwzh.
* @return String
*/
public String getZwzh() {
return zwzh;
}
/**
* Returns the bmh.
* @return String
*/
public String getBmh() {
return bmh;
}
/**
* Returns the djjg.
* @return String
*/
public String getDjjg() {
return djjg;
}
/**
* Returns the gxdw.
* @return String
*/
public String getGxdw() {
return gxdw;
}
/**
* Returns the hydm.
* @return String
*/
public String getHydm() {
return hydm;
}
/**
* Returns the qylx.
* @return String
*/
public String getQylx() {
return qylx;
}
/**
* Returns the ywlx.
* @return String
*/
public String getYwlx() {
return ywlx;
}
/**
* Returns the qymc.
* @return String
*/
public String getQymc() {
return qymc;
}
/**
* Sets the bmh.
* @param bmh The bmh to set
*/
public void setBmh(String bmh) {
this.bmh = bmh;
}
/**
* Sets the djjg.
* @param djjg The djjg to set
*/
public void setDjjg(String djjg) {
this.djjg = djjg;
}
/**
* Sets the gxdw.
* @param gxdw The gxdw to set
*/
public void setGxdw(String gxdw) {
this.gxdw = gxdw;
}
/**
* Sets the hydm.
* @param hydm The hydm to set
*/
public void setHydm(String hydm) {
this.hydm = hydm;
}
/**
* Sets the qylx.
* @param qylx The qylx to set
*/
public void setQylx(String qylx) {
this.qylx = qylx;
}
/**
* Sets the ywlx.
* @param ywlx The ywlx to set
*/
public void setYwlx(String ywlx) {
this.ywlx = ywlx;
}
/**
* Sets the qymc.
* @param qymc The qymc to set
*/
public void setQymc(String qymc) {
this.qymc = qymc;
}
/**
* Sets the zhch.
* @param zhch The zhch to set
*/
public void setZhch(String zhch) {
this.zhch = zhch;
}
/**
* Sets the zczb.
* @param zczb The zczb to set
*/
public void setZczb(String zczb) {
this.zczb = zczb;
}
/**
* Sets the hzrq.
* @param hzrq The hzrq to set
*/
public void setHzrq(String hzrq) {
this.hzrq = hzrq;
}
/**
* Sets the yyrqb.
* @param yyrqb The yyrqb to set
*/
public void setYyrqb(String yyrqb) {
this.yyrqb = yyrqb;
}
/**
* Sets the yyrqe.
* @param yyrqe The yyrqe to set
*/
public void setYyrqe(String yyrqe) {
this.yyrqe = yyrqe;
}
/**
* Sets the clrq.
* @param clrq The clrq to set
*/
public void setClrq(String clrq) {
this.clrq = clrq;
}
/**
* Sets the sprq.
* @param clrq The clrq to set
*/
public void setSprq(String sprq) {
this.sprq = sprq;
}
/**
* Sets the fzr.
* @param fzr The fzr to set
*/
public void setFzr(String fzr) {
this.fzr = fzr;
}
/**
* Sets the mcjc.
* @param mcjc The mcjc to set
*/
public void setMcjc(String mcjc) {
this.mcjc = mcjc;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -