public class AcceptPaymentRequestDTO extends PaymentRequestActionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,AcceptPaymentRequestDTO> |
PROCESS_DATE |
COMMENTS, CONFIRMATION_PASSWORD, PAYMENT_REQUEST| Constructor and Description |
|---|
AcceptPaymentRequestDTO() |
AcceptPaymentRequestDTO(Property<T,? super AcceptPaymentRequestDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getProcessDate() |
void |
setProcessDate(DateTime processDate) |
getComments, getConfirmationPassword, getPaymentRequest, setComments, setConfirmationPassword, setPaymentRequestaddPropertyChangeListener, 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<DateTime,AcceptPaymentRequestDTO> PROCESS_DATE
public AcceptPaymentRequestDTO()
public AcceptPaymentRequestDTO(Property<T,? super AcceptPaymentRequestDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PaymentRequestActionDTOpublic DateTime getProcessDate()
public void setProcessDate(DateTime processDate)
public java.lang.String className()
className in class PaymentRequestActionDTO