public class OperatorRegistrationDTO extends OperatorDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,OperatorRegistrationDTO> |
ASSIGN_PASSWORD |
static Property<java.lang.String,OperatorRegistrationDTO> |
CONFIRM_PASSWORD |
static Property<java.lang.Boolean,OperatorRegistrationDTO> |
FORCE_PASSWORD_CHANGE |
static Property<OperatorGroupVO,OperatorRegistrationDTO> |
GROUP |
static Property<java.lang.String,OperatorRegistrationDTO> |
PASSWORD |
static Property<java.lang.Boolean,OperatorRegistrationDTO> |
SKIP_ACTIVATION_EMAIL |
USEREMAIL, USERNAMENAMEID| Constructor and Description |
|---|
OperatorRegistrationDTO() |
OperatorRegistrationDTO(java.lang.Long id) |
OperatorRegistrationDTO(Property<T,? super OperatorRegistrationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getConfirmPassword() |
OperatorGroupVO |
getGroup() |
java.lang.String |
getPassword() |
boolean |
isAssignPassword() |
boolean |
isForcePasswordChange() |
boolean |
isSkipActivationEmail() |
void |
setAssignPassword(boolean assignPassword) |
void |
setConfirmPassword(java.lang.String confirmPassword) |
void |
setForcePasswordChange(boolean forcePasswordChange) |
void |
setGroup(OperatorGroupVO group) |
void |
setPassword(java.lang.String password) |
void |
setSkipActivationEmail(boolean skipActivationEmail) |
getUser, setUsergetEmail, getUsername, setEmail, setUsername, toStringcompareTo, getName, setNamegetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,OperatorRegistrationDTO> ASSIGN_PASSWORD
public static final Property<java.lang.String,OperatorRegistrationDTO> CONFIRM_PASSWORD
public static final Property<java.lang.Boolean,OperatorRegistrationDTO> FORCE_PASSWORD_CHANGE
public static final Property<OperatorGroupVO,OperatorRegistrationDTO> GROUP
public static final Property<java.lang.String,OperatorRegistrationDTO> PASSWORD
public static final Property<java.lang.Boolean,OperatorRegistrationDTO> SKIP_ACTIVATION_EMAIL
public OperatorRegistrationDTO()
public OperatorRegistrationDTO(java.lang.Long id)
public OperatorRegistrationDTO(Property<T,? super OperatorRegistrationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class OperatorDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class OperatorDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class OperatorDTOpublic boolean isAssignPassword()
public java.lang.String getConfirmPassword()
public boolean isForcePasswordChange()
public OperatorGroupVO getGroup()
public java.lang.String getPassword()
public boolean isSkipActivationEmail()
public void setAssignPassword(boolean assignPassword)
public void setConfirmPassword(java.lang.String confirmPassword)
public void setForcePasswordChange(boolean forcePasswordChange)
public void setGroup(OperatorGroupVO group)
public void setPassword(java.lang.String password)
public void setSkipActivationEmail(boolean skipActivationEmail)