|
|||||||||
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
public class Bill.SchemeData.PackageData
An inner class that contains the remaining properties of the Bill.SchemeData Object.
Nested Class Summary | |
---|---|
class |
Bill.SchemeData.PackageData.Bandwidth
An inner class that contains the remaining properties of the PackageData. |
class |
Bill.SchemeData.PackageData.Feature
An inner class that contains the remaining properties of the PackageData. |
class |
Bill.SchemeData.PackageData.Storage
An inner class that contains the remaining properties of the PackageData. |
class |
Bill.SchemeData.PackageData.Usage
An inner class that contains the remaining properties of the PackageData. |
Field Summary | |
---|---|
java.lang.String |
currency
|
java.lang.String |
description
|
java.lang.Integer |
duration
|
java.lang.String |
packageName
|
java.lang.Double |
price
|
Constructor Summary | |
---|---|
Bill.SchemeData.PackageData()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
Bill.SchemeData.PackageData.Bandwidth |
getBandwidth()
Return the storage object for packageData |
java.lang.String |
getCurrency()
Return the currency of the package |
java.lang.String |
getDescription()
Return the description of the package |
java.lang.Integer |
getDuration()
Return the duration of the package |
java.util.Vector |
getFeature()
Return the list of features |
java.lang.String |
getName()
Return the name of the package |
java.lang.Double |
getPrice()
Return the price of the package |
Bill.SchemeData.PackageData.Storage |
getStorage()
Return the storage object for packageData |
Bill.SchemeData.PackageData.Usage |
getUsage()
|
void |
setBandwidth(Bill.SchemeData.PackageData.Bandwidth bandwidth1)
Sets the storage object for packageData |
void |
setCurrency(java.lang.String currency)
Sets the currency for the package |
void |
setDescription(java.lang.String description)
Sets the description of the package |
void |
setDuration(java.lang.Integer duration)
Sets the duration of the package |
void |
setFeature(java.util.Vector feature)
Sets the feature List for packageData |
void |
setName(java.lang.String packageName)
Sets the name of the package |
void |
setPrice(java.lang.Double price)
Sets the price of the package |
void |
setStorage(Bill.SchemeData.PackageData.Storage storage)
Sets the storage object for packageData |
void |
setUsage(Bill.SchemeData.PackageData.Usage 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 description
public java.lang.Integer duration
public java.lang.String packageName
public java.lang.Double price
Constructor Detail |
---|
public Bill.SchemeData.PackageData()
Method Detail |
---|
public Bill.SchemeData.PackageData.Bandwidth getBandwidth()
public java.lang.String getCurrency()
public java.lang.String getDescription()
public java.lang.Integer getDuration()
public java.util.Vector getFeature()
public java.lang.String getName()
public java.lang.Double getPrice()
public Bill.SchemeData.PackageData.Storage getStorage()
public Bill.SchemeData.PackageData.Usage getUsage()
public void setBandwidth(Bill.SchemeData.PackageData.Bandwidth bandwidth1)
bandwidth1
- - Bandwidth object for packageDatapublic void setCurrency(java.lang.String currency)
currency
- - Currency which should be USD, ASD, etc.public void setDescription(java.lang.String description)
description
- - Description of the packagepublic void setDuration(java.lang.Integer duration)
duration
- - Duration of the packagepublic void setFeature(java.util.Vector feature)
feature
- List of feature For packageDatapublic void setName(java.lang.String packageName)
packageName
- -Name of the packagepublic void setPrice(java.lang.Double price)
price
- - Price of the packagepublic void setStorage(Bill.SchemeData.PackageData.Storage storage)
storage
- - Storage object for packageDatapublic void setUsage(Bill.SchemeData.PackageData.Usage usage)
usage
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |