public class TransactionFeedbackData extends EntityData<TransactionFeedbackDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,TransactionFeedbackData> |
CAN_COMMENT |
static BasicProperty<java.lang.Boolean,TransactionFeedbackData> |
CAN_REPLY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,TransactionFeedbackData> |
DATE_LIMIT |
static ListProperty<ReferenceLevel,TransactionFeedbackData> |
REFERENCE_LEVELS |
static BasicProperty<java.lang.Boolean,TransactionFeedbackData> |
REQUIRES_FEEDBACK |
static BasicProperty<TransactionVO,TransactionFeedbackData> |
TRANSACTION |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
TransactionFeedbackData() |
TransactionFeedbackData(Property<T,? super TransactionFeedbackData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getDateLimit() |
java.util.List<ReferenceLevel> |
getReferenceLevels() |
TransactionVO |
getTransaction() |
boolean |
isCanComment() |
boolean |
isCanReply() |
boolean |
isRequiresFeedback() |
void |
setCanComment(boolean canComment) |
void |
setCanReply(boolean canReply) |
void |
setDateLimit(DateTime dateLimit) |
void |
setReferenceLevels(java.util.List<ReferenceLevel> referenceLevels) |
void |
setRequiresFeedback(boolean requiresFeedback) |
void |
setTransaction(TransactionVO transaction) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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,TransactionFeedbackData> CAN_COMMENT
public static final BasicProperty<java.lang.Boolean,TransactionFeedbackData> CAN_REPLY
public static final BasicProperty<DateTime,TransactionFeedbackData> DATE_LIMIT
public static final ListProperty<ReferenceLevel,TransactionFeedbackData> REFERENCE_LEVELS
public static final BasicProperty<java.lang.Boolean,TransactionFeedbackData> REQUIRES_FEEDBACK
public static final BasicProperty<TransactionVO,TransactionFeedbackData> TRANSACTION
public TransactionFeedbackData()
public TransactionFeedbackData(Property<T,? super TransactionFeedbackData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<TransactionFeedbackDTO>public boolean isCanComment()
public void setCanComment(boolean canComment)
public boolean isCanReply()
public void setCanReply(boolean canReply)
public DateTime getDateLimit()
public void setDateLimit(DateTime dateLimit)
public java.util.List<ReferenceLevel> getReferenceLevels()
public void setReferenceLevels(java.util.List<ReferenceLevel> referenceLevels)
public boolean isRequiresFeedback()
public void setRequiresFeedback(boolean requiresFeedback)
public TransactionVO getTransaction()
public void setTransaction(TransactionVO transaction)