com.konakart.bl.modules.payment.authorizenet
Class Authorizenet.StaticData
java.lang.Object
com.konakart.bl.modules.payment.authorizenet.Authorizenet.StaticData
- Enclosing class:
- Authorizenet
protected class Authorizenet.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 |
Authorizenet.StaticData
protected Authorizenet.StaticData()
getSortOrder
public int getSortOrder()
- Returns:
- the sortOrder
setSortOrder
public void setSortOrder(int sortOrder)
- Parameters:
sortOrder - the sortOrder to set
getAuthorizeNetRequestUrl
public java.lang.String getAuthorizeNetRequestUrl()
- Returns:
- the authorizeNetRequestUrl
setAuthorizeNetRequestUrl
public void setAuthorizeNetRequestUrl(java.lang.String authorizeNetRequestUrl)
- Parameters:
authorizeNetRequestUrl - the authorizeNetRequestUrl to set
getAuthorizeNetLoginId
public java.lang.String getAuthorizeNetLoginId()
- Returns:
- the authorizeNetLoginId
setAuthorizeNetLoginId
public void setAuthorizeNetLoginId(java.lang.String authorizeNetLoginId)
- Parameters:
authorizeNetLoginId - the authorizeNetLoginId to set
getAuthorizeNetTxnKey
public java.lang.String getAuthorizeNetTxnKey()
- Returns:
- the authorizeNetTxnKey
setAuthorizeNetTxnKey
public void setAuthorizeNetTxnKey(java.lang.String authorizeNetTxnKey)
- Parameters:
authorizeNetTxnKey - the authorizeNetTxnKey to set
isTestMode
public boolean isTestMode()
- Returns:
- the testMode
setTestMode
public void setTestMode(boolean testMode)
- Parameters:
testMode - the testMode 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
Copyright © 2011 DS Data Systems UK Ltd.