com.konakart.bl.modules.payment.elink
Class Elink.StaticData
java.lang.Object
com.konakart.bl.modules.payment.elink.Elink.StaticData
- Enclosing class:
- Elink
protected class Elink.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 |
Elink.StaticData
protected Elink.StaticData()
getSortOrder
public int getSortOrder()
- Returns:
- the sortOrder
setSortOrder
public void setSortOrder(int sortOrder)
- Parameters:
sortOrder - the sortOrder to set
getElinkRequestUrl
public java.lang.String getElinkRequestUrl()
- Returns:
- the elinkRequestUrl
setElinkRequestUrl
public void setElinkRequestUrl(java.lang.String elinkRequestUrl)
- Parameters:
elinkRequestUrl - the elinkRequestUrl to set
getElinkAcctNumber
public java.lang.String getElinkAcctNumber()
- Returns:
- the elinkAcctNumber
setElinkAcctNumber
public void setElinkAcctNumber(java.lang.String elinkAcctNumber)
- Parameters:
elinkAcctNumber - the elinkAcctNumber to set
getElinkAcctPassword
public java.lang.String getElinkAcctPassword()
- Returns:
- the elinkAcctPassword
setElinkAcctPassword
public void setElinkAcctPassword(java.lang.String elinkAcctPassword)
- Parameters:
elinkAcctPassword - the elinkAcctPassword 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.