Package org.cyclos.model.system.imports
Class ImportProgressVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.imports.ImportProgressVO
-
- All Implemented Interfaces:
Serializable
public class ImportProgressVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Integer,ImportProgressVO>LINES_IMPORT_ERRORstatic BasicProperty<Integer,ImportProgressVO>LINES_IMPORTEDstatic BasicProperty<Integer,ImportProgressVO>LINES_READYstatic BasicProperty<Integer,ImportProgressVO>LINES_SKIPPEDstatic BasicProperty<Integer,ImportProgressVO>LINES_VALIDATION_ERRORstatic BasicProperty<Double,ImportProgressVO>PROGRESS
-
Constructor Summary
Constructors Constructor Description ImportProgressVO()ImportProgressVO(Property<T,? super ImportProgressVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()intgetLinesImported()intgetLinesImportError()intgetLinesReady()intgetLinesSkipped()intgetLinesValidationError()doublegetProgress()voidsetLinesImported(int linesImported)voidsetLinesImportError(int linesImportError)voidsetLinesReady(int linesReady)voidsetLinesSkipped(int linesSkipped)voidsetLinesValidationError(int linesValidationError)voidsetProgress(double progress)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
LINES_IMPORT_ERROR
public static final BasicProperty<Integer,ImportProgressVO> LINES_IMPORT_ERROR
-
LINES_IMPORTED
public static final BasicProperty<Integer,ImportProgressVO> LINES_IMPORTED
-
LINES_READY
public static final BasicProperty<Integer,ImportProgressVO> LINES_READY
-
LINES_SKIPPED
public static final BasicProperty<Integer,ImportProgressVO> LINES_SKIPPED
-
LINES_VALIDATION_ERROR
public static final BasicProperty<Integer,ImportProgressVO> LINES_VALIDATION_ERROR
-
PROGRESS
public static final BasicProperty<Double,ImportProgressVO> PROGRESS
-
-
Constructor Detail
-
ImportProgressVO
public ImportProgressVO()
-
ImportProgressVO
public ImportProgressVO(Property<T,? super ImportProgressVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getLinesImportError
public int getLinesImportError()
-
setLinesImportError
public void setLinesImportError(int linesImportError)
-
getLinesImported
public int getLinesImported()
-
setLinesImported
public void setLinesImported(int linesImported)
-
getLinesReady
public int getLinesReady()
-
setLinesReady
public void setLinesReady(int linesReady)
-
getLinesSkipped
public int getLinesSkipped()
-
setLinesSkipped
public void setLinesSkipped(int linesSkipped)
-
getLinesValidationError
public int getLinesValidationError()
-
setLinesValidationError
public void setLinesValidationError(int linesValidationError)
-
getProgress
public double getProgress()
-
setProgress
public void setProgress(double progress)
-
-