public class Property extends AbstractHibernateObject<Property>
Modifier | Constructor and Description |
---|---|
protected |
Property()
Default constructor needed by hibernate
|
|
Property(String key)
Constructor with key as argument to make sure we always have the key for
equals/hashCode.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setKey(String key) |
void |
setValue(String value) |
delete, getGetters, getKeyValue, merge, refresh, save
protected Property()
public Property(String key)
key
- the key set with setKey()Copyright © 2021. All rights reserved.