com.konakart.bl.modules.payment.moneybookers
Class MoneyBookers.StaticData

java.lang.Object
  extended by com.konakart.bl.modules.payment.moneybookers.MoneyBookers.StaticData
Enclosing class:
MoneyBookers

protected class MoneyBookers.StaticData
extends java.lang.Object

Used to store the static data of this module


Constructor Summary
protected MoneyBookers.StaticData()
           
 
Method Summary
 java.lang.String getMoneyBookersAcceptUrl()
           
 java.lang.String getMoneyBookersCallbackUrl()
           
 java.lang.String getMoneyBookersDeclineUrl()
           
 java.lang.String getMoneyBookersPayToEmail()
           
 java.lang.String getMoneyBookersProductId()
           
 java.lang.String getMoneyBookersRequestUrl()
           
 int getOrderStatusId()
           
 int getSortOrder()
           
 int getZone()
           
 void setMoneyBookersAcceptUrl(java.lang.String moneyBookersAcceptUrl)
           
 void setMoneyBookersCallbackUrl(java.lang.String moneyBookersCallbackUrl)
           
 void setMoneyBookersDeclineUrl(java.lang.String moneyBookersDeclineUrl)
           
 void setMoneyBookersPayToEmail(java.lang.String moneyBookersPayToEmail)
           
 void setMoneyBookersProductId(java.lang.String moneyBookersProductId)
           
 void setMoneyBookersRequestUrl(java.lang.String moneyBookersRequestUrl)
           
 void setOrderStatusId(int orderStatusId)
           
 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

MoneyBookers.StaticData

protected MoneyBookers.StaticData()
Method Detail

getSortOrder

public int getSortOrder()
Returns:
the sortOrder

setSortOrder

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

getMoneyBookersCallbackUrl

public java.lang.String getMoneyBookersCallbackUrl()
Returns:
the moneyBookersCallbackUrl

setMoneyBookersCallbackUrl

public void setMoneyBookersCallbackUrl(java.lang.String moneyBookersCallbackUrl)
Parameters:
moneyBookersCallbackUrl - the moneyBookersCallbackUrl to set

getMoneyBookersDeclineUrl

public java.lang.String getMoneyBookersDeclineUrl()
Returns:
the moneyBookersDeclineUrl

setMoneyBookersDeclineUrl

public void setMoneyBookersDeclineUrl(java.lang.String moneyBookersDeclineUrl)
Parameters:
moneyBookersDeclineUrl - the moneyBookersDeclineUrl to set

getMoneyBookersAcceptUrl

public java.lang.String getMoneyBookersAcceptUrl()
Returns:
the moneyBookersAcceptUrl

setMoneyBookersAcceptUrl

public void setMoneyBookersAcceptUrl(java.lang.String moneyBookersAcceptUrl)
Parameters:
moneyBookersAcceptUrl - the moneyBookersAcceptUrl to set

getMoneyBookersProductId

public java.lang.String getMoneyBookersProductId()
Returns:
the moneyBookersProductId

setMoneyBookersProductId

public void setMoneyBookersProductId(java.lang.String moneyBookersProductId)
Parameters:
moneyBookersProductId - the moneyBookersProductId to set

getMoneyBookersPayToEmail

public java.lang.String getMoneyBookersPayToEmail()
Returns:
the moneyBookersPayToEmail

setMoneyBookersPayToEmail

public void setMoneyBookersPayToEmail(java.lang.String moneyBookersPayToEmail)
Parameters:
moneyBookersPayToEmail - the moneyBookersPayToEmail to set

getMoneyBookersRequestUrl

public java.lang.String getMoneyBookersRequestUrl()
Returns:
the moneyBookersRequestUrl

setMoneyBookersRequestUrl

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