com.shephertz.app42.paas.sdk.jme.appTab
Class Bill.SchemeData.PackageData.Usage.Storage

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.appTab.Bill.SchemeData.PackageData.Usage.Storage
Enclosing class:
Bill.SchemeData.PackageData.Usage

public class Bill.SchemeData.PackageData.Usage.Storage
extends java.lang.Object

An inner class that contains the remaining properties of the Usage.


Nested Class Summary
 class Bill.SchemeData.PackageData.Usage.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.Usage.Storage()
          This is a constructor that takes no parameter
 
Method Summary
 java.lang.String getDescription()
          Return the description of the storage
 Bill.SchemeData.PackageData.Usage.Storage.Limit getLimit()
          Return the Limit of the storage
 java.lang.String getName()
          Return the name 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 setLimit(Bill.SchemeData.PackageData.Usage.Storage.Limit overLimit)
          Sets the limit of the storage
 void setName(java.lang.String storageName)
          Sets the name 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

description

public java.lang.String description

price

public java.lang.Double price

space

public java.lang.Double space

storageName

public java.lang.String storageName

unit

public java.lang.String unit
Constructor Detail

Bill.SchemeData.PackageData.Usage.Storage

public Bill.SchemeData.PackageData.Usage.Storage()
This is a constructor that takes no parameter

Method Detail

getDescription

public java.lang.String getDescription()
Return the description of the storage

Returns:
the description of the storage

getLimit

public Bill.SchemeData.PackageData.Usage.Storage.Limit getLimit()
Return the Limit of the storage

Returns:
the limit of the storage

getName

public java.lang.String getName()
Return the name of the storage

Returns:
the name of the storage

getPrice

public java.lang.Double getPrice()
Return the price of storage overLimit

Returns:
the price of storage overLimit

getSpace

public java.lang.Double getSpace()
Return the storage space

Returns:
the storage space

getUnit

public java.lang.String getUnit()
Return the storage unit

Returns:
the storage unit

setDescription

public void setDescription(java.lang.String description)
Sets the description of the storage

Parameters:
description - - Description of the storage

setLimit

public void setLimit(Bill.SchemeData.PackageData.Usage.Storage.Limit overLimit)
Sets the limit of the storage

Parameters:
overLimit - - Limit of the storage

setName

public void setName(java.lang.String storageName)
Sets the name of the storage

Parameters:
storageName - - The name of the storage

setPrice

public void setPrice(java.lang.Double price)
Sets the price of storage overLimit

Parameters:
price - - The price of storage overLimt

setSpace

public void setSpace(java.lang.Double space)
Sets the storage space

Parameters:
space - - The storage space

setUnit

public void setUnit(java.lang.String unit)
Sets the Unit of storage

Parameters:
unit - - The storage unit