K
- the key@Embeddable public interface CachedGroupJPAID<K extends Serializable> extends Serializable
CachedGroupJPAEntity<K,V>
.Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Gets the group.
|
K |
getKey()
Gets the key.
|
void |
setGroup(String group)
Sets the group.
|
void |
setKey(K key)
Sets the key
|
K getKey()
void setKey(K key)
key
- the key, null
is not allowed.String getGroup()
void setGroup(String group)
group
- the group, null
is not allowed.Copyright © 2016. All rights reserved.