public class ResetAndSendPasswordDTO extends PasswordActionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static SetProperty<SendMedium,ResetAndSendPasswordDTO> |
SEND_MEDIUMS |
TYPE, USER| Constructor and Description |
|---|
ResetAndSendPasswordDTO() |
ResetAndSendPasswordDTO(Property<T,? super ResetAndSendPasswordDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<SendMedium> |
getSendMediums() |
void |
setSendMediums(java.util.Set<SendMedium> sendMediums) |
getType, getUser, setType, setUser, toStringaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final SetProperty<SendMedium,ResetAndSendPasswordDTO> SEND_MEDIUMS
public ResetAndSendPasswordDTO()
public ResetAndSendPasswordDTO(Property<T,? super ResetAndSendPasswordDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PasswordActionDTOpublic java.util.Set<SendMedium> getSendMediums()
public void setSendMediums(java.util.Set<SendMedium> sendMediums)
public java.lang.String className()
className in class PasswordActionDTO