com.konakartadmin.bl
Class AdminPublishProductMgr.StaticData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
googleCodePresent
private boolean googleCodePresent
googleShoppingEnabled
private boolean googleShoppingEnabled
googlePData
private PublishData googlePData
publishGoogleProds
private PublishProductsIf publishGoogleProds
AdminPublishProductMgr.StaticData
protected AdminPublishProductMgr.StaticData()
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.