org.broadleafcommerce.vendor.authorizenet.service.payment
Class AuthorizeNetGatewayRequestImpl

java.lang.Object
  extended by org.broadleafcommerce.vendor.authorizenet.service.payment.AuthorizeNetGatewayRequestImpl
All Implemented Interfaces:
Serializable, AuthorizeNetGatewayRequest

public class AuthorizeNetGatewayRequestImpl
extends Object
implements AuthorizeNetGatewayRequest

Author:
elbertbautista
See Also:
Serialized Form

Field Summary
protected  String apiLoginId
           
protected  String merchantMD5Key
           
protected  String merchantTransactionVersion
           
protected  String relayResponseUrl
           
protected  String serverUrl
           
protected  String transactionKey
           
protected  String xTestRequest
           
 
Constructor Summary
AuthorizeNetGatewayRequestImpl()
           
 
Method Summary
 String getApiLoginId()
           
 String getMerchantMD5Key()
           
 String getMerchantTransactionVersion()
           
 String getRelayResponseUrl()
           
 String getServerUrl()
           
 String getTransactionKey()
           
 String getxTestRequest()
           
 void setApiLoginId(String apiLoginId)
           
 void setMerchantMD5Key(String merchantMD5Key)
           
 void setMerchantTransactionVersion(String merchantTransactionVersion)
           
 void setRelayResponseUrl(String relayResponseUrl)
           
 void setServerUrl(String serverUrl)
           
 void setTransactionKey(String transactionKey)
           
 void setxTestRequest(String xTestRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

apiLoginId

protected String apiLoginId

transactionKey

protected String transactionKey

relayResponseUrl

protected String relayResponseUrl

merchantMD5Key

protected String merchantMD5Key

merchantTransactionVersion

protected String merchantTransactionVersion

xTestRequest

protected String xTestRequest

serverUrl

protected String serverUrl
Constructor Detail

AuthorizeNetGatewayRequestImpl

public AuthorizeNetGatewayRequestImpl()
Method Detail

getApiLoginId

public String getApiLoginId()
Specified by:
getApiLoginId in interface AuthorizeNetGatewayRequest

setApiLoginId

public void setApiLoginId(String apiLoginId)
Specified by:
setApiLoginId in interface AuthorizeNetGatewayRequest

getTransactionKey

public String getTransactionKey()
Specified by:
getTransactionKey in interface AuthorizeNetGatewayRequest

setTransactionKey

public void setTransactionKey(String transactionKey)
Specified by:
setTransactionKey in interface AuthorizeNetGatewayRequest

getRelayResponseUrl

public String getRelayResponseUrl()
Specified by:
getRelayResponseUrl in interface AuthorizeNetGatewayRequest

setRelayResponseUrl

public void setRelayResponseUrl(String relayResponseUrl)
Specified by:
setRelayResponseUrl in interface AuthorizeNetGatewayRequest

getMerchantMD5Key

public String getMerchantMD5Key()
Specified by:
getMerchantMD5Key in interface AuthorizeNetGatewayRequest

setMerchantMD5Key

public void setMerchantMD5Key(String merchantMD5Key)
Specified by:
setMerchantMD5Key in interface AuthorizeNetGatewayRequest

getMerchantTransactionVersion

public String getMerchantTransactionVersion()
Specified by:
getMerchantTransactionVersion in interface AuthorizeNetGatewayRequest

setMerchantTransactionVersion

public void setMerchantTransactionVersion(String merchantTransactionVersion)
Specified by:
setMerchantTransactionVersion in interface AuthorizeNetGatewayRequest

getxTestRequest

public String getxTestRequest()
Specified by:
getxTestRequest in interface AuthorizeNetGatewayRequest

setxTestRequest

public void setxTestRequest(String xTestRequest)
Specified by:
setxTestRequest in interface AuthorizeNetGatewayRequest

getServerUrl

public String getServerUrl()
Specified by:
getServerUrl in interface AuthorizeNetGatewayRequest

setServerUrl

public void setServerUrl(String serverUrl)
Specified by:
setServerUrl in interface AuthorizeNetGatewayRequest


Copyright © 2012. All Rights Reserved.