public class ScheduledPaymentActionDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ScheduledPaymentActionDTO> |
CONFIRMATION_PASSWORD |
static BasicProperty<ScheduledPaymentVO,ScheduledPaymentActionDTO> |
SCHEDULED_PAYMENT |
| Constructor and Description |
|---|
ScheduledPaymentActionDTO() |
ScheduledPaymentActionDTO(Property<T,? super ScheduledPaymentActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getConfirmationPassword() |
ScheduledPaymentVO |
getScheduledPayment() |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
void |
setScheduledPayment(ScheduledPaymentVO scheduledPayment) |
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,ScheduledPaymentActionDTO> CONFIRMATION_PASSWORD
public static final BasicProperty<ScheduledPaymentVO,ScheduledPaymentActionDTO> SCHEDULED_PAYMENT
public ScheduledPaymentActionDTO()
public ScheduledPaymentActionDTO(Property<T,? super ScheduledPaymentActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public ScheduledPaymentVO getScheduledPayment()
public void setScheduledPayment(ScheduledPaymentVO scheduledPayment)