public class UProduct
extends Object
Constructor and Description |
---|
UProduct() |
Modifier and Type | Method and Description |
---|---|
int |
getAppID()
Get app ID.
|
String |
getAppName()
Get app name.
|
String |
getChannelProductID()
Get product ID.
|
String |
getChannelProductJSON()
Get product name.
|
String |
getChannelProductName()
Get product name.
|
int |
getCoins()
Get product coins.
|
int |
getPrice()
Get product price.
|
String |
getProductDesc()
Get product description.
|
String |
getProductID()
Get product ID.
|
String |
getProductName()
Get product name.
|
String |
getRoleID()
Get role ID.
|
int |
getRoleLevel()
Get role level.
|
String |
getRoleName()
Get role name.
|
String |
getServerID()
Get game server ID.
|
String |
getServerName()
Get game server name.
|
void |
setAppID(int appID)
Set app ID.
|
void |
setAppName(String appName)
Set app name.
|
void |
setChannelProductID(String channelProductID)
Set product ID.
|
void |
setChannelProductJSON(String channelProductJSON)
Set product name.
|
void |
setChannelProductName(String channelProductName)
Set product name.
|
void |
setCoins(int coins)
Set product coins.
|
void |
setPrice(int price)
Set product price.
|
void |
setProductDesc(String productDesc)
Set product description.
|
void |
setProductID(String productID)
Set product ID.
|
void |
setProductName(String productName)
Set product name.
|
void |
setRoleID(String roleID)
Set role ID.
|
void |
setRoleLevel(int roleLevel)
Set role level.
|
void |
setRoleName(String roleName)
Set role name.
|
void |
setServerID(String serverID)
Set game server ID.
|
void |
setServerName(String serverName)
Set game server name.
|
public int getAppID()
public String getAppName()
public String getChannelProductID()
public String getChannelProductJSON()
public String getChannelProductName()
public int getCoins()
public int getPrice()
public String getProductDesc()
public String getProductID()
public String getProductName()
public String getRoleID()
public int getRoleLevel()
public String getRoleName()
public String getServerID()
public String getServerName()
public void setAppID(int appID)
appID
- app IDpublic void setAppName(String appName)
appName
- app namepublic void setChannelProductID(String channelProductID)
productID
- product IDpublic void setChannelProductJSON(String channelProductJSON)
productName
- product namepublic void setChannelProductName(String channelProductName)
productName
- product namepublic void setCoins(int coins)
coins
- product coins (cent)public void setPrice(int price)
price
- product pricepublic void setProductDesc(String productDesc)
productDesc
- product descriptionpublic void setProductID(String productID)
productID
- product IDpublic void setProductName(String productName)
productName
- product namepublic void setRoleID(String roleID)
roleID
- role IDpublic void setRoleLevel(int roleLevel)
roleLevel
- role levelpublic void setRoleName(String roleName)
roleName
- role namepublic void setServerID(String serverID)
serverID
- game server IDpublic void setServerName(String serverName)
serverName
- game server name