Package org.cyclos.model.system.images
Class NewConfigurationImageParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.images.NewConfigurationImageParams
-
- All Implemented Interfaces:
Serializable
public class NewConfigurationImageParams extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Long,NewConfigurationImageParams>CONFIGURATION_IDstatic BasicProperty<ConfigurationImageType,NewConfigurationImageParams>TYPE
-
Constructor Summary
Constructors Constructor Description NewConfigurationImageParams()NewConfigurationImageParams(Property<T,? super NewConfigurationImageParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()LonggetConfigurationId()ConfigurationImageTypegetType()voidsetConfigurationId(Long configurationId)voidsetType(ConfigurationImageType type)-
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
-
CONFIGURATION_ID
public static final BasicProperty<Long,NewConfigurationImageParams> CONFIGURATION_ID
-
TYPE
public static final BasicProperty<ConfigurationImageType,NewConfigurationImageParams> TYPE
-
-
Constructor Detail
-
NewConfigurationImageParams
public NewConfigurationImageParams()
-
NewConfigurationImageParams
public NewConfigurationImageParams(Property<T,? super NewConfigurationImageParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getConfigurationId
public Long getConfigurationId()
-
setConfigurationId
public void setConfigurationId(Long configurationId)
-
getType
public ConfigurationImageType getType()
-
setType
public void setType(ConfigurationImageType type)
-
-