public class RecordImportedFileDTO extends ImportedFileDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<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 ImportedFileDTOpublic RecordTypeVO getType()
public void setType(RecordTypeVO type)
public java.lang.String className()
className in class ImportedFileDTO