com.konakartadmin.modules.payment.authorizenet
Class AdminPayment.ConfigVariables
java.lang.Object
com.konakartadmin.modules.payment.authorizenet.AdminPayment.ConfigVariables
- Enclosing class:
- AdminPayment
protected class AdminPayment.ConfigVariables
- extends java.lang.Object
Used to store the configuration data of this module
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sortOrder
private int sortOrder
authorizeNetRequestUrl
private java.lang.String authorizeNetRequestUrl
authorizeNetARBRequestUrl
private java.lang.String authorizeNetARBRequestUrl
authorizeNetLoginId
private java.lang.String authorizeNetLoginId
authorizeNetTxnKey
private java.lang.String authorizeNetTxnKey
testMode
private boolean testMode
showCVV
private boolean showCVV
zone
private int zone
AdminPayment.ConfigVariables
protected AdminPayment.ConfigVariables()
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
getAuthorizeNetARBRequestUrl
public java.lang.String getAuthorizeNetARBRequestUrl()
- Returns:
- the authorizeNetARBRequestUrl
setAuthorizeNetARBRequestUrl
public void setAuthorizeNetARBRequestUrl(java.lang.String authorizeNetARBRequestUrl)
- Parameters:
authorizeNetARBRequestUrl
- the authorizeNetARBRequestUrl to set
Copyright © 2011 DS Data Systems UK Ltd.