com.konakartadmin.app
Class AdminPublishConfig

java.lang.Object
  extended by com.konakartadmin.app.AdminPublishConfig

public class AdminPublishConfig
extends java.lang.Object

The AdminPublishConfig object is used to define Data Feed Publishing functions.


Field Summary
private  java.lang.String command
          Publish command ("Publish" or "Read")
static int DATA_FEED_TYPE_GOOGLE
          Define constants for each feed type here
private  int feedType
          feedType
private  java.lang.String logFileName
          logFileName
private  int maxProducts
          Maximum Products to Read
private  java.lang.String storeId
          storeId
 
Constructor Summary
AdminPublishConfig()
          Constructor
 
Method Summary
 java.lang.String getCommand()
           
 int getFeedType()
           
 java.lang.String getLogFileName()
           
 int getMaxProducts()
           
 java.lang.String getStoreId()
           
 void setCommand(java.lang.String command)
           
 void setFeedType(int feedType)
           
 void setLogFileName(java.lang.String logFileName)
           
 void setMaxProducts(int maxProducts)
           
 void setStoreId(java.lang.String storeId)
           
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATA_FEED_TYPE_GOOGLE

public static final int DATA_FEED_TYPE_GOOGLE
Define constants for each feed type here

See Also:
Constant Field Values

feedType

private int feedType
feedType


storeId

private java.lang.String storeId
storeId


logFileName

private java.lang.String logFileName
logFileName


command

private java.lang.String command
Publish command ("Publish" or "Read")


maxProducts

private int maxProducts
Maximum Products to Read

Constructor Detail

AdminPublishConfig

public AdminPublishConfig()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string representing the object

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing selected attributes of the Option object.

getFeedType

public int getFeedType()
Returns:
Returns the feedType.

setFeedType

public void setFeedType(int feedType)
Parameters:
feedType - The feedType to set.

getStoreId

public java.lang.String getStoreId()
Returns:
Returns the storeId.

setStoreId

public void setStoreId(java.lang.String storeId)
Parameters:
storeId - The storeId to set.

getLogFileName

public java.lang.String getLogFileName()
Returns:
Returns the logFileName.

setLogFileName

public void setLogFileName(java.lang.String logFileName)
Parameters:
logFileName - The logFileName to set.

getCommand

public java.lang.String getCommand()
Returns:
Returns the command.

setCommand

public void setCommand(java.lang.String command)
Parameters:
command - The command to set.

getMaxProducts

public int getMaxProducts()
Returns:
Returns the maxProducts.

setMaxProducts

public void setMaxProducts(int maxProducts)
Parameters:
maxProducts - The maxProducts to set.


Copyright © 2011 DS Data Systems UK Ltd.