com.konakartadmin.bl
Class AdminModulesMgr.StaticData

java.lang.Object
  extended by com.konakartadmin.bl.AdminModulesMgr.StaticData
Enclosing class:
AdminModulesMgr

protected class AdminModulesMgr.StaticData
extends java.lang.Object

Used to store the static data of this manager


Field Summary
private  boolean initDone
          Initialisation of modules completed for the store boolean
private  int numOrderTotalModules
          the number of order total modules that can be set up
private  int numOtherModules
          the number of other modules that can be set up
private  int numPaymentModules
          the number of payment modules that can be set up
private  int numShippingModules
          the number of shipping modules that can be set up
private  OrderTotalModule[] orderTotalModules
           
private  OtherModule[] otherModules
           
private  PaymentModule[] paymentModules
           
private  ShippingModule[] shippingModules
           
 
Constructor Summary
protected AdminModulesMgr.StaticData()
           
 
Method Summary
 int getNumOrderTotalModules()
           
 int getNumOtherModules()
           
 int getNumPaymentModules()
           
 int getNumShippingModules()
           
 OrderTotalModule[] getOrderTotalModules()
           
 OtherModule[] getOtherModules()
           
 PaymentModule[] getPaymentModules()
           
 ShippingModule[] getShippingModules()
           
 boolean isInitDone()
           
 void setInitDone(boolean initDone)
           
 void setNumOrderTotalModules(int numOrderTotalModules)
           
 void setNumOtherModules(int numOtherModules)
           
 void setNumPaymentModules(int numberPaymentModules)
           
 void setNumShippingModules(int numShippingModules)
           
 void setOrderTotalModules(OrderTotalModule[] orderTotalModules)
           
 void setOtherModules(OtherModule[] otherModules)
           
 void setPaymentModules(PaymentModule[] paymentModules)
           
 void setShippingModules(ShippingModule[] shippingModules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initDone

private boolean initDone
Initialisation of modules completed for the store boolean


paymentModules

private PaymentModule[] paymentModules

shippingModules

private ShippingModule[] shippingModules

orderTotalModules

private OrderTotalModule[] orderTotalModules

otherModules

private OtherModule[] otherModules

numPaymentModules

private int numPaymentModules
the number of payment modules that can be set up


numShippingModules

private int numShippingModules
the number of shipping modules that can be set up


numOrderTotalModules

private int numOrderTotalModules
the number of order total modules that can be set up


numOtherModules

private int numOtherModules
the number of other modules that can be set up

Constructor Detail

AdminModulesMgr.StaticData

protected AdminModulesMgr.StaticData()
Method Detail

isInitDone

public boolean isInitDone()
Returns:
Returns the initDone.

setInitDone

public void setInitDone(boolean initDone)
Parameters:
initDone - The initDone to set.

getPaymentModules

public PaymentModule[] getPaymentModules()
Returns:
the paymentModules

setPaymentModules

public void setPaymentModules(PaymentModule[] paymentModules)
Parameters:
paymentModules - the paymentModules to set

getOrderTotalModules

public OrderTotalModule[] getOrderTotalModules()
Returns:
the orderTotalModules

setOrderTotalModules

public void setOrderTotalModules(OrderTotalModule[] orderTotalModules)
Parameters:
orderTotalModules - the orderTotalModules to set

getShippingModules

public ShippingModule[] getShippingModules()
Returns:
the shippingModules

setShippingModules

public void setShippingModules(ShippingModule[] shippingModules)
Parameters:
shippingModules - the shippingModules to set

getNumPaymentModules

public int getNumPaymentModules()
Returns:
the number of payment modules that can be set up

setNumPaymentModules

public void setNumPaymentModules(int numberPaymentModules)
Parameters:
numberPaymentModules - set the number of modules that can be set up

getNumOrderTotalModules

public int getNumOrderTotalModules()
Returns:
the numOrderTotalModules

setNumOrderTotalModules

public void setNumOrderTotalModules(int numOrderTotalModules)
Parameters:
numOrderTotalModules - the numOrderTotalModules to set

getNumShippingModules

public int getNumShippingModules()
Returns:
the numShippingModules

setNumShippingModules

public void setNumShippingModules(int numShippingModules)
Parameters:
numShippingModules - the numShippingModules to set

getOtherModules

public OtherModule[] getOtherModules()
Returns:
the otherModules

setOtherModules

public void setOtherModules(OtherModule[] otherModules)
Parameters:
otherModules - the otherModules to set

getNumOtherModules

public int getNumOtherModules()
Returns:
the numOtherModules

setNumOtherModules

public void setNumOtherModules(int numOtherModules)
Parameters:
numOtherModules - the numOtherModules to set


Copyright © 2011 DS Data Systems UK Ltd.