@Entity public class PropertyImpl extends Object
| Constructor and Description |
|---|
PropertyImpl() |
PropertyImpl(Property clone)
Convenience constructor.
|
PropertyImpl(String key,
String value) |
public PropertyImpl()
public PropertyImpl(String key, String value)
key - The property key.value - The property value.public PropertyImpl(Property clone)
clone - The Property to clone.public String getKey()
public Long getPk()
public String getValue()
public void setKey(String key)
key - the key to setpublic void setValue(String value)
value - the value to setpublic Property toProperty()
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.