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

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

public class Subscribe.SchemeData
extends java.lang.Object

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


Nested Class Summary
 class Subscribe.SchemeData.PackageData
          An inner class that contains the remaining properties of the Bill.SchemeData Object.
 
Field Summary
 java.lang.String description
           
 java.lang.String name
           
 Subscribe.SchemeData.PackageData packageData
           
 
Constructor Summary
Subscribe.SchemeData()
          This is a constructor that takes no parameter
 
Method Summary
 java.lang.String getDescription()
          Return the description of the scheme
 java.lang.String getName()
          Return the name of the scheme
 Subscribe.SchemeData.PackageData getPackageData()
          Return the packageData object for the scheme
 void setDescription(java.lang.String description)
          Sets the description of the scheme
 void setName(java.lang.String name)
          Sets the name of the scheme
 void setPackageData(Subscribe.SchemeData.PackageData packageData)
          Sets the packageData object for the scheme
 
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

packageData

public Subscribe.SchemeData.PackageData packageData
Constructor Detail

Subscribe.SchemeData

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

Method Detail

getDescription

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

Returns:
the description of the scheme

getName

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

Returns:
the name of the scheme

getPackageData

public Subscribe.SchemeData.PackageData getPackageData()
Return the packageData object for the scheme

Returns:
the packageData object for the scheme

setDescription

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

Parameters:
description - - Description of the scheme

setName

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

Parameters:
packageName - -Name of the scheme

setPackageData

public void setPackageData(Subscribe.SchemeData.PackageData packageData)
Sets the packageData object for the scheme

Parameters:
packageData - - PackageData for the scheme