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

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

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

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


Field Summary
 java.lang.String description
           
 java.lang.String name
           
 java.lang.Double price
           
 
Constructor Summary
Subscribe.SchemeData.PackageData.Feature()
          This is a constructor that takes no parameter
 
Method Summary
 java.lang.String getDescription()
          Return the description of the feature
 java.lang.String getName()
          Return the name of the feature
 java.lang.Double getPrice()
          Return the price of the feature
 void setDescription(java.lang.String description)
          Sets the description of the feature
 void setName(java.lang.String name)
          Sets the name of the feature
 void setPrice(java.lang.Double price)
          Sets the price of the feature
 
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
Constructor Detail

Subscribe.SchemeData.PackageData.Feature

public Subscribe.SchemeData.PackageData.Feature()
This is a constructor that takes no parameter

Method Detail

getDescription

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

Returns:
the description of the feature

getName

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

Returns:
the name of the feature

getPrice

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

Returns:
the price of the feature

setDescription

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

Parameters:
description - - Description of the feature

setName

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

Parameters:
name - - Name of the feature

setPrice

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

Parameters:
price - - Price of the feature