Package org.cyclos.model
Class ActionWithConfirmationPassword
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.ActionWithConfirmationPassword
-
- All Implemented Interfaces:
Serializable
public class ActionWithConfirmationPassword extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ActionWithConfirmationPassword>CONFIRMATION_PASSWORD
-
Constructor Summary
Constructors Constructor Description ActionWithConfirmationPassword()ActionWithConfirmationPassword(Property<T,? super ActionWithConfirmationPassword> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetConfirmationPassword()voidsetConfirmationPassword(String confirmationPassword)-
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
-
CONFIRMATION_PASSWORD
public static final BasicProperty<String,ActionWithConfirmationPassword> CONFIRMATION_PASSWORD
-
-
Constructor Detail
-
ActionWithConfirmationPassword
public ActionWithConfirmationPassword()
-
ActionWithConfirmationPassword
public ActionWithConfirmationPassword(Property<T,? super ActionWithConfirmationPassword> property, T value)
-
-