public class OperatorData extends EntityData<OperatorDTO>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,OperatorData> |
EMAIL_PENDING_VALIDATION |
static BasicProperty<java.lang.Boolean,OperatorData> |
EMAIL_REQUIRED |
static ListProperty<UserProfileFieldActions,OperatorData> |
PROFILE_FIELD_ACTIONS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
OperatorData() |
OperatorData(Property<T,? super OperatorData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getEmailPendingValidation() |
java.util.List<UserProfileFieldActions> |
getProfileFieldActions() |
boolean |
isEmailRequired() |
void |
setEmailPendingValidation(java.lang.String emailPendingValidation) |
void |
setEmailRequired(boolean emailRequired) |
void |
setProfileFieldActions(java.util.List<UserProfileFieldActions> profileFieldActions) |
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 BasicProperty<java.lang.String,OperatorData> EMAIL_PENDING_VALIDATION
public static final BasicProperty<java.lang.Boolean,OperatorData> EMAIL_REQUIRED
public static final ListProperty<UserProfileFieldActions,OperatorData> PROFILE_FIELD_ACTIONS
public OperatorData()
public OperatorData(Property<T,? super OperatorData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<OperatorDTO>public java.lang.String getEmailPendingValidation()
public void setEmailPendingValidation(java.lang.String emailPendingValidation)
public boolean isEmailRequired()
public void setEmailRequired(boolean emailRequired)
public java.util.List<UserProfileFieldActions> getProfileFieldActions()
public void setProfileFieldActions(java.util.List<UserProfileFieldActions> profileFieldActions)