Package org.opensaml.storage.impl
Class JPAStorageRecord.RecordId
java.lang.Object
org.opensaml.storage.impl.JPAStorageRecord.RecordId
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JPAStorageRecord<T>
Composite key to represent the record id.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserial version UID.- See Also:
-
context
Context string. -
key
Key string.
-
-
Constructor Details
-
RecordId
public RecordId()Default constructor. -
RecordId
Creates a new record Id.- Parameters:
ctx
- contextk
- key
-
-
Method Details
-
getContext
Returns the context.- Returns:
- context
-
setContext
Sets the context.- Parameters:
ctx
- to set
-
getKey
Returns the key.- Returns:
- key
-
setKey
Sets the key.- Parameters:
k
- to set
-
hashCode
public int hashCode() -
equals
-
toString
-