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

📄 book.java

📁 一个完整的物流系统
💻 JAVA
字号:
package jp.com.cost.pojo;

/**
 * Book generated by MyEclipse Persistence Tools
 */

public class Book implements java.io.Serializable {

	// Fields

	/**
	 * 序列化ID = 7634408260329220019L
	 */
	private static final long serialVersionUID = 7634408260329220019L;
	private Integer id;
	private String sendperon;
	private String receperson;
	private String notifyperson;
	private String type;
	private Double size;
	private Double weight;
	private String receplace;
	private String deliplace;
	private Double trafree;
	private Double dealcost;
	private String transway;
	private String company;
	private String lister;
	private String shipcno;
	private String shipcname;
	private String shipname;
	private String voyno;
	private Integer voytime;
	private Integer boxid;
	private Integer boxweight;
	private String startport;
	private String aimport;
	private Double payrate;
	private String deallister;
	private String completedate;
	private String remark;
	private String state;
	private String delstate;

	// Constructors

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

	/** minimal constructor */
	public Book(Integer id) {
		this.id = id;
	}

	/** full constructor */
	public Book(Integer id, String sendperon, String receperson,
			String notifyperson, String type, Double size, Double weight,
			String receplace, String deliplace, Double trafree,
			Double dealcost, String transway, String company, String lister,
			String shipcno, String shipcname, String shipname, String voyno,
			Integer voytime, Integer boxid, Integer boxweight,
			String startport, String aimport, Double payrate,
			String deallister, String completedate, String remark,
			String state, String delstate) {
		this.id = id;
		this.sendperon = sendperon;
		this.receperson = receperson;
		this.notifyperson = notifyperson;
		this.type = type;
		this.size = size;
		this.weight = weight;
		this.receplace = receplace;
		this.deliplace = deliplace;
		this.trafree = trafree;
		this.dealcost = dealcost;
		this.transway = transway;
		this.company = company;
		this.lister = lister;
		this.shipcno = shipcno;
		this.shipcname = shipcname;
		this.shipname = shipname;
		this.voyno = voyno;
		this.voytime = voytime;
		this.boxid = boxid;
		this.boxweight = boxweight;
		this.startport = startport;
		this.aimport = aimport;
		this.payrate = payrate;
		this.deallister = deallister;
		this.completedate = completedate;
		this.remark = remark;
		this.state = state;
		this.delstate = delstate;
	}

	/**
	 * @return the id
	 */
	public Integer getId() {
		return id;
	}

	/**
	 * @param id the id to set
	 */
	public void setId(Integer id) {
		this.id = id;
	}

	/**
	 * @return the sendperon
	 */
	public String getSendperon() {
		return sendperon;
	}

	/**
	 * @param sendperon the sendperon to set
	 */
	public void setSendperon(String sendperon) {
		this.sendperon = sendperon;
	}

	/**
	 * @return the receperson
	 */
	public String getReceperson() {
		return receperson;
	}

	/**
	 * @param receperson the receperson to set
	 */
	public void setReceperson(String receperson) {
		this.receperson = receperson;
	}

	/**
	 * @return the notifyperson
	 */
	public String getNotifyperson() {
		return notifyperson;
	}

	/**
	 * @param notifyperson the notifyperson to set
	 */
	public void setNotifyperson(String notifyperson) {
		this.notifyperson = notifyperson;
	}

	/**
	 * @return the type
	 */
	public String getType() {
		return type;
	}

	/**
	 * @param type the type to set
	 */
	public void setType(String type) {
		this.type = type;
	}

	/**
	 * @return the size
	 */
	public Double getSize() {
		return size;
	}

	/**
	 * @param size the size to set
	 */
	public void setSize(Double size) {
		this.size = size;
	}

	/**
	 * @return the weight
	 */
	public Double getWeight() {
		return weight;
	}

	/**
	 * @param weight the weight to set
	 */
	public void setWeight(Double weight) {
		this.weight = weight;
	}

	/**
	 * @return the receplace
	 */
	public String getReceplace() {
		return receplace;
	}

	/**
	 * @param receplace the receplace to set
	 */
	public void setReceplace(String receplace) {
		this.receplace = receplace;
	}

	/**
	 * @return the deliplace
	 */
	public String getDeliplace() {
		return deliplace;
	}

	/**
	 * @param deliplace the deliplace to set
	 */
	public void setDeliplace(String deliplace) {
		this.deliplace = deliplace;
	}

	/**
	 * @return the trafree
	 */
	public Double getTrafree() {
		return trafree;
	}

	/**
	 * @param trafree the trafree to set
	 */
	public void setTrafree(Double trafree) {
		this.trafree = trafree;
	}

	/**
	 * @return the dealcost
	 */
	public Double getDealcost() {
		return dealcost;
	}

	/**
	 * @param dealcost the dealcost to set
	 */
	public void setDealcost(Double dealcost) {
		this.dealcost = dealcost;
	}

	/**
	 * @return the transway
	 */
	public String getTransway() {
		return transway;
	}

	/**
	 * @param transway the transway to set
	 */
	public void setTransway(String transway) {
		this.transway = transway;
	}

	/**
	 * @return the company
	 */
	public String getCompany() {
		return company;
	}

	/**
	 * @param company the company to set
	 */
	public void setCompany(String company) {
		this.company = company;
	}

	/**
	 * @return the lister
	 */
	public String getLister() {
		return lister;
	}

	/**
	 * @param lister the lister to set
	 */
	public void setLister(String lister) {
		this.lister = lister;
	}

	/**
	 * @return the shipcno
	 */
	public String getShipcno() {
		return shipcno;
	}

	/**
	 * @param shipcno the shipcno to set
	 */
	public void setShipcno(String shipcno) {
		this.shipcno = shipcno;
	}

	/**
	 * @return the shipcname
	 */
	public String getShipcname() {
		return shipcname;
	}

	/**
	 * @param shipcname the shipcname to set
	 */
	public void setShipcname(String shipcname) {
		this.shipcname = shipcname;
	}

	/**
	 * @return the shipname
	 */
	public String getShipname() {
		return shipname;
	}

	/**
	 * @param shipname the shipname to set
	 */
	public void setShipname(String shipname) {
		this.shipname = shipname;
	}

	/**
	 * @return the voyno
	 */
	public String getVoyno() {
		return voyno;
	}

	/**
	 * @param voyno the voyno to set
	 */
	public void setVoyno(String voyno) {
		this.voyno = voyno;
	}

	/**
	 * @return the voytime
	 */
	public Integer getVoytime() {
		return voytime;
	}

	/**
	 * @param voytime the voytime to set
	 */
	public void setVoytime(Integer voytime) {
		this.voytime = voytime;
	}

	/**
	 * @return the boxid
	 */
	public Integer getBoxid() {
		return boxid;
	}

	/**
	 * @param boxid the boxid to set
	 */
	public void setBoxid(Integer boxid) {
		this.boxid = boxid;
	}

	/**
	 * @return the boxweight
	 */
	public Integer getBoxweight() {
		return boxweight;
	}

	/**
	 * @param boxweight the boxweight to set
	 */
	public void setBoxweight(Integer boxweight) {
		this.boxweight = boxweight;
	}

	/**
	 * @return the startport
	 */
	public String getStartport() {
		return startport;
	}

	/**
	 * @param startport the startport to set
	 */
	public void setStartport(String startport) {
		this.startport = startport;
	}

	/**
	 * @return the aimport
	 */
	public String getAimport() {
		return aimport;
	}

	/**
	 * @param aimport the aimport to set
	 */
	public void setAimport(String aimport) {
		this.aimport = aimport;
	}

	/**
	 * @return the payrate
	 */
	public Double getPayrate() {
		return payrate;
	}

	/**
	 * @param payrate the payrate to set
	 */
	public void setPayrate(Double payrate) {
		this.payrate = payrate;
	}

	/**
	 * @return the deallister
	 */
	public String getDeallister() {
		return deallister;
	}

	/**
	 * @param deallister the deallister to set
	 */
	public void setDeallister(String deallister) {
		this.deallister = deallister;
	}

	/**
	 * @return the completedate
	 */
	public String getCompletedate() {
		return completedate;
	}

	/**
	 * @param completedate the completedate to set
	 */
	public void setCompletedate(String completedate) {
		this.completedate = completedate;
	}

	/**
	 * @return the remark
	 */
	public String getRemark() {
		return remark;
	}

	/**
	 * @param remark the remark to set
	 */
	public void setRemark(String remark) {
		this.remark = remark;
	}

	/**
	 * @return the state
	 */
	public String getState() {
		return state;
	}

	/**
	 * @param state the state to set
	 */
	public void setState(String state) {
		this.state = state;
	}

	/**
	 * @return the delstate
	 */
	public String getDelstate() {
		return delstate;
	}

	/**
	 * @param delstate the delstate to set
	 */
	public void setDelstate(String delstate) {
		this.delstate = delstate;
	}

	/**
	 * @return the serialVersionUID
	 */
	public static long getSerialVersionUID() {
		return serialVersionUID;
	}

	// Property accessors

	

}

⌨️ 快捷键说明

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