public class AdminPublishConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AdminPublishConfig()
Constructor
|
Modifier and Type | Method and Description |
---|---|
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() |
public static final int DATA_FEED_TYPE_GOOGLE
private int feedType
private java.lang.String storeId
private java.lang.String logFileName
private java.lang.String command
private int maxProducts
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getFeedType()
public void setFeedType(int feedType)
feedType
- The feedType to set.public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- The storeId to set.public java.lang.String getLogFileName()
public void setLogFileName(java.lang.String logFileName)
logFileName
- The logFileName to set.public java.lang.String getCommand()
public void setCommand(java.lang.String command)
command
- The command to set.public int getMaxProducts()
public void setMaxProducts(int maxProducts)
maxProducts
- The maxProducts to set.Copyright © 2018 DS Data Systems UK Ltd.