public class TransactionFeedbackSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,TransactionFeedbackSearchData> |
CAN_COMMENT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,TransactionFeedbackSearchData> |
EDITABLE |
static ListProperty<ReferenceLevel,TransactionFeedbackSearchData> |
REFERENCE_LEVELS |
static PageProperty<TransactionFeedbackVO,TransactionFeedbackSearchData> |
RESULTS |
static BasicProperty<ReferenceStatisticsVO,TransactionFeedbackSearchData> |
STATISTICS |
| Constructor and Description |
|---|
TransactionFeedbackSearchData() |
TransactionFeedbackSearchData(Property<T,? super TransactionFeedbackSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<ReferenceLevel> |
getReferenceLevels() |
Page<TransactionFeedbackVO> |
getResults() |
ReferenceStatisticsVO |
getStatistics() |
boolean |
isCanComment() |
boolean |
isEditable() |
void |
setCanComment(boolean canComment) |
void |
setEditable(boolean editable) |
void |
setReferenceLevels(java.util.List<ReferenceLevel> referenceLevels) |
void |
setResults(Page<TransactionFeedbackVO> results) |
void |
setStatistics(ReferenceStatisticsVO statistics) |
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.Boolean,TransactionFeedbackSearchData> CAN_COMMENT
public static final BasicProperty<java.lang.Boolean,TransactionFeedbackSearchData> EDITABLE
public static final ListProperty<ReferenceLevel,TransactionFeedbackSearchData> REFERENCE_LEVELS
public static final PageProperty<TransactionFeedbackVO,TransactionFeedbackSearchData> RESULTS
public static final BasicProperty<ReferenceStatisticsVO,TransactionFeedbackSearchData> STATISTICS
public TransactionFeedbackSearchData()
public TransactionFeedbackSearchData(Property<T,? super TransactionFeedbackSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isCanComment()
public void setCanComment(boolean canComment)
public boolean isEditable()
public void setEditable(boolean editable)
public java.util.List<ReferenceLevel> getReferenceLevels()
public void setReferenceLevels(java.util.List<ReferenceLevel> referenceLevels)
public Page<TransactionFeedbackVO> getResults()
public void setResults(Page<TransactionFeedbackVO> results)
public ReferenceStatisticsVO getStatistics()
public void setStatistics(ReferenceStatisticsVO statistics)