public class AdminMailListOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
custom1
custom1
|
private java.lang.String |
custom2
custom2
|
static int |
FILE_FORMAT_CSV_NO_HDR
Output file format - CSV without a heder row
|
static int |
FILE_FORMAT_CSV_WITH_HDR
Output file format - CSV with header row
|
static int |
FILE_FORMAT_XML
Output file format - XML
|
private java.lang.String |
fileName
fileName
|
private int |
outputFormat
Output File Format
|
private boolean |
overwrite
overwrite
|
Constructor and Description |
---|
AdminMailListOptions()
Instantiates an AdminAddressSearch object - a requirement for a bean class
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getFileName() |
int |
getOutputFormat()
File Output Format
|
boolean |
isOverwrite() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setFileName(java.lang.String fileName) |
void |
setOutputFormat(int outputFormat)
File Output Format
|
void |
setOverwrite(boolean overwrite) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public static final int FILE_FORMAT_CSV_WITH_HDR
public static final int FILE_FORMAT_CSV_NO_HDR
public static final int FILE_FORMAT_XML
private int outputFormat
private java.lang.String fileName
private boolean overwrite
private java.lang.String custom1
private java.lang.String custom2
public AdminMailListOptions()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic int getOutputFormat()
Can be one of:
public void setOutputFormat(int outputFormat)
Can be one of:
outputFormat
- the outputFormat to setpublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the fileName to setpublic boolean isOverwrite()
public void setOverwrite(boolean overwrite)
overwrite
- the overwrite to setCopyright © 2018 DS Data Systems UK Ltd.