public class DonateGoods extends Object
打赏道具开关数据对象
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
goodEnabled
字段名:道具开关
变量名:goodEnabled
类型:String
|
protected String |
goodImg
字段名:道具图片
变量名:goodImg
类型:String
|
protected String |
goodName
字段名:道具名称
变量名:goodName
类型:String
|
protected BigDecimal |
goodPrice
字段名:道具价格
变量名:goodPrice
类型:BigDecimal
|
| 构造器和说明 |
|---|
DonateGoods() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGoodEnabled() |
String |
getGoodImg() |
String |
getGoodName() |
BigDecimal |
getGoodPrice() |
void |
setGoodEnabled(String goodEnabled) |
void |
setGoodImg(String goodImg) |
void |
setGoodName(String goodName) |
void |
setGoodPrice(BigDecimal goodPrice) |
String |
toString() |
protected String goodName
字段名:道具名称 变量名:goodName 类型:String
protected String goodImg
字段名:道具图片 变量名:goodImg 类型:String
protected BigDecimal goodPrice
字段名:道具价格 变量名:goodPrice 类型:BigDecimal
protected String goodEnabled
字段名:道具开关 变量名:goodEnabled 类型:String
public String getGoodName()
public void setGoodName(String goodName)
public String getGoodImg()
public void setGoodImg(String goodImg)
public BigDecimal getGoodPrice()
public void setGoodPrice(BigDecimal goodPrice)
public String getGoodEnabled()
public void setGoodEnabled(String goodEnabled)
Copyright © 2019. All rights reserved.