public class RecordImportedFileDTO extends ImportedFileDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<RecordTypeVO,RecordImportedFileDTO> |
TYPE |
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 |
|---|
RecordImportedFileDTO() |
RecordImportedFileDTO(java.lang.Long id) |
RecordImportedFileDTO(Property<T,? super RecordImportedFileDTO> 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
|
RecordTypeVO |
getType() |
void |
setType(RecordTypeVO type) |
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<RecordTypeVO,RecordImportedFileDTO> TYPE
public RecordImportedFileDTO()
public RecordImportedFileDTO(java.lang.Long id)
public RecordImportedFileDTO(Property<T,? super RecordImportedFileDTO> 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 RecordTypeVO getType()
public void setType(RecordTypeVO type)