public class ImportProgressVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Double,ImportProgressVO> |
PROGRESS |
static BasicProperty<ImportedFileStatus,ImportProgressVO> |
STATUS |
| Constructor and Description |
|---|
ImportProgressVO() |
ImportProgressVO(Property<T,? super ImportProgressVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Double |
getProgress() |
ImportedFileStatus |
getStatus() |
void |
setProgress(java.lang.Double progress) |
void |
setStatus(ImportedFileStatus status) |
addPropertyChangeListener, 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<java.lang.Double,ImportProgressVO> PROGRESS
public static final BasicProperty<ImportedFileStatus,ImportProgressVO> STATUS
public ImportProgressVO()
public ImportProgressVO(Property<T,? super ImportProgressVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Double getProgress()
public void setProgress(java.lang.Double progress)
public ImportedFileStatus getStatus()
public void setStatus(ImportedFileStatus status)