com.konakart.bl.modules.payment.bluepay
Class Bluepay.StaticData
java.lang.Object
com.konakart.bl.modules.payment.bluepay.Bluepay.StaticData
- Enclosing class:
- Bluepay
protected class Bluepay.StaticData
- extends java.lang.Object
Used to store the static data of this module
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bluepay.StaticData
protected Bluepay.StaticData()
getSortOrder
public int getSortOrder()
- Returns:
- the sortOrder
setSortOrder
public void setSortOrder(int sortOrder)
- Parameters:
sortOrder - the sortOrder to set
getBluepayRequestUrl
public java.lang.String getBluepayRequestUrl()
- Returns:
- the bluepayRequestUrl
setBluepayRequestUrl
public void setBluepayRequestUrl(java.lang.String bluepayRequestUrl)
- Parameters:
bluepayRequestUrl - the bluepayRequestUrl to set
getBluepayAcctId
public java.lang.String getBluepayAcctId()
- Returns:
- the bluepayAcctId
setBluepayAcctId
public void setBluepayAcctId(java.lang.String bluepayAcctId)
- Parameters:
bluepayAcctId - the bluepayAcctId to set
isTestMode
public boolean isTestMode()
- Returns:
- the testMode
setTestMode
public void setTestMode(boolean testMode)
- Parameters:
testMode - the testMode to set
isShowPostcode
public boolean isShowPostcode()
- Returns:
- the showPostcode
setShowPostcode
public void setShowPostcode(boolean showPostcode)
- Parameters:
showPostcode - the showPostcode to set
isShowAddress
public boolean isShowAddress()
- Returns:
- the showAddress
setShowAddress
public void setShowAddress(boolean showAddress)
- Parameters:
showAddress - the showAddress to set
isShowCVV
public boolean isShowCVV()
- Returns:
- the showCVV
setShowCVV
public void setShowCVV(boolean showCVV)
- Parameters:
showCVV - the showCVV to set
getZone
public int getZone()
- Returns:
- the zone
setZone
public void setZone(int zone)
- Parameters:
zone - the zone to set
getOrderStatusId
public int getOrderStatusId()
- Returns:
- the orderStatusId
setOrderStatusId
public void setOrderStatusId(int orderStatusId)
- Parameters:
orderStatusId - the orderStatusId to set
Copyright © 2011 DS Data Systems UK Ltd.