StringPropertyValuepublic class StringPropertyValue extends Object implements PropertyValuetodo: describe StringPropertyValue |
Fields Summary |
---|
private Long | id | private String | value |
Constructors Summary |
---|
public StringPropertyValue()
| public StringPropertyValue(String value)
this.value = value;
|
|