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

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

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


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

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

SchemeData.PackageData.Storage

public 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

getLimit

public SchemeData.PackageData.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(SchemeData.PackageData.Storage.Limit limit)
Sets the limit of the storage

Parameters:
overLimit - - Limit of the storage

setName

public void setName(java.lang.String name)
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