public class AdImportedFileData extends ImportedFileData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,AdImportedFileData> |
CURRENCIES |
IMPORT_TYPE, PROGRESS, RESULT_HEADERS, RESULTSCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
AdImportedFileData() |
AdImportedFileData(Property<T,? super AdImportedFileData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CurrencyVO> |
getCurrencies() |
void |
setCurrencies(java.util.List<CurrencyVO> currencies) |
getImportType, getProgress, getResultHeaders, getResults, setImportType, setProgress, setResultHeaders, setResultsgetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CurrencyVO,AdImportedFileData> CURRENCIES
public AdImportedFileData()
public AdImportedFileData(Property<T,? super AdImportedFileData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ImportedFileDatapublic java.util.List<CurrencyVO> getCurrencies()
public void setCurrencies(java.util.List<CurrencyVO> currencies)
public java.lang.String className()
className in class ImportedFileData