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

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.appTab.SchemeData

public class SchemeData
extends App42Response

This SchemeData object is the value object which contains the properties of SchemeData along with the setter & getter for those properties.


Nested Class Summary
 class SchemeData.PackageData
          An inner class that contains the remaining properties of the SchemeData.
 
Field Summary
 java.lang.String description
           
 java.lang.String name
           
 java.util.Vector packageData
           
 
Constructor Summary
SchemeData()
           
 
Method Summary
 java.lang.String getDescription()
          Return the description of the scheme
 java.lang.String getName()
          Return the name of the scheme
 java.util.Vector getPackageData()
          Return the list of packages
 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(java.util.Vector packageData)
          Sets the list of package for specific scheme
 
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public java.lang.String description

name

public java.lang.String name

packageData

public java.util.Vector packageData
Constructor Detail

SchemeData

public SchemeData()
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 java.util.Vector getPackageData()
Return the list of packages

Returns:
List of packages

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(java.util.Vector packageData)
Sets the list of package for specific scheme

Parameters:
packageData - - Package data contains the details of package