?? customermessageborderbean.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 + -