public class AdImportedFileDTO extends ImportedFileDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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 BasicProperty<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 ImportedFileDTOpublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.lang.String className()
className in class ImportedFileDTO