|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.appTab.Subscribe.SchemeData
public class Subscribe.SchemeData
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 |
---|
public java.lang.String description
public java.lang.String name
public Subscribe.SchemeData.PackageData packageData
Constructor Detail |
---|
public Subscribe.SchemeData()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public Subscribe.SchemeData.PackageData 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(Subscribe.SchemeData.PackageData packageData)
packageData
- - PackageData for the scheme
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |