public class EntityPropertyLogQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<BasicUserVO,EntityPropertyLogQuery> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Long,EntityPropertyLogQuery> |
ENTITY_ID |
static BasicProperty<EntityLogEvent,EntityPropertyLogQuery> |
EVENT |
static BasicProperty<java.lang.String,EntityPropertyLogQuery> |
KEYWORDS |
static BasicProperty<DatePeriodDTO,EntityPropertyLogQuery> |
PERIOD |
static BasicProperty<EntityLogType,EntityPropertyLogQuery> |
TYPE |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
EntityPropertyLogQuery() |
EntityPropertyLogQuery(Property<T,? super EntityPropertyLogQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
BasicUserVO |
getBy() |
long |
getEntityId() |
EntityLogEvent |
getEvent() |
java.lang.String |
getKeywords() |
DatePeriodDTO |
getPeriod() |
EntityLogType |
getType() |
void |
setBy(BasicUserVO by) |
void |
setEntityId(long entityId) |
void |
setEvent(EntityLogEvent event) |
void |
setKeywords(java.lang.String keywords) |
void |
setPeriod(DatePeriodDTO period) |
void |
setType(EntityLogType type) |
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<BasicUserVO,EntityPropertyLogQuery> BY
public static final BasicProperty<java.lang.Long,EntityPropertyLogQuery> ENTITY_ID
public static final BasicProperty<EntityLogEvent,EntityPropertyLogQuery> EVENT
public static final BasicProperty<java.lang.String,EntityPropertyLogQuery> KEYWORDS
public static final BasicProperty<DatePeriodDTO,EntityPropertyLogQuery> PERIOD
public static final BasicProperty<EntityLogType,EntityPropertyLogQuery> TYPE
public EntityPropertyLogQuery()
public EntityPropertyLogQuery(Property<T,? super EntityPropertyLogQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic BasicUserVO getBy()
public void setBy(BasicUserVO by)
public long getEntityId()
public void setEntityId(long entityId)
public EntityLogEvent getEvent()
public void setEvent(EntityLogEvent event)
public java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
public DatePeriodDTO getPeriod()
public void setPeriod(DatePeriodDTO period)
public EntityLogType getType()
public void setType(EntityLogType type)