public class ImportedFileDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<UserVO,ImportedFileDTO> |
BY |
static Property<DateTime,ImportedFileDTO> |
CREATION_DATE |
static Property<java.lang.String,ImportedFileDTO> |
DESCRIPTION |
static Property<java.lang.String,ImportedFileDTO> |
ERROR_MESSAGE |
static Property<java.lang.String,ImportedFileDTO> |
FILE_NAME |
static Property<java.lang.String,ImportedFileDTO> |
IGNORED_FIELDS |
static Property<java.lang.Integer,ImportedFileDTO> |
IMPORT_ERRORS |
static Property<java.lang.Integer,ImportedFileDTO> |
IMPORT_SUCCESSES |
static Property<ImportType,ImportedFileDTO> |
IMPORT_TYPE |
static Property<DateTime,ImportedFileDTO> |
PROCESSING_DATE |
static Property<java.lang.Integer,ImportedFileDTO> |
SKIPPED |
static Property<ImportedFileStatus,ImportedFileDTO> |
STATUS |
static Property<java.lang.Integer,ImportedFileDTO> |
VALIDATION_ERRORS |
static Property<java.lang.Integer,ImportedFileDTO> |
VALIDATION_SUCCESSES |
ID| Constructor and Description |
|---|
ImportedFileDTO() |
ImportedFileDTO(java.lang.Long id) |
ImportedFileDTO(Property<T,? super ImportedFileDTO> 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
|
UserVO |
getBy() |
DateTime |
getCreationDate() |
java.lang.String |
getDescription() |
java.lang.String |
getErrorMessage() |
java.lang.String |
getFileName() |
java.lang.String |
getIgnoredFields() |
java.lang.Integer |
getImportErrors() |
java.lang.Integer |
getImportSuccesses() |
ImportType |
getImportType() |
DateTime |
getProcessingDate() |
java.lang.Integer |
getSkipped() |
ImportedFileStatus |
getStatus() |
java.lang.Integer |
getValidationErrors() |
java.lang.Integer |
getValidationSuccesses() |
void |
setBy(UserVO by) |
void |
setCreationDate(DateTime creationDate) |
void |
setDescription(java.lang.String description) |
void |
setErrorMessage(java.lang.String errorMessage) |
void |
setFileName(java.lang.String fileName) |
void |
setIgnoredFields(java.lang.String ignoredFields) |
void |
setImportErrors(java.lang.Integer importErrors) |
void |
setImportSuccesses(java.lang.Integer importSuccesses) |
void |
setImportType(ImportType importType) |
void |
setProcessingDate(DateTime processingDate) |
void |
setSkipped(java.lang.Integer skipped) |
void |
setStatus(ImportedFileStatus status) |
void |
setValidationErrors(java.lang.Integer validationErrors) |
void |
setValidationSuccesses(java.lang.Integer validationSuccesses) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserVO,ImportedFileDTO> BY
public static final Property<DateTime,ImportedFileDTO> CREATION_DATE
public static final Property<java.lang.String,ImportedFileDTO> DESCRIPTION
public static final Property<java.lang.String,ImportedFileDTO> ERROR_MESSAGE
public static final Property<java.lang.String,ImportedFileDTO> FILE_NAME
public static final Property<java.lang.String,ImportedFileDTO> IGNORED_FIELDS
public static final Property<java.lang.Integer,ImportedFileDTO> IMPORT_ERRORS
public static final Property<java.lang.Integer,ImportedFileDTO> IMPORT_SUCCESSES
public static final Property<ImportType,ImportedFileDTO> IMPORT_TYPE
public static final Property<DateTime,ImportedFileDTO> PROCESSING_DATE
public static final Property<java.lang.Integer,ImportedFileDTO> SKIPPED
public static final Property<ImportedFileStatus,ImportedFileDTO> STATUS
public static final Property<java.lang.Integer,ImportedFileDTO> VALIDATION_ERRORS
public static final Property<java.lang.Integer,ImportedFileDTO> VALIDATION_SUCCESSES
public ImportedFileDTO()
public ImportedFileDTO(java.lang.Long id)
public ImportedFileDTO(Property<T,? super ImportedFileDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic UserVO getBy()
public DateTime getCreationDate()
public java.lang.String getDescription()
public java.lang.String getErrorMessage()
public java.lang.String getFileName()
public java.lang.String getIgnoredFields()
public java.lang.Integer getImportErrors()
public java.lang.Integer getImportSuccesses()
public ImportType getImportType()
public DateTime getProcessingDate()
public java.lang.Integer getSkipped()
public ImportedFileStatus getStatus()
public java.lang.Integer getValidationErrors()
public java.lang.Integer getValidationSuccesses()
public void setBy(UserVO by)
public void setCreationDate(DateTime creationDate)
public void setDescription(java.lang.String description)
public void setErrorMessage(java.lang.String errorMessage)
public void setFileName(java.lang.String fileName)
public void setIgnoredFields(java.lang.String ignoredFields)
public void setImportErrors(java.lang.Integer importErrors)
public void setImportSuccesses(java.lang.Integer importSuccesses)
public void setImportType(ImportType importType)
public void setProcessingDate(DateTime processingDate)
public void setSkipped(java.lang.Integer skipped)
public void setStatus(ImportedFileStatus status)
public void setValidationErrors(java.lang.Integer validationErrors)
public void setValidationSuccesses(java.lang.Integer validationSuccesses)