|
|||||||||
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.Storage
public class Bill.SchemeData.PackageData.Storage
An inner class that contains the remaining properties of the PackageData.
Nested Class Summary | |
---|---|
class |
Bill.SchemeData.PackageData.Storage.Limit
An inner class that contains the remaining properties of the Storage. |
Field Summary | |
---|---|
java.lang.String |
description
|
java.lang.Double |
price
|
java.lang.Double |
space
|
java.lang.String |
storageName
|
java.lang.String |
unit
|
Constructor Summary | |
---|---|
Bill.SchemeData.PackageData.Storage()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the description of the storage |
java.lang.String |
getName()
Return the name of the storage |
Bill.SchemeData.PackageData.Storage.Limit |
getOverLimit()
Return the Limit of the storage |
java.lang.Double |
getPrice()
Return the price of storage overLimit |
java.lang.Double |
getSpace()
Return the storage space |
java.lang.String |
getUnit()
Return the storage unit |
void |
setDescription(java.lang.String description)
Sets the description of the storage |
void |
setName(java.lang.String storageName)
Sets the name of the storage |
void |
setOverLimit(Bill.SchemeData.PackageData.Storage.Limit overLimit)
Sets the limit of the storage |
void |
setPrice(java.lang.Double price)
Sets the price of storage overLimit |
void |
setSpace(java.lang.Double space)
Sets the storage space |
void |
setUnit(java.lang.String unit)
Sets the Unit of storage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String description
public java.lang.Double price
public java.lang.Double space
public java.lang.String storageName
public java.lang.String unit
Constructor Detail |
---|
public Bill.SchemeData.PackageData.Storage()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public Bill.SchemeData.PackageData.Storage.Limit getOverLimit()
public java.lang.Double getPrice()
public java.lang.Double getSpace()
public java.lang.String getUnit()
public void setDescription(java.lang.String description)
description
- - Description of the storagepublic void setName(java.lang.String storageName)
storageName
- - The name of the storagepublic void setOverLimit(Bill.SchemeData.PackageData.Storage.Limit overLimit)
overLimit
- - Limit of the storagepublic void setPrice(java.lang.Double price)
price
- - The price of storage overLimtpublic void setSpace(java.lang.Double space)
space
- - The storage spacepublic void setUnit(java.lang.String unit)
unit
- - The storage unit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |