|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.appTab.Subscribe.SchemeData.PackageData.Bandwidth
public class Subscribe.SchemeData.PackageData.Bandwidth
Nested Class Summary | |
---|---|
class |
Subscribe.SchemeData.PackageData.Bandwidth.Limit
An inner class that contains the remaining properties of the Bandwidth. |
Field Summary | |
---|---|
java.lang.Double |
bandwidth
|
java.lang.String |
description
|
java.lang.String |
name
|
java.lang.Double |
price
|
java.lang.String |
unit
|
Constructor Summary | |
---|---|
Subscribe.SchemeData.PackageData.Bandwidth()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.Double |
getBandwidth()
Return the bandwidth usage |
java.lang.String |
getDescription()
Return the description of the bandwidth |
java.lang.String |
getName()
Return the name of the bandwidth |
Subscribe.SchemeData.PackageData.Bandwidth.Limit |
getOverLimit()
Return of the limit of the bandwidth |
java.lang.Double |
getPrice()
Return the price of bandwidth |
java.lang.String |
getUnit()
Return the bandwidth unit |
void |
setBandwidth(java.lang.Double bandwidth)
Sets the usage bandwidth |
void |
setDescription(java.lang.String description)
Sets the description of the bandwidth |
void |
setName(java.lang.String name)
Sets the name of the bandwidth |
void |
setOverLimit(Subscribe.SchemeData.PackageData.Bandwidth.Limit limit)
Sets the Limit of the bandwidth |
void |
setPrice(java.lang.Double price)
Sets the price of bandwidth |
void |
setUnit(java.lang.String unit)
Sets the Unit of bandwidth |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Double bandwidth
public java.lang.String description
public java.lang.String name
public java.lang.Double price
public java.lang.String unit
Constructor Detail |
---|
public Subscribe.SchemeData.PackageData.Bandwidth()
Method Detail |
---|
public java.lang.Double getBandwidth()
public java.lang.String getDescription()
public java.lang.String getName()
public Subscribe.SchemeData.PackageData.Bandwidth.Limit getOverLimit()
public java.lang.Double getPrice()
public java.lang.String getUnit()
public void setBandwidth(java.lang.Double bandwidth)
bandwidth
- - The usage bandwidthpublic void setDescription(java.lang.String description)
description
- - Description of the bandwidthpublic void setName(java.lang.String name)
bandwidthName
- - Name of the bandwidthpublic void setOverLimit(Subscribe.SchemeData.PackageData.Bandwidth.Limit limit)
overLimit
- - Limit of the bandwidthpublic void setPrice(java.lang.Double price)
price
- - The price of bandwidthpublic void setUnit(java.lang.String unit)
unit
- - The bandwidth unit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |