Class ResetAndSendPasswordDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.PasswordActionDTO
-
- org.cyclos.model.access.passwords.ResetAndSendPasswordDTO
-
- All Implemented Interfaces:
Serializable
public class ResetAndSendPasswordDTO extends PasswordActionDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<SendMedium,ResetAndSendPasswordDTO>SEND_MEDIUMS-
Fields inherited from class org.cyclos.model.access.passwords.PasswordActionDTO
TYPE, USER
-
-
Constructor Summary
Constructors Constructor Description ResetAndSendPasswordDTO()ResetAndSendPasswordDTO(Property<T,? super ResetAndSendPasswordDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<SendMedium>getSendMediums()voidsetSendMediums(Set<SendMedium> sendMediums)-
Methods inherited from class org.cyclos.model.access.passwords.PasswordActionDTO
getType, getUser, setType, setUser, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
SEND_MEDIUMS
public static final SetProperty<SendMedium,ResetAndSendPasswordDTO> SEND_MEDIUMS
-
-
Constructor Detail
-
ResetAndSendPasswordDTO
public ResetAndSendPasswordDTO()
-
ResetAndSendPasswordDTO
public ResetAndSendPasswordDTO(Property<T,? super ResetAndSendPasswordDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classPasswordActionDTO
-
getSendMediums
public Set<SendMedium> getSendMediums()
-
setSendMediums
public void setSendMediums(Set<SendMedium> sendMediums)
-
className
public String className()
- Overrides:
classNamein classPasswordActionDTO
-
-