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

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

public class Subscribe.SchemeData.PackageData.Storage
extends java.lang.Object

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


Nested Class Summary
 class Subscribe.SchemeData.PackageData.Storage.Limit
          An inner class that contains the remaining properties of the Storage.
 
Field Summary
 java.lang.String description
           
 java.lang.String name
           
 java.lang.Double price
           
 java.lang.Double space
           
 java.lang.String unit
           
 
Constructor Summary
Subscribe.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
 Subscribe.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 name)
          Sets the name of the storage
 void setOverLimit(Subscribe.SchemeData.PackageData.Storage.Limit limit)
          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

description

public java.lang.String description

name

public java.lang.String name

price

public java.lang.Double price

space

public java.lang.Double space

unit

public java.lang.String unit
Constructor Detail

Subscribe.SchemeData.PackageData.Storage

public Subscribe.SchemeData.PackageData.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

getName

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

Returns:
the name of the storage

getOverLimit

public Subscribe.SchemeData.PackageData.Storage.Limit getOverLimit()
Return the Limit of the storage

Returns:
the limit 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

setName

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

Parameters:
storageName - - The name of the storage

setOverLimit

public void setOverLimit(Subscribe.SchemeData.PackageData.Storage.Limit limit)
Sets the limit of the storage

Parameters:
overLimit - - Limit 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