public class AccountInformationSmsOperationConfigurationData extends SmsOperationConfigurationData
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccountTypeVO,AccountInformationSmsOperationConfigurationData> |
ACCOUNT_TYPES |
static java.lang.String |
CLASS_NAME |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
AccountInformationSmsOperationConfigurationData() |
AccountInformationSmsOperationConfigurationData(Property<T,? super AccountInformationSmsOperationConfigurationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AccountTypeVO> |
getAccountTypes() |
void |
setAccountTypes(java.util.List<AccountTypeVO> accountTypes) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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 ListProperty<AccountTypeVO,AccountInformationSmsOperationConfigurationData> ACCOUNT_TYPES
public AccountInformationSmsOperationConfigurationData()
public AccountInformationSmsOperationConfigurationData(Property<T,? super AccountInformationSmsOperationConfigurationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<SmsOperationConfigurationDTO>public java.util.List<AccountTypeVO> getAccountTypes()
public void setAccountTypes(java.util.List<AccountTypeVO> accountTypes)
public java.lang.String className()
className in class SmsOperationConfigurationData