com.konakart.bl.modules.payment.eway_au
Class Eway_au.StaticData

java.lang.Object
  extended by com.konakart.bl.modules.payment.eway_au.Eway_au.StaticData
Enclosing class:
Eway_au

protected class Eway_au.StaticData
extends java.lang.Object

Used to store the static data of this module


Constructor Summary
protected Eway_au.StaticData()
           
 
Method Summary
 java.lang.String getMerchantAcctId()
           
 int getOrderStatusId()
           
 java.lang.String getRequestUrl()
           
 int getSortOrder()
           
 int getZone()
           
 boolean isShowAddress()
           
 boolean isShowCVV()
           
 boolean isShowPostcode()
           
 void setMerchantAcctId(java.lang.String merchantAcctId)
           
 void setOrderStatusId(int orderStatusId)
           
 void setRequestUrl(java.lang.String requestUrl)
           
 void setShowAddress(boolean showAddress)
           
 void setShowCVV(boolean showCVV)
           
 void setShowPostcode(boolean showPostcode)
           
 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

Eway_au.StaticData

protected Eway_au.StaticData()
Method Detail

getSortOrder

public int getSortOrder()
Returns:
the sortOrder

setSortOrder

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

getRequestUrl

public java.lang.String getRequestUrl()
Returns:
the requestUrl

setRequestUrl

public void setRequestUrl(java.lang.String requestUrl)
Parameters:
requestUrl - the requestUrl to set

getMerchantAcctId

public java.lang.String getMerchantAcctId()
Returns:
the merchantAcctId

setMerchantAcctId

public void setMerchantAcctId(java.lang.String merchantAcctId)
Parameters:
merchantAcctId - the merchantAcctId 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.