com.konakart.bl.modules.payment.payjunction
Class Payjunction.StaticData
java.lang.Object
com.konakart.bl.modules.payment.payjunction.Payjunction.StaticData
- Enclosing class:
- Payjunction
protected class Payjunction.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 |
Payjunction.StaticData
protected Payjunction.StaticData()
getSortOrder
public int getSortOrder()
- Returns:
- the sortOrder
setSortOrder
public void setSortOrder(int sortOrder)
- Parameters:
sortOrder - the sortOrder to set
getPayJunctionRequestUrl
public java.lang.String getPayJunctionRequestUrl()
- Returns:
- the payJunctionRequestUrl
setPayJunctionRequestUrl
public void setPayJunctionRequestUrl(java.lang.String payJunctionRequestUrl)
- Parameters:
payJunctionRequestUrl - the payJunctionRequestUrl to set
getPayJunctionUsername
public java.lang.String getPayJunctionUsername()
- Returns:
- the payJunctionUsername
setPayJunctionUsername
public void setPayJunctionUsername(java.lang.String payJunctionUsername)
- Parameters:
payJunctionUsername - the payJunctionUsername to set
getPayJunctionPassword
public java.lang.String getPayJunctionPassword()
- Returns:
- the payJunctionPassword
setPayJunctionPassword
public void setPayJunctionPassword(java.lang.String payJunctionPassword)
- Parameters:
payJunctionPassword - the payJunctionPassword to set
getPayJunctionSecurityCode
public java.lang.String getPayJunctionSecurityCode()
- Returns:
- the payJunctionSecurityCode
setPayJunctionSecurityCode
public void setPayJunctionSecurityCode(java.lang.String payJunctionSecurityCode)
- Parameters:
payJunctionSecurityCode - the payJunctionSecurityCode to set
isDebugMode
public boolean isDebugMode()
- Returns:
- the debugMode
setDebugMode
public void setDebugMode(boolean debugMode)
- Parameters:
debugMode - the debugMode 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.