public class ImportedFileSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<ImportType,ImportedFileSearchData> |
ALLOWED_IMPORTS |
static java.lang.String |
CLASS_NAME |
static PageProperty<ImportedFileVO,ImportedFileSearchData> |
IMPORTS |
| Constructor and Description |
|---|
ImportedFileSearchData() |
ImportedFileSearchData(Property<T,? super ImportedFileSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<ImportType> |
getAllowedImports() |
Page<ImportedFileVO> |
getImports() |
void |
setAllowedImports(java.util.List<ImportType> allowedImports) |
void |
setImports(Page<ImportedFileVO> imports) |
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 ListProperty<ImportType,ImportedFileSearchData> ALLOWED_IMPORTS
public static final PageProperty<ImportedFileVO,ImportedFileSearchData> IMPORTS
public ImportedFileSearchData()
public ImportedFileSearchData(Property<T,? super ImportedFileSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<ImportType> getAllowedImports()
public void setAllowedImports(java.util.List<ImportType> allowedImports)
public Page<ImportedFileVO> getImports()
public void setImports(Page<ImportedFileVO> imports)