?? mp3player.java
字號:
package com.ajaxlab.ajax;
public class MP3Player {
private String productName = "";//產(chǎn)品名稱
private String productColor = "";//產(chǎn)品顏色
private String capability = "";//存儲容量
private String interfaceType = "";//接口類型
private String screenType = "";//屏幕類型
private String record = "";//錄音功能
private String straightRecord = "";//直錄功能
private String fm = "";//FM功能
private String battery = "";//電池
private String ebookFunc = "";//電子書閱讀
private String gameFunc = "";//游戲功能
private String playAvailable = "";//播放時間
private String weight = "";//重量
private String fileSupported = "";//支持文件格式
private String voiceEffect = "";//數(shù)字音效
private String outputPower = "";//輸出功率
private String frequencyScope = "";//頻率范圍
private String imagePath = "";//產(chǎn)品圖像
private String price = "0-0";//產(chǎn)品價格
public MP3Player() {
}
public String getProductName() {
return this.productName;
}
public void setProductName(String productName) {
this.productName = productName;
}
public String getProductColor() {
return this.productColor;
}
public void setProductColor(String productColor) {
this.productColor = productColor;
}
public String getCapability() {
return this.capability;
}
public void setCapability(String capability) {
this.capability = capability;
}
public String getInterfaceType() {
return this.interfaceType;
}
public void setInterfaceType(String interfaceType) {
this.interfaceType = interfaceType;
}
public String getScreenType() {
return this.screenType;
}
public void setScreenType(String screenType) {
this.screenType = screenType;
}
public String getRecord() {
return this.record;
}
public void setRecord(String record) {
this.record = record;
}
public String getStraightRecord() {
return this.straightRecord;
}
public void setStraightRecord(String straightRecord) {
this.straightRecord = straightRecord;
}
public String getFm() {
return this.fm;
}
public void setFm(String fm) {
this.fm = fm;
}
public String getBattery() {
return this.battery;
}
public void setBattery(String battery) {
this.battery = battery;
}
public String getEbookFunc() {
return this.ebookFunc;
}
public void setEbookFunc(String ebookFunc) {
this.ebookFunc = ebookFunc;
}
public String getGameFunc() {
return this.gameFunc;
}
public void setGameFunc(String gameFunc) {
this.gameFunc = gameFunc;
}
public String getPlayAvailable() {
return this.playAvailable;
}
public void setPlayAvailable(String playAvailable) {
this.playAvailable = playAvailable;
}
public String getWeight() {
return this.weight;
}
public void setWeight(String weight) {
this.weight = weight;
}
public String getFileSupported() {
return this.fileSupported;
}
public void setFileSupported(String fileSupported) {
this.fileSupported = fileSupported;
}
public String getVoiceEffect() {
return this.voiceEffect;
}
public void setVoiceEffect(String voiceEffect) {
this.voiceEffect = voiceEffect;
}
public String getOutputPower() {
return this.outputPower;
}
public void setOutputPower(String outputPower) {
this.outputPower = outputPower;
}
public String getFrequencyScope() {
return this.frequencyScope;
}
public void setFrequencyScope(String frequencyScope) {
this.frequencyScope = frequencyScope;
}
public String getImagePath() {
return this.imagePath;
}
public void setImagePath(String imagePath) {
this.imagePath = imagePath;
}
public String getPrice() {
return this.price;
}
public void setPrice(String price) {
this.price = price;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -