public class ImportedLineQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Long,ImportedLineQuery> |
IMPORTED_FILE_ID |
static BasicProperty<java.lang.String,ImportedLineQuery> |
KEYWORDS |
static BasicProperty<java.lang.Integer,ImportedLineQuery> |
LINE |
static BasicProperty<ImportedLineStatus,ImportedLineQuery> |
STATUS |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
ImportedLineQuery() |
ImportedLineQuery(Property<T,? super ImportedLineQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Long |
getImportedFileId() |
java.lang.String |
getKeywords() |
java.lang.Integer |
getLine() |
ImportedLineStatus |
getStatus() |
void |
setImportedFileId(java.lang.Long importedFileId) |
void |
setKeywords(java.lang.String keywords) |
void |
setLine(java.lang.Integer line) |
void |
setStatus(ImportedLineStatus status) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, 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.Long,ImportedLineQuery> IMPORTED_FILE_ID
public static final BasicProperty<java.lang.String,ImportedLineQuery> KEYWORDS
public static final BasicProperty<java.lang.Integer,ImportedLineQuery> LINE
public static final BasicProperty<ImportedLineStatus,ImportedLineQuery> STATUS
public ImportedLineQuery()
public ImportedLineQuery(Property<T,? super ImportedLineQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic java.lang.Long getImportedFileId()
public void setImportedFileId(java.lang.Long importedFileId)
public java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
public java.lang.Integer getLine()
public void setLine(java.lang.Integer line)
public ImportedLineStatus getStatus()
public void setStatus(ImportedLineStatus status)