public class AccountInformationSmsOperationConfigurationDTO extends WithPasswordSmsOperationConfigurationDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountTypeVO,AccountInformationSmsOperationConfigurationDTO> |
ACCOUNT_TYPE |
static java.lang.String |
CLASS_NAME |
USE_PASSWORDALIASES, CHANNEL_CONFIGURATION, ENABLED, HELP_MESSAGE, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
AccountInformationSmsOperationConfigurationDTO() |
AccountInformationSmsOperationConfigurationDTO(java.lang.Long id) |
AccountInformationSmsOperationConfigurationDTO(Property<T,? super AccountInformationSmsOperationConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountTypeVO |
getAccountType() |
void |
setAccountType(AccountTypeVO accountType) |
isUsePassword, 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<AccountTypeVO,AccountInformationSmsOperationConfigurationDTO> ACCOUNT_TYPE
public AccountInformationSmsOperationConfigurationDTO()
public AccountInformationSmsOperationConfigurationDTO(java.lang.Long id)
public AccountInformationSmsOperationConfigurationDTO(Property<T,? super AccountInformationSmsOperationConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class WithPasswordSmsOperationConfigurationDTOpublic AccountTypeVO getAccountType()
public void setAccountType(AccountTypeVO accountType)
public java.lang.String className()
className in class SmsOperationConfigurationDTO