|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.appTab.SchemeData
public class SchemeData
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 |
---|
public java.lang.String description
public java.lang.String name
public java.util.Vector packageData
Constructor Detail |
---|
public SchemeData()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.util.Vector getPackageData()
public void setDescription(java.lang.String description)
description
- - Description of the schemepublic void setName(java.lang.String name)
packageName
- -Name of the schemepublic void setPackageData(java.util.Vector packageData)
packageData
- - Package data contains the details of package
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |