com.konakart.bl.modules.payment.payjunction
Class Payjunction.StaticData

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


Constructor Summary
protected Payjunction.StaticData()
           
 
Method Summary
 java.lang.String getPayJunctionPassword()
           
 java.lang.String getPayJunctionRequestUrl()
           
 java.lang.String getPayJunctionSecurityCode()
           
 java.lang.String getPayJunctionUsername()
           
 int getSortOrder()
           
 int getZone()
           
 boolean isDebugMode()
           
 void setDebugMode(boolean debugMode)
           
 void setPayJunctionPassword(java.lang.String payJunctionPassword)
           
 void setPayJunctionRequestUrl(java.lang.String payJunctionRequestUrl)
           
 void setPayJunctionSecurityCode(java.lang.String payJunctionSecurityCode)
           
 void setPayJunctionUsername(java.lang.String payJunctionUsername)
           
 void setSortOrder(int sortOrder)
           
 void setZone(int zone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Payjunction.StaticData

protected Payjunction.StaticData()
Method Detail

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.