@Embeddable public static class JPAStorageRecord.RecordId extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
context
Context string.
|
private String |
key
Key string.
|
private static long |
serialVersionUID
serial version UID.
|
| Constructor and Description |
|---|
RecordId()
Default constructor.
|
RecordId(String ctx,
String k)
Creates a new record Id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContext()
Returns the context.
|
String |
getKey()
Returns the key.
|
int |
hashCode() |
void |
setContext(String ctx)
Sets the context.
|
void |
setKey(String k)
Sets the key.
|
String |
toString() |
private static final long serialVersionUID
private String context
private String key
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.