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

📄 librarian.java

📁 图书馆管理系统!利用java的mvc开发!
💻 JAVA
字号:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package cn.edu.jmu.beans;/** * * @author jiangchen */public class Librarian {    private int wid;    private String uname;    private String ptype;    private String pswd;    private String address;    private String email;    private String unit;    public int getWid() {        return wid;    }    public void setWid(int wid) {        this.wid = wid;    }    public String getUname() {        return uname;    }    public void setUname(String uname) {        this.uname = uname;    }    public String getPtype() {        return ptype;    }    public void setPtype(String ptype) {        this.ptype = ptype;    }    public String getPswd() {        return pswd;    }    public void setPswd(String pswd) {        this.pswd = pswd;    }    public String getAddress() {        return address;    }    public void setAddress(String address) {        this.address = address;    }    public String getEmail() {        return email;    }    public void setEmail(String email) {        this.email = email;    }    public String getUnit() {        return unit;    }    public void setUnit(String unit) {        this.unit = unit;    }}

⌨️ 快捷键说明

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