public class ExportDocumentLineModel
extends java.lang.Object
Constructor and Description |
---|
ExportDocumentLineModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry()
Getter for country
The transactions in the country you wish to run a report:
use "ALL" for all countries
use "ALL Non-US" for all international countries
or use a single 2-char ISO country code
|
java.lang.String |
getCulture()
Getter for culture
In which culture your report is produced with.
|
java.lang.String |
getCurrencyCode()
Getter for currencyCode
The currency your report is displayed in.
|
ReportDateFilter |
getDateFilter()
Getter for dateFilter
The type of date to filter your transactions
|
java.lang.String |
getDateFormat()
Getter for dateFormat
Format of dates in your rendered report.
|
ReportDocType |
getDocType()
Getter for docType
The transaction type you want to run a report on
|
java.util.Date |
getEndDate()
Getter for endDate
The end date filter for report execution.
|
ReportFormat |
getFormat()
Getter for format
The file format.
|
java.util.Date |
getStartDate()
Getter for startDate
The start date filter for report execution.
|
java.lang.String |
getState()
Getter for state
The state associated with the transactions you wish to run a report on: use "ALL" for all states.
|
void |
setCountry(java.lang.String value)
Setter for country
The transactions in the country you wish to run a report:
use "ALL" for all countries
use "ALL Non-US" for all international countries
or use a single 2-char ISO country code
|
void |
setCulture(java.lang.String value)
Setter for culture
In which culture your report is produced with.
|
void |
setCurrencyCode(java.lang.String value)
Setter for currencyCode
The currency your report is displayed in.
|
void |
setDateFilter(ReportDateFilter value)
Setter for dateFilter
The type of date to filter your transactions
|
void |
setDateFormat(java.lang.String value)
Setter for dateFormat
Format of dates in your rendered report.
|
void |
setDocType(ReportDocType value)
Setter for docType
The transaction type you want to run a report on
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The end date filter for report execution.
|
void |
setFormat(ReportFormat value)
Setter for format
The file format.
|
void |
setStartDate(java.util.Date value)
Setter for startDate
The start date filter for report execution.
|
void |
setState(java.lang.String value)
Setter for state
The state associated with the transactions you wish to run a report on: use "ALL" for all states.
|
java.lang.String |
toString()
Returns a JSON string representation of ExportDocumentLineModel
|
public ReportFormat getFormat()
public void setFormat(ReportFormat value)
public java.util.Date getStartDate()
public void setStartDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getState()
public void setState(java.lang.String value)
public ReportDateFilter getDateFilter()
public void setDateFilter(ReportDateFilter value)
public ReportDocType getDocType()
public void setDocType(ReportDocType value)
public java.lang.String getDateFormat()
public void setDateFormat(java.lang.String value)
public java.lang.String getCulture()
public void setCulture(java.lang.String value)
public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object