com.konakartadmin.modules.payment.authorizenet
Class AdminPayment.ConfigVariables

java.lang.Object
  extended by 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


Field Summary
private  java.lang.String authorizeNetARBRequestUrl
           
private  java.lang.String authorizeNetLoginId
           
private  java.lang.String authorizeNetRequestUrl
           
private  java.lang.String authorizeNetTxnKey
           
private  boolean showCVV
           
private  int sortOrder
           
private  boolean testMode
           
private  int zone
           
 
Constructor Summary
protected AdminPayment.ConfigVariables()
           
 
Method Summary
 java.lang.String getAuthorizeNetARBRequestUrl()
           
 java.lang.String getAuthorizeNetLoginId()
           
 java.lang.String getAuthorizeNetRequestUrl()
           
 java.lang.String getAuthorizeNetTxnKey()
           
 int getSortOrder()
           
 int getZone()
           
 boolean isShowCVV()
           
 boolean isTestMode()
           
 void setAuthorizeNetARBRequestUrl(java.lang.String authorizeNetARBRequestUrl)
           
 void setAuthorizeNetLoginId(java.lang.String authorizeNetLoginId)
           
 void setAuthorizeNetRequestUrl(java.lang.String authorizeNetRequestUrl)
           
 void setAuthorizeNetTxnKey(java.lang.String authorizeNetTxnKey)
           
 void setShowCVV(boolean showCVV)
           
 void setSortOrder(int sortOrder)
           
 void setTestMode(boolean testMode)
           
 void setZone(int zone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AdminPayment.ConfigVariables

protected AdminPayment.ConfigVariables()
Method Detail

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.