|
|||||||||
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.Bill.SchemeData.PackageData.Usage
public class Bill.SchemeData.PackageData.Usage
An inner class that contains the remaining properties of the PackageData.
Nested Class Summary | |
---|---|
class |
Bill.SchemeData.PackageData.Usage.Bandwidth
An inner class that contains the remaining properties of the Usage. |
class |
Bill.SchemeData.PackageData.Usage.Feature
An inner class that contains the remaining properties of the Usage. |
class |
Bill.SchemeData.PackageData.Usage.Storage
An inner class that contains the remaining properties of the Usage. |
Field Summary | |
---|---|
java.lang.String |
currency
|
java.lang.String |
totalCost
|
Constructor Summary | |
---|---|
Bill.SchemeData.PackageData.Usage()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
Bill.SchemeData.PackageData.Usage.Bandwidth |
getBandwidth()
Return the bandwidth of the usage |
java.lang.String |
getCurrency()
Return the Currency of the usage |
java.util.Vector |
getFeature()
Return the list of the feature |
Bill.SchemeData.PackageData.Usage.Storage |
getStorage()
Return the storage of the usage |
java.lang.String |
getTotalCost()
Return the totalCost of the usage |
void |
setBandwidth(Bill.SchemeData.PackageData.Usage.Bandwidth bandwidth1)
Sets the bandwidth for the usage |
void |
setCurrency(java.lang.String currency)
Sets the currency of the usage |
void |
setFeature(java.util.Vector feature)
Sets the List of the feature |
void |
setStorage(Bill.SchemeData.PackageData.Usage.Storage storage)
Sets the storage of the usage |
void |
setTotalCost(java.lang.String totalCost)
Sets the totalCost of the usage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String currency
public java.lang.String totalCost
Constructor Detail |
---|
public Bill.SchemeData.PackageData.Usage()
Method Detail |
---|
public Bill.SchemeData.PackageData.Usage.Bandwidth getBandwidth()
public java.lang.String getCurrency()
public java.util.Vector getFeature()
public Bill.SchemeData.PackageData.Usage.Storage getStorage()
public java.lang.String getTotalCost()
public void setBandwidth(Bill.SchemeData.PackageData.Usage.Bandwidth bandwidth1)
bandwidth1
- - The bandwidth of the usagepublic void setCurrency(java.lang.String currency)
currency
- - Currency for the usagepublic void setFeature(java.util.Vector feature)
feature
- List of the featurepublic void setStorage(Bill.SchemeData.PackageData.Usage.Storage storage)
storage
- - Storage of the usagepublic void setTotalCost(java.lang.String totalCost)
totalCost
- - TotalCost of the usage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |