|
|||||||||
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.PackageData.Feature
public class Subscribe.SchemeData.PackageData.Feature
An inner class that contains the remaining properties of the PackageData.
Field Summary | |
---|---|
java.lang.String |
description
|
java.lang.String |
name
|
java.lang.Double |
price
|
Constructor Summary | |
---|---|
Subscribe.SchemeData.PackageData.Feature()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the description of the feature |
java.lang.String |
getName()
Return the name of the feature |
java.lang.Double |
getPrice()
Return the price of the feature |
void |
setDescription(java.lang.String description)
Sets the description of the feature |
void |
setName(java.lang.String name)
Sets the name of the feature |
void |
setPrice(java.lang.Double price)
Sets the price of the feature |
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 java.lang.Double price
Constructor Detail |
---|
public Subscribe.SchemeData.PackageData.Feature()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.Double getPrice()
public void setDescription(java.lang.String description)
description
- - Description of the featurepublic void setName(java.lang.String name)
name
- - Name of the featurepublic void setPrice(java.lang.Double price)
price
- - Price of the feature
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |