com.konakart.bl.modules.payment
Class PaymentInfo
java.lang.Object
com.konakart.bl.modules.payment.PaymentInfo
public class PaymentInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentInfo
public PaymentInfo()
getDeliveryGeoZoneArray
public com.konakart.app.GeoZone[] getDeliveryGeoZoneArray()
- Returns:
- Returns the deliveryGeoZoneArray.
setDeliveryGeoZoneArray
public void setDeliveryGeoZoneArray(com.konakart.app.GeoZone[] deliveryGeoZoneArray)
- Parameters:
deliveryGeoZoneArray - The deliveryGeoZoneArray to set.
getLocale
public java.util.Locale getLocale()
- Returns:
- Returns the locale.
setLocale
public void setLocale(java.util.Locale locale)
- Parameters:
locale - The locale to set.
getStoreName
public java.lang.String getStoreName()
- Returns:
- Returns the storeName.
setStoreName
public void setStoreName(java.lang.String storeName)
- Parameters:
storeName - The storeName to set.
isDisplayPriceWithTax
public boolean isDisplayPriceWithTax()
- Returns:
- Returns the displayPriceWithTax.
setDisplayPriceWithTax
public void setDisplayPriceWithTax(boolean displayPriceWithTax)
- Parameters:
displayPriceWithTax - The displayPriceWithTax to set.
getSecretKey
public java.lang.String getSecretKey()
- Returns:
- Returns the secretKey.
setSecretKey
public void setSecretKey(java.lang.String secretKey)
- Parameters:
secretKey - The secretKey to set.
isReturnDetails
public boolean isReturnDetails()
- Returns:
- Returns the returnDetails.
setReturnDetails
public void setReturnDetails(boolean returnDetails)
- Parameters:
returnDetails - The returnDetails to set.
getHostAndPort
public java.lang.String getHostAndPort()
- Returns:
- Returns the hostAndPort.
setHostAndPort
public void setHostAndPort(java.lang.String hostAndPort)
- Parameters:
hostAndPort - The hostAndPort to set.
Copyright © 2006 DS Data Systems UK Ltd.