Package org.cyclos.model.system.imports
Class ImportedFileSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<ImportedFileQuery>
-
- org.cyclos.model.system.imports.ImportedFileSearchData
-
- All Implemented Interfaces:
Serializable
public class ImportedFileSearchData extends SearchData<ImportedFileQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<ImportType,ImportedFileSearchData>ALLOWED_IMPORTSstatic StringCLASS_NAMEstatic BasicProperty<UserVO,ImportedFileSearchData>USER-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description ImportedFileSearchData()ImportedFileSearchData(Property<T,? super ImportedFileSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<ImportType>getAllowedImports()UserVOgetUser()voidsetAllowedImports(List<ImportType> allowedImports)voidsetUser(UserVO user)-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
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
-
ALLOWED_IMPORTS
public static final ListProperty<ImportType,ImportedFileSearchData> ALLOWED_IMPORTS
-
USER
public static final BasicProperty<UserVO,ImportedFileSearchData> USER
-
-
Constructor Detail
-
ImportedFileSearchData
public ImportedFileSearchData()
-
ImportedFileSearchData
public ImportedFileSearchData(Property<T,? super ImportedFileSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<ImportedFileQuery>
-
getAllowedImports
public List<ImportType> getAllowedImports()
-
setAllowedImports
public void setAllowedImports(List<ImportType> allowedImports)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-