com.globalcharge.android.products
Class PremiumSMSProduct

java.lang.Object
  extended by com.globalcharge.android.products.Product
      extended by com.globalcharge.android.products.PremiumSMSProduct
Direct Known Subclasses:
MOBillingProduct, MTBillingProduct

public abstract class PremiumSMSProduct
extends Product


Nested Class Summary
 
Nested classes/interfaces inherited from class com.globalcharge.android.products.Product
Product.DefaultCustomerServiceContact, Product.OperatorBillingType, Product.PrivacyAndSecurityType, Product.ProductType, Product.TermsAndConditionsType
 
Constructor Summary
PremiumSMSProduct()
           
 
Method Summary
 java.lang.String getKeyWord()
           
 java.lang.String getShortCode()
           
 void setKeyWord(java.lang.String keyWord)
           
 void setShortCode(java.lang.String shortCode)
           
 
Methods inherited from class com.globalcharge.android.products.Product
getCurrency, getCustomerServiceContactAddress, getCustomerServiceContactEmail, getCustomerServiceContactPhone, getCustomerServiceContactWebsite, getDefaultCustomerServiceContact, getDoubleOptInMtMessagePattern, getDoubleOptInReplyMessage, getInitialPricePoint, getIntervalInWords, getIntervalMs, getOperatorBillingType, getOperatorLogoUrl, getOperatorName, getPrivacyAndSecurityType, getPrivacyAndSecurityUrl, getProductId, getProductName, getProductType, getRecurringPricePoint, getStopKeyword, getStopShortcode, getSubscriptionLengthMs, getTermsAndConditionsType, getTermsAndConditionsUrl, getUnits, getUnitsDescription, isEnableDblOptInAutoReply, isHttpRedirectRequired, isPromptDisableWifi, isShowExtraConfirmDialog, isShowMessageDataRatesApply, isShowPriceSelectionWarning, isShowStopMessage, isSubscription, setCurrency, setCustomerServiceContactAddress, setCustomerServiceContactEmail, setCustomerServiceContactPhone, setCustomerServiceContactWebsite, setDefaultCustomerServiceContact, setDoubleOptInMtMessagePattern, setDoubleOptInReplyMessage, setEnableDblOptInAutoReply, setHttpRedirectRequired, setInitialPricePoint, setIntervalInWords, setIntervalMs, setIsSubscription, setOperatorBillingType, setOperatorLogoUrl, setOperatorName, setPrivacyAndSecurityType, setPrivacyAndSecurityUrl, setProductId, setProductName, setProductType, setPromptDisableWifi, setRecurringPricePoint, setShowExtraConfirmDialog, setShowMessageDataRatesApply, setShowPriceSelectionWarning, setShowStopMessage, setStopKeyword, setStopShortcode, setSubscription, setSubscriptionLengthMs, setTermsAndConditionsType, setTermsAndConditionsUrl, setUnits, setUnitsDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PremiumSMSProduct

public PremiumSMSProduct()
Method Detail

getKeyWord

public java.lang.String getKeyWord()

getShortCode

public java.lang.String getShortCode()

setKeyWord

public void setKeyWord(java.lang.String keyWord)

setShortCode

public void setShortCode(java.lang.String shortCode)