Package org.cyclos.model.system.wizards
Class CustomWizardBackParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.wizards.CustomWizardBackParams
-
- All Implemented Interfaces:
Serializable
public class CustomWizardBackParams extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,CustomWizardBackParams>KEYstatic BasicProperty<Integer,CustomWizardBackParams>STEPS
-
Constructor Summary
Constructors Constructor Description CustomWizardBackParams()CustomWizardBackParams(Property<T,? super CustomWizardBackParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetKey()IntegergetSteps()voidsetKey(String key)voidsetSteps(Integer steps)-
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
-
KEY
public static final BasicProperty<String,CustomWizardBackParams> KEY
-
STEPS
public static final BasicProperty<Integer,CustomWizardBackParams> STEPS
-
-
Constructor Detail
-
CustomWizardBackParams
public CustomWizardBackParams()
-
CustomWizardBackParams
public CustomWizardBackParams(Property<T,? super CustomWizardBackParams> property, T value)
-
-