Package org.cyclos.model.utils
Class ParameterVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.utils.ParameterVO
-
- All Implemented Interfaces:
Serializable
public class ParameterVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ParameterVO>DISPLAY_NAMEstatic BasicProperty<String,ParameterVO>KEY
-
Constructor Summary
Constructors Constructor Description ParameterVO()ParameterVO(String key, String displayName)ParameterVO(Property<T,? super ParameterVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetDisplayName()StringgetKey()voidsetDisplayName(String displayName)voidsetKey(String key)StringtoString()-
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
-
DISPLAY_NAME
public static final BasicProperty<String,ParameterVO> DISPLAY_NAME
-
KEY
public static final BasicProperty<String,ParameterVO> KEY
-
-
Constructor Detail
-
ParameterVO
public ParameterVO()
-
ParameterVO
public ParameterVO(Property<T,? super ParameterVO> property, T value)
-
-