📄 mobilemeter.java
字号:
package cn.com.bj95ol.wap.readexcel;
public class Mobilemeter {
private String mobileID;
private String model;
private String shortUA;
private String fullUserAgent;
private String screenSize;
private int colorDepth;
private String proFile;
private String wapVer;
private String verdorID;
private String netType;
private String j2meMIDP;
private String mmsSupported;
private String cameraSupported;
private String resourceType;
private int formatID;
private String priority;
private String caption;
private int resourcetypenum;
private String resourcePic;
private String PicFormat;
private String resourceRing;
private String RingFormat;
private String resourcevideo;
private String VideoFormat;
private String resourceCartoon;
private String CartoonFormat;
/**
* @param priority The priority to set.
*/
public void setPriority(String priority) {
this.priority = priority;
}
/**
* @return Returns the cartoonFormat.
*/
public String getCartoonFormat() {
return CartoonFormat;
}
/**
* @param cartoonFormat The cartoonFormat to set.
*/
public void setCartoonFormat(String cartoonFormat) {
CartoonFormat = cartoonFormat;
}
/**
* @return Returns the resourceCartoon.
*/
public String getResourceCartoon() {
return resourceCartoon;
}
/**
* @param resourceCartoon The resourceCartoon to set.
*/
public void setResourceCartoon(String resourceCartoon) {
this.resourceCartoon = resourceCartoon;
}
/**
* @return Returns the resourceRing.
*/
public String getResourceRing() {
return resourceRing;
}
/**
* @param resourceRing The resourceRing to set.
*/
public void setResourceRing(String resourceRing) {
this.resourceRing = resourceRing;
}
/**
* @return Returns the resourcevideo.
*/
public String getResourcevideo() {
return resourcevideo;
}
/**
* @param resourcevideo The resourcevideo to set.
*/
public void setResourcevideo(String resourcevideo) {
this.resourcevideo = resourcevideo;
}
/**
* @return Returns the ringFormat.
*/
public String getRingFormat() {
return RingFormat;
}
/**
* @param ringFormat The ringFormat to set.
*/
public void setRingFormat(String ringFormat) {
RingFormat = ringFormat;
}
/**
* @return Returns the videoFormat.
*/
public String getVideoFormat() {
return VideoFormat;
}
/**
* @param videoFormat The videoFormat to set.
*/
public void setVideoFormat(String videoFormat) {
VideoFormat = videoFormat;
}
/**
* @return Returns the cameraSupported.
*/
public String getCameraSupported() {
return cameraSupported;
}
/**
* @param cameraSupported The cameraSupported to set.
*/
public void setCameraSupported(String cameraSupported) {
this.cameraSupported = cameraSupported;
}
/**
* @return Returns the caption.
*/
public String getCaption() {
return caption;
}
/**
* @param caption The caption to set.
*/
public void setCaption(String caption) {
this.caption = caption;
}
/**
* @return Returns the colorDepth.
*/
public int getColorDepth() {
return colorDepth;
}
/**
* @param colorDepth The colorDepth to set.
*/
public void setColorDepth(int colorDepth) {
this.colorDepth = colorDepth;
}
/**
* @return Returns the formatID.
*/
public int getFormatID() {
return formatID;
}
/**
* @param formatID The formatID to set.
*/
public void setFormatID(int formatID) {
this.formatID = formatID;
}
/**
* @return Returns the fullUserAgent.
*/
public String getFullUserAgent() {
return fullUserAgent;
}
/**
* @param fullUserAgent The fullUserAgent to set.
*/
public void setFullUserAgent(String fullUserAgent) {
this.fullUserAgent = fullUserAgent;
}
/**
* @return Returns the j2meMIDP.
*/
public String getJ2meMIDP() {
return j2meMIDP;
}
/**
* @param j2memidp The j2meMIDP to set.
*/
public void setJ2meMIDP(String j2memidp) {
j2meMIDP = j2memidp;
}
/**
* @return Returns the mmsSupported.
*/
public String getMmsSupported() {
return mmsSupported;
}
/**
* @param mmsSupported The mmsSupported to set.
*/
public void setMmsSupported(String mmsSupported) {
this.mmsSupported = mmsSupported;
}
/**
* @return Returns the mobileID.
*/
public String getMobileID() {
return mobileID;
}
/**
* @param mobileID The mobileID to set.
*/
public void setMobileID(String mobileID) {
this.mobileID = mobileID;
}
/**
* @return Returns the model.
*/
public String getModel() {
return model;
}
/**
* @param model The model to set.
*/
public void setModel(String model) {
this.model = model;
}
/**
* @return Returns the netType.
*/
public String getNetType() {
return netType;
}
/**
* @param netType The netType to set.
*/
public void setNetType(String netType) {
this.netType = netType;
}
/**
* @return Returns the proFile.
*/
public String getProFile() {
return proFile;
}
/**
* @param proFile The proFile to set.
*/
public void setProFile(String proFile) {
this.proFile = proFile;
}
/**
* @return Returns the resourceType.
*/
public String getResourceType() {
return resourceType;
}
/**
* @param resourceType The resourceType to set.
*/
public void setResourceType(String resourceType) {
this.resourceType = resourceType;
}
/**
* @return Returns the resourcetypenum.
*/
public int getResourcetypenum() {
return resourcetypenum;
}
/**
* @param resourcetypenum The resourcetypenum to set.
*/
public void setResourcetypenum(int resourcetypenum) {
this.resourcetypenum = resourcetypenum;
}
/**
* @return Returns the screenSize.
*/
public String getScreenSize() {
return screenSize;
}
/**
* @param screenSize The screenSize to set.
*/
public void setScreenSize(String screenSize) {
this.screenSize = screenSize;
}
/**
* @return Returns the shortUA.
*/
public String getShortUA() {
return shortUA;
}
/**
* @param shortUA The shortUA to set.
*/
public void setShortUA(String shortUA) {
this.shortUA = shortUA;
}
/**
* @return Returns the verdorID.
*/
public String getVerdorID() {
return verdorID;
}
/**
* @param verdorID The verdorID to set.
*/
public void setVerdorID(String verdorID) {
this.verdorID = verdorID;
}
/**
* @return Returns the wapVer.
*/
public String getWapVer() {
return wapVer;
}
/**
* @param wapVer The wapVer to set.
*/
public void setWapVer(String wapVer) {
this.wapVer = wapVer;
}
/**
* @return Returns the resourcePic.
*/
public String getResourcePic() {
return resourcePic;
}
/**
* @param resourcePic The resourcePic to set.
*/
public void setResourcePic(String resourcePic) {
this.resourcePic = resourcePic;
}
/**
* @return Returns the picFormat.
*/
public String getPicFormat() {
return PicFormat;
}
/**
* @param picFormat The picFormat to set.
*/
public void setPicFormat(String picFormat) {
PicFormat = picFormat;
}
/**
* @return Returns the priority.
*/
public String getPriority() {
return priority;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -