public class AdImportedFileDTO extends ImportedFileDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<CurrencyVO,AdImportedFileDTO> |
CURRENCY |
BY, CREATION_DATE, DESCRIPTION, ERROR_MESSAGE, FILE_NAME, IGNORED_FIELDS, IMPORT_ERRORS, IMPORT_SUCCESSES, PERMANENT, PROCESS_AUTOMATICALLY, PROCESSING_DATE, SKIPPED, STATUS, VALIDATION_ERRORS, VALIDATION_SUCCESSESID| Constructor and Description |
|---|
AdImportedFileDTO() |
AdImportedFileDTO(java.lang.Long id) |
AdImportedFileDTO(Property<T,? super AdImportedFileDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
CurrencyVO |
getCurrency() |
void |
setCurrency(CurrencyVO currency) |
getBy, getCreationDate, getDescription, getErrorMessage, getFileName, getIgnoredFields, getImportErrors, getImportSuccesses, getProcessingDate, getSkipped, getStatus, getValidationErrors, getValidationSuccesses, isPermanent, isProcessAutomatically, setBy, setCreationDate, setDescription, setErrorMessage, setFileName, setIgnoredFields, setImportErrors, setImportSuccesses, setPermanent, setProcessAutomatically, setProcessingDate, setSkipped, setStatus, setValidationErrors, setValidationSuccessesgetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<CurrencyVO,AdImportedFileDTO> CURRENCY
public AdImportedFileDTO()
public AdImportedFileDTO(java.lang.Long id)
public AdImportedFileDTO(Property<T,? super AdImportedFileDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ImportedFileDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ImportedFileDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ImportedFileDTOpublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)