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

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

public class Bill.SchemeData
extends java.lang.Object

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


Nested Class Summary
 class Bill.SchemeData.PackageData
          An inner class that contains the remaining properties of the Bill.SchemeData Object.
 
Field Summary
 java.lang.String description
           
 Bill.SchemeData.PackageData packageData
           
 java.lang.String schemeName
           
 
Constructor Summary
Bill.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
 Bill.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 schemeName)
          Sets the name of the scheme
 void setPackageData(Bill.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

packageData

public Bill.SchemeData.PackageData packageData

schemeName

public java.lang.String schemeName
Constructor Detail

Bill.SchemeData

public Bill.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 Bill.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 schemeName)
Sets the name of the scheme

Parameters:
packageName - -Name of the scheme

setPackageData

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

Parameters:
packageData - - PackageData for the scheme