public class PaymentRequestActionDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,PaymentRequestActionDTO> |
COMMENTS |
static BasicProperty<java.lang.String,PaymentRequestActionDTO> |
CONFIRMATION_PASSWORD |
static BasicProperty<PaymentRequestVO,PaymentRequestActionDTO> |
PAYMENT_REQUEST |
| Constructor and Description |
|---|
PaymentRequestActionDTO() |
PaymentRequestActionDTO(Property<T,? super PaymentRequestActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getComments() |
java.lang.String |
getConfirmationPassword() |
PaymentRequestVO |
getPaymentRequest() |
void |
setComments(java.lang.String comments) |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
void |
setPaymentRequest(PaymentRequestVO paymentRequest) |
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.String,PaymentRequestActionDTO> COMMENTS
public static final BasicProperty<java.lang.String,PaymentRequestActionDTO> CONFIRMATION_PASSWORD
public static final BasicProperty<PaymentRequestVO,PaymentRequestActionDTO> PAYMENT_REQUEST
public PaymentRequestActionDTO()
public PaymentRequestActionDTO(Property<T,? super PaymentRequestActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getComments()
public void setComments(java.lang.String comments)
public java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public PaymentRequestVO getPaymentRequest()
public void setPaymentRequest(PaymentRequestVO paymentRequest)