public class SendPaymentRequestSmsOperationConfigurationDTO extends PaymentSmsOperationConfigurationDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<TimeIntervalDTO,SendPaymentRequestSmsOperationConfigurationDTO> |
EXPIRATION_INTERVAL |
PAYMENT_TYPEUSE_PASSWORDALIASES, CHANNEL_CONFIGURATION, ENABLED, HELP_MESSAGE, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
SendPaymentRequestSmsOperationConfigurationDTO() |
SendPaymentRequestSmsOperationConfigurationDTO(java.lang.Long id) |
SendPaymentRequestSmsOperationConfigurationDTO(Property<T,? super SendPaymentRequestSmsOperationConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TimeIntervalDTO |
getExpirationInterval() |
void |
setExpirationInterval(TimeIntervalDTO expirationInterval) |
getPaymentType, setPaymentTypeisUsePassword, setUsePasswordgetAliases, getChannelConfiguration, getHelpMessage, getNature, isEnabled, setAliases, setChannelConfiguration, setEnabled, setHelpMessage, setNaturegetDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, 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<TimeIntervalDTO,SendPaymentRequestSmsOperationConfigurationDTO> EXPIRATION_INTERVAL
public SendPaymentRequestSmsOperationConfigurationDTO()
public SendPaymentRequestSmsOperationConfigurationDTO(java.lang.Long id)
public SendPaymentRequestSmsOperationConfigurationDTO(Property<T,? super SendPaymentRequestSmsOperationConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PaymentSmsOperationConfigurationDTOpublic TimeIntervalDTO getExpirationInterval()
public void setExpirationInterval(TimeIntervalDTO expirationInterval)
public java.lang.String className()
className in class PaymentSmsOperationConfigurationDTO