|
|||||||||
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
public class Subscribe.SchemeData.PackageData
An inner class that contains the remaining properties of the Bill.SchemeData Object.
Nested Class Summary | |
---|---|
class |
Subscribe.SchemeData.PackageData.Bandwidth
|
class |
Subscribe.SchemeData.PackageData.Feature
An inner class that contains the remaining properties of the PackageData. |
class |
Subscribe.SchemeData.PackageData.Storage
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 |
name
|
java.lang.Double |
price
|
Constructor Summary | |
---|---|
Subscribe.SchemeData.PackageData()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
Subscribe.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 |
Subscribe.SchemeData.PackageData.Feature |
getFeature()
Return the feature object for packageData |
java.lang.String |
getName()
Return the name of the package |
java.lang.Double |
getPrice()
Return the price of the package |
Subscribe.SchemeData.PackageData.Storage |
getStorage()
Return the storage object for packageData |
void |
setBandwidth(Subscribe.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(Subscribe.SchemeData.PackageData.Feature feature)
Sets the feature object for packageData |
void |
setName(java.lang.String name)
Sets the name of the package |
void |
setPrice(java.lang.Double price)
Sets the price of the package |
void |
setStorage(Subscribe.SchemeData.PackageData.Storage storage)
Sets the storage object for packageData |
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 name
public java.lang.Double price
Constructor Detail |
---|
public Subscribe.SchemeData.PackageData()
Method Detail |
---|
public Subscribe.SchemeData.PackageData.Bandwidth getBandwidth()
public java.lang.String getCurrency()
public java.lang.String getDescription()
public java.lang.Integer getDuration()
public Subscribe.SchemeData.PackageData.Feature getFeature()
public java.lang.String getName()
public java.lang.Double getPrice()
public Subscribe.SchemeData.PackageData.Storage getStorage()
public void setBandwidth(Subscribe.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(Subscribe.SchemeData.PackageData.Feature feature)
feature
- - Feature object for packageDatapublic void setName(java.lang.String name)
packageName
- -Name of the packagepublic void setPrice(java.lang.Double price)
price
- - Price of the packagepublic void setStorage(Subscribe.SchemeData.PackageData.Storage storage)
storage
- - Storage object for packageData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |