|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rimlib.blackberry.api.paymentsdk.digitalGoods.DigitalGood
public abstract class DigitalGood
Class that represents the information about the digital good. If available, localized information will be returned from the server.
| Constructor Summary | |
|---|---|
DigitalGood()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getLongDescription()
Returns the long description of the digital good |
abstract java.lang.String |
getName()
Returns the name of the digital good |
abstract PriceSet |
getPriceSet()
Returns the PriceSet of the digital good |
abstract java.lang.String |
getShortDescription()
Returns the short description of the digital good |
abstract java.lang.String |
getSKU()
Returns the SKU of the digital good |
abstract java.lang.String |
getVendor()
Returns the vendor of the digital good |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigitalGood()
| Method Detail |
|---|
public abstract java.lang.String getSKU()
public abstract java.lang.String getVendor()
public abstract java.lang.String getName()
public abstract java.lang.String getShortDescription()
public abstract java.lang.String getLongDescription()
public abstract PriceSet getPriceSet()
PriceSet of the digital good
PriceSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||