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

📄 linkmanform.java

📁 这是本人曾经在公司里用的,内部开发框架,基于struts+hibernate今天分享给大家
💻 JAVA
字号:
package cn.bway.foreigntrade.operation.guestmanage.linkman.form;

import cn.bway.common.form.BaseForm;



/**
 * Linkman generated by MyEclipse Persistence Tools
 */

public class LinkmanForm extends BaseForm implements java.io.Serializable {


    // Fields    

	private String id;
    private String names;
    private String address;
    private String tel;
    private String faxs;
    private String emails;
    private String msn;
    private String documentid;
    private String types;


   // Constructors

   /** default constructor */
   public LinkmanForm() {
   }

   
   /** full constructor */
   public LinkmanForm(String names, String address, String tel, String faxs, String emails, String msn, String documentid, String types) {
       this.names = names;
       this.address = address;
       this.tel = tel;
       this.faxs = faxs;
       this.emails = emails;
       this.msn = msn;
       this.documentid = documentid;
       this.types = types;
   }

  
   // Property accessors

   public String getId() {
       return this.id;
   }
   
   public void setId(String id) {
       this.id = id;
   }

   public String getNames() {
       return this.names;
   }
   
   public void setNames(String names) {
       this.names = names;
   }

   public String getAddress() {
       return this.address;
   }
   
   public void setAddress(String address) {
       this.address = address;
   }

   public String getTel() {
       return this.tel;
   }
   
   public void setTel(String tel) {
       this.tel = tel;
   }

   public String getFaxs() {
       return this.faxs;
   }
   
   public void setFaxs(String faxs) {
       this.faxs = faxs;
   }

   public String getEmails() {
       return this.emails;
   }
   
   public void setEmails(String emails) {
       this.emails = emails;
   }

   public String getMsn() {
       return this.msn;
   }
   
   public void setMsn(String msn) {
       this.msn = msn;
   }

   public String getDocumentid() {
       return this.documentid;
   }
   
   public void setDocumentid(String documentid) {
       this.documentid = documentid;
   }

   public String getTypes() {
       return this.types;
   }
   
   public void setTypes(String types) {
       this.types = types;
   }
   








}

⌨️ 快捷键说明

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