com.konakart.bl.modules.payment.usaepay
Class Usaepay.StaticData

java.lang.Object
  extended by com.konakart.bl.modules.payment.usaepay.Usaepay.StaticData
Enclosing class:
Usaepay

protected class Usaepay.StaticData
extends java.lang.Object

Used to store the static data of this module


Constructor Summary
protected Usaepay.StaticData()
           
 
Method Summary
 int getOrderStatusId()
           
 int getSortOrder()
           
 java.lang.String getUsaePayKey()
           
 java.lang.String getUsaePayRequestUrl()
           
 int getZone()
           
 boolean isShowAddress()
           
 boolean isShowCVV()
           
 boolean isShowPostcode()
           
 boolean isTestMode()
           
 void setOrderStatusId(int orderStatusId)
           
 void setShowAddress(boolean showAddress)
           
 void setShowCVV(boolean showCVV)
           
 void setShowPostcode(boolean showPostcode)
           
 void setSortOrder(int sortOrder)
           
 void setTestMode(boolean testMode)
           
 void setUsaePayKey(java.lang.String usaePayKey)
           
 void setUsaePayRequestUrl(java.lang.String usaePayRequestUrl)
           
 void setZone(int zone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Usaepay.StaticData

protected Usaepay.StaticData()
Method Detail

getSortOrder

public int getSortOrder()
Returns:
the sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Parameters:
sortOrder - the sortOrder to set

getUsaePayRequestUrl

public java.lang.String getUsaePayRequestUrl()
Returns:
the usaePayRequestUrl

setUsaePayRequestUrl

public void setUsaePayRequestUrl(java.lang.String usaePayRequestUrl)
Parameters:
usaePayRequestUrl - the usaePayRequestUrl to set

getUsaePayKey

public java.lang.String getUsaePayKey()
Returns:
the usaePayKey

setUsaePayKey

public void setUsaePayKey(java.lang.String usaePayKey)
Parameters:
usaePayKey - the usaePayKey to set

isTestMode

public boolean isTestMode()
Returns:
the testMode

setTestMode

public void setTestMode(boolean testMode)
Parameters:
testMode - the testMode to set

isShowPostcode

public boolean isShowPostcode()
Returns:
the showPostcode

setShowPostcode

public void setShowPostcode(boolean showPostcode)
Parameters:
showPostcode - the showPostcode to set

isShowAddress

public boolean isShowAddress()
Returns:
the showAddress

setShowAddress

public void setShowAddress(boolean showAddress)
Parameters:
showAddress - the showAddress 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

getOrderStatusId

public int getOrderStatusId()
Returns:
the orderStatusId

setOrderStatusId

public void setOrderStatusId(int orderStatusId)
Parameters:
orderStatusId - the orderStatusId to set


Copyright © 2011 DS Data Systems UK Ltd.