com.konakart.bl.modules.payment.yourpay
Class Yourpay.StaticData

java.lang.Object
  extended by com.konakart.bl.modules.payment.yourpay.Yourpay.StaticData
Enclosing class:
Yourpay

protected class Yourpay.StaticData
extends java.lang.Object

Used to store the static data of this module


Constructor Summary
protected Yourpay.StaticData()
           
 
Method Summary
 int getOrderStatusId()
           
 int getSortOrder()
           
 java.lang.String getYourPayReferrerUrl()
           
 java.lang.String getYourPayStorename()
           
 int getZone()
           
 boolean isRequestCCV()
           
 boolean isYourPayTestMode()
           
 void setOrderStatusId(int orderStatusId)
           
 void setRequestCCV(boolean requestCCV)
           
 void setSortOrder(int sortOrder)
           
 void setYourPayReferrerUrl(java.lang.String yourPayReferrerUrl)
           
 void setYourPayStorename(java.lang.String yourPayStorename)
           
 void setYourPayTestMode(boolean yourPayTestMode)
           
 void setZone(int zone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Yourpay.StaticData

protected Yourpay.StaticData()
Method Detail

getSortOrder

public int getSortOrder()
Returns:
the sortOrder

setSortOrder

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

getYourPayStorename

public java.lang.String getYourPayStorename()
Returns:
the yourPayStorename

setYourPayStorename

public void setYourPayStorename(java.lang.String yourPayStorename)
Parameters:
yourPayStorename - the yourPayStorename to set

getYourPayReferrerUrl

public java.lang.String getYourPayReferrerUrl()
Returns:
the yourPayReferrerUrl

setYourPayReferrerUrl

public void setYourPayReferrerUrl(java.lang.String yourPayReferrerUrl)
Parameters:
yourPayReferrerUrl - the yourPayReferrerUrl to set

isYourPayTestMode

public boolean isYourPayTestMode()
Returns:
the yourPayTestMode

setYourPayTestMode

public void setYourPayTestMode(boolean yourPayTestMode)
Parameters:
yourPayTestMode - the yourPayTestMode to set

isRequestCCV

public boolean isRequestCCV()
Returns:
the requestCCV

setRequestCCV

public void setRequestCCV(boolean requestCCV)
Parameters:
requestCCV - the requestCCV 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.