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

📄 customermessageborderbean.java

📁 基于struts的网上商店源码
💻 JAVA
字号:
package com.mole.struts.bean;

public class CustomerMessageBorderBean {
	private String ID = null;
	private String owner = null;
	private String deliver = null;
	private String deliverType = null;
	private String deliverName = null;
	private String faceImage = null;
	private String faceWidth = null;
	private String faceHeight = null;
	private String context = null;
	private String deliverTime = null;

	public CustomerMessageBorderBean() {
	}

	public String getID() {
		return ID;
	}

	public void setID(String id) {
		ID = id;
	}

	public String getOwner() {
		return owner;
	}

	public void setOwner(String owner) {
		this.owner = owner;
	}

	public String getDeliver() {
		return deliver;
	}

	public void setDeliver(String deliver) {
		this.deliver = deliver;
	}

	public String getDeliverType() {
		return deliverType;
	}

	public void setDeliverType(String deliverType) {
		this.deliverType = deliverType;
	}

	public String getDeliverName() {
		return deliverName;
	}

	public void setDeliverName(String deliverName) {
		this.deliverName = deliverName;
	}

	public String getFaceImage() {
		return faceImage;
	}

	public void setFaceImage(String faceImage) {
		this.faceImage = faceImage;
	}

	public String getFaceWidth() {
		return faceWidth;
	}

	public void setFaceWidth(String faceWidth) {
		this.faceWidth = faceWidth;
	}

	public String getFaceHeight() {
		return faceHeight;
	}

	public void setFaceHeight(String faceHeight) {
		this.faceHeight = faceHeight;
	}

	public String getContext() {
		return context;
	}

	public void setContext(String context) {
		this.context = context;
	}

	public String getDeliverTime() {
		return deliverTime;
	}

	public void setDeliverTime(String deliverTime) {
		this.deliverTime = deliverTime;
	}

}

⌨️ 快捷键说明

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