| 
					
				 | 
			
			
				@@ -0,0 +1,268 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+package net.chenlin.dp.modules.api.vo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ * 销售发货退货表体 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+public class SaleOrderFTHMin { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private String autoid;//发货退货单子表标识 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private String dlid;//发货退货单主表标识 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String icorid;//原发货退货单子表标识 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String cwhcode;//仓库编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String cinvcode;//存货编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String iquantity;//数量 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String inum;//辅计量数量 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String iunitprice;//原币无税单价 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String itaxunitprice;//原币含税单价 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String imoney;//原币无税金额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String itax;//原币税额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String isum;//原币价税合计 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String inatunitprice;//本币无税单价 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String inatmoney;//本币无税金额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String inattax;//本币税额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String inatsum;//本币价税合计 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String isosid;//销售订单子表标识 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String cinvname;//存货名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String itaxrate;//税率 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String citemcode;//项目编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String citemclass;//项目大类编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private String citemname;//项目名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String citemcname;//项目大类名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String iinvexchrate;//换算率 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String cunitid;//计量单位编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String csocode;//销售订单号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String ccusinvcode;//客户存货编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String ccusinvname;//客户存货名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private  String cdefine33;//备注 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getAutoid() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return autoid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setAutoid(String autoid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.autoid = autoid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getDlid() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return dlid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setDlid(String dlid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.dlid = dlid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getIcorid() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return icorid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setIcorid(String icorid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.icorid = icorid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCwhcode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return cwhcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCwhcode(String cwhcode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.cwhcode = cwhcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCinvcode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return cinvcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCinvcode(String cinvcode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.cinvcode = cinvcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getIquantity() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return iquantity; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setIquantity(String iquantity) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.iquantity = iquantity; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getInum() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return inum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setInum(String inum) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.inum = inum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getIunitprice() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return iunitprice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setIunitprice(String iunitprice) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.iunitprice = iunitprice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getItaxunitprice() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return itaxunitprice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setItaxunitprice(String itaxunitprice) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.itaxunitprice = itaxunitprice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getImoney() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return imoney; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setImoney(String imoney) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.imoney = imoney; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getItax() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return itax; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setItax(String itax) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.itax = itax; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getIsum() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return isum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setIsum(String isum) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.isum = isum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getInatunitprice() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return inatunitprice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setInatunitprice(String inatunitprice) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.inatunitprice = inatunitprice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getInatmoney() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return inatmoney; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setInatmoney(String inatmoney) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.inatmoney = inatmoney; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getInattax() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return inattax; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setInattax(String inattax) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.inattax = inattax; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getInatsum() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return inatsum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setInatsum(String inatsum) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.inatsum = inatsum; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getIsosid() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return isosid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setIsosid(String isosid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.isosid = isosid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCinvname() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return cinvname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCinvname(String cinvname) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.cinvname = cinvname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getItaxrate() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return itaxrate; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setItaxrate(String itaxrate) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.itaxrate = itaxrate; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCitemcode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return citemcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCitemcode(String citemcode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.citemcode = citemcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCitemclass() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return citemclass; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCitemclass(String citemclass) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.citemclass = citemclass; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCitemname() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return citemname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCitemname(String citemname) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.citemname = citemname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCitemcname() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return citemcname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCitemcname(String citemcname) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.citemcname = citemcname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getIinvexchrate() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return iinvexchrate; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setIinvexchrate(String iinvexchrate) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.iinvexchrate = iinvexchrate; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCunitid() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return cunitid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCunitid(String cunitid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.cunitid = cunitid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCsocode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return csocode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCsocode(String csocode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.csocode = csocode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCcusinvcode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return ccusinvcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCcusinvcode(String ccusinvcode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.ccusinvcode = ccusinvcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCcusinvname() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return ccusinvname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCcusinvname(String ccusinvname) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.ccusinvname = ccusinvname; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCdefine33() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return cdefine33; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public void setCdefine33(String cdefine33) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.cdefine33 = cdefine33; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 |