public class AcceptPaymentRequestPreviewVO extends TransactionPreviewVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<BaseInternalPaymentPreviewVO,AcceptPaymentRequestPreviewVO> |
PAYMENT_PREVIEW |
static BasicProperty<PaymentRequestVO,AcceptPaymentRequestPreviewVO> |
PAYMENT_REQUEST |
| Constructor and Description |
|---|
AcceptPaymentRequestPreviewVO() |
AcceptPaymentRequestPreviewVO(Property<T,? super AcceptPaymentRequestPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
BaseInternalPaymentPreviewVO |
getPaymentPreview() |
PaymentRequestVO |
getPaymentRequest() |
void |
setPaymentPreview(BaseInternalPaymentPreviewVO paymentPreview) |
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<BaseInternalPaymentPreviewVO,AcceptPaymentRequestPreviewVO> PAYMENT_PREVIEW
public static final BasicProperty<PaymentRequestVO,AcceptPaymentRequestPreviewVO> PAYMENT_REQUEST
public AcceptPaymentRequestPreviewVO()
public AcceptPaymentRequestPreviewVO(Property<T,? super AcceptPaymentRequestPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic BaseInternalPaymentPreviewVO getPaymentPreview()
public void setPaymentPreview(BaseInternalPaymentPreviewVO paymentPreview)
public PaymentRequestVO getPaymentRequest()
public void setPaymentRequest(PaymentRequestVO paymentRequest)