com.konakartadmin.bl
Class AdminPublishProductMgr.StaticData

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

protected class AdminPublishProductMgr.StaticData
extends java.lang.Object

Used to store the static data of this manager


Field Summary
private  boolean googleCodePresent
           
private  PublishData googlePData
           
private  boolean googleShoppingEnabled
           
private  PublishProductsIf publishGoogleProds
           
 
Constructor Summary
protected AdminPublishProductMgr.StaticData()
           
 
Method Summary
 PublishData getGooglePData()
           
 PublishProductsIf getPublishGoogleProds()
           
 boolean isGoogleCodePresent()
           
 boolean isGoogleShoppingEnabled()
           
 void setGoogleCodePresent(boolean googleCodePresent)
           
 void setGooglePData(PublishData googlePData)
           
 void setGoogleShoppingEnabled(boolean googleShoppingEnabled)
           
 void setPublishGoogleProds(PublishProductsIf publishGoogleProds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

googleCodePresent

private boolean googleCodePresent

googleShoppingEnabled

private boolean googleShoppingEnabled

googlePData

private PublishData googlePData

publishGoogleProds

private PublishProductsIf publishGoogleProds
Constructor Detail

AdminPublishProductMgr.StaticData

protected AdminPublishProductMgr.StaticData()
Method Detail

isGoogleCodePresent

public boolean isGoogleCodePresent()
Returns:
Returns the googleCodePresent.

setGoogleCodePresent

public void setGoogleCodePresent(boolean googleCodePresent)
Parameters:
googleCodePresent - The googleCodePresent to set.

getPublishGoogleProds

public PublishProductsIf getPublishGoogleProds()
Returns:
Returns the publishGoogleProds.

setPublishGoogleProds

public void setPublishGoogleProds(PublishProductsIf publishGoogleProds)
Parameters:
publishGoogleProds - The publishGoogleProds to set.

isGoogleShoppingEnabled

public boolean isGoogleShoppingEnabled()
Returns:
Returns the googleShoppingEnabled.

setGoogleShoppingEnabled

public void setGoogleShoppingEnabled(boolean googleShoppingEnabled)
Parameters:
googleShoppingEnabled - The googleShoppingEnabled to set.

getGooglePData

public PublishData getGooglePData()
Returns:
Returns the googlePData.

setGooglePData

public void setGooglePData(PublishData googlePData)
Parameters:
googlePData - The googlePData to set.


Copyright © 2011 DS Data Systems UK Ltd.