public class TransactionFeedbackVO extends ReferenceVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,TransactionFeedbackVO> |
REPLY_COMMENTS |
static Property<DateTime,TransactionFeedbackVO> |
REPLY_COMMENTS_DATE |
static Property<TransactionVO,TransactionFeedbackVO> |
TRANSACTION |
COMMENTS, DATE, LEVELID| Constructor and Description |
|---|
TransactionFeedbackVO() |
TransactionFeedbackVO(java.lang.Long id) |
TransactionFeedbackVO(Property<T,? super TransactionFeedbackVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getReplyComments() |
DateTime |
getReplyCommentsDate() |
TransactionVO |
getTransaction() |
void |
setReplyComments(java.lang.String replyComments) |
void |
setReplyCommentsDate(DateTime replyCommentsDate) |
void |
setTransaction(TransactionVO transaction) |
getComments, getDate, getLevel, setComments, setDate, setLevelgetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,TransactionFeedbackVO> REPLY_COMMENTS
public static final Property<DateTime,TransactionFeedbackVO> REPLY_COMMENTS_DATE
public static final Property<TransactionVO,TransactionFeedbackVO> TRANSACTION
public TransactionFeedbackVO()
public TransactionFeedbackVO(java.lang.Long id)
public TransactionFeedbackVO(Property<T,? super TransactionFeedbackVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ReferenceVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ReferenceVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ReferenceVOpublic java.lang.String getReplyComments()
public DateTime getReplyCommentsDate()
public TransactionVO getTransaction()
public void setReplyComments(java.lang.String replyComments)
public void setReplyCommentsDate(DateTime replyCommentsDate)
public void setTransaction(TransactionVO transaction)