⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 suppliervo.java

📁 管理公司合同
💻 JAVA
字号:
/* * Created on 2008-09-08 23:19:23 * * By Yehailong * Copyright juneng.com.cn, 2005-2006, All rights reserved. */package cn.com.juneng.supplier.vo;import java.sql.Timestamp;import cn.com.juneng.system.common.BaseForm;/** * 简单的Domain Object,与数据表映射,提供getter和setter方法 * @author xiean */public class SupplierVO extends BaseForm{	/**	 * property: rid.	 */	private	String rid;	/**	 * property: code.	 */	private	String code;	/**	 * property: type.	 */	private	String type;	/**	 * property: name.	 */	private	String name;	/**	 * property: address.	 */	private	String address;	/**	 * property: corporation.	 */	private	String corporation;	/**	 * property: bank.	 */	private	String bank;	/**	 * property: bankaccount.	 */	private	String bankaccount;	/**	 * property: pastalcode.	 */	private	String pastalcode;	/**	 * property: mail.	 */	private	String mail;	/**	 * property: attn.	 */	private	String attn;	/**	 * property: telephone.	 */	private	String telephone;	/**	 * property: content.	 */	private	String content;	/**	 * property: tmp1.	 */	private	String tmp1;	/**	 * property: tmp2.	 */	private	String tmp2;	/**	 * property: tmp3.	 */	private	String tmp3;	/**	 * property: tmp4.	 */	private	String tmp4;	/**	 * property: tmp5.	 */	private	String tmp5;	/**	 * property: tmptime1.	 */	private	Timestamp tmptime1;	/**	 * property: tmptime2.	 */	private	Timestamp tmptime2;	public SupplierVO(){	}	/**	 * @param newSupplierVO	 */	public SupplierVO(SupplierVO newSupplierVO){		this.cloneProperties( newSupplierVO);	}	/**	 * get property:rid	 * @return rid	 */	public	String getRid(){		return rid;	}	/**	 * set property:rid	 * @param rid	 */	public	void setRid(String rid){		this.rid = rid;	}	/**	 * get property:code	 * @return code	 */	public	String getCode(){		return code;	}	/**	 * set property:code	 * @param code	 */	public	void setCode(String code){		this.code = code;	}	/**	 * get property:type	 * @return type	 */	public	String getType(){		return type;	}	/**	 * set property:type	 * @param type	 */	public	void setType(String type){		this.type = type;	}	/**	 * get property:name	 * @return name	 */	public	String getName(){		return name;	}	/**	 * set property:name	 * @param name	 */	public	void setName(String name){		this.name = name;	}	/**	 * get property:address	 * @return address	 */	public	String getAddress(){		return address;	}	/**	 * set property:address	 * @param address	 */	public	void setAddress(String address){		this.address = address;	}	/**	 * get property:corporation	 * @return corporation	 */	public	String getCorporation(){		return corporation;	}	/**	 * set property:corporation	 * @param corporation	 */	public	void setCorporation(String corporation){		this.corporation = corporation;	}	/**	 * get property:bank	 * @return bank	 */	public	String getBank(){		return bank;	}	/**	 * set property:bank	 * @param bank	 */	public	void setBank(String bank){		this.bank = bank;	}	/**	 * get property:bankaccount	 * @return bankaccount	 */	public	String getBankaccount(){		return bankaccount;	}	/**	 * set property:bankaccount	 * @param bankaccount	 */	public	void setBankaccount(String bankaccount){		this.bankaccount = bankaccount;	}	/**	 * get property:pastalcode	 * @return pastalcode	 */	public	String getPastalcode(){		return pastalcode;	}	/**	 * set property:pastalcode	 * @param pastalcode	 */	public	void setPastalcode(String pastalcode){		this.pastalcode = pastalcode;	}	/**	 * get property:mail	 * @return mail	 */	public	String getMail(){		return mail;	}	/**	 * set property:mail	 * @param mail	 */	public	void setMail(String mail){		this.mail = mail;	}	/**	 * get property:attn	 * @return attn	 */	public	String getAttn(){		return attn;	}	/**	 * set property:attn	 * @param attn	 */	public	void setAttn(String attn){		this.attn = attn;	}	/**	 * get property:telephone	 * @return telephone	 */	public	String getTelephone(){		return telephone;	}	/**	 * set property:telephone	 * @param telephone	 */	public	void setTelephone(String telephone){		this.telephone = telephone;	}	/**	 * get property:content	 * @return content	 */	public	String getContent(){		return content;	}	/**	 * set property:content	 * @param content	 */	public	void setContent(String content){		this.content = content;	}	/**	 * get property:tmp1	 * @return tmp1	 */	public	String getTmp1(){		return tmp1;	}	/**	 * set property:tmp1	 * @param tmp1	 */	public	void setTmp1(String tmp1){		this.tmp1 = tmp1;	}	/**	 * get property:tmp2	 * @return tmp2	 */	public	String getTmp2(){		return tmp2;	}	/**	 * set property:tmp2	 * @param tmp2	 */	public	void setTmp2(String tmp2){		this.tmp2 = tmp2;	}	/**	 * get property:tmp3	 * @return tmp3	 */	public	String getTmp3(){		return tmp3;	}	/**	 * set property:tmp3	 * @param tmp3	 */	public	void setTmp3(String tmp3){		this.tmp3 = tmp3;	}	/**	 * get property:tmp4	 * @return tmp4	 */	public	String getTmp4(){		return tmp4;	}	/**	 * set property:tmp4	 * @param tmp4	 */	public	void setTmp4(String tmp4){		this.tmp4 = tmp4;	}	/**	 * get property:tmp5	 * @return tmp5	 */	public	String getTmp5(){		return tmp5;	}	/**	 * set property:tmp5	 * @param tmp5	 */	public	void setTmp5(String tmp5){		this.tmp5 = tmp5;	}	/**	 * get property:tmptime1	 * @return tmptime1	 */	public	Timestamp getTmptime1(){		return tmptime1;	}	/**	 * set property:tmptime1	 * @param tmptime1	 */	public	void setTmptime1(Timestamp tmptime1){		this.tmptime1 = tmptime1;	}	/**	 * get property:tmptime2	 * @return tmptime2	 */	public	Timestamp getTmptime2(){		return tmptime2;	}	/**	 * set property:tmptime2	 * @param tmptime2	 */	public	void setTmptime2(Timestamp tmptime2){		this.tmptime2 = tmptime2;	}	public Object clone() {	return new SupplierVO(this);	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -