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>
@Embeddable public static class JPAStorageRecord.RecordId extends Object implements Serializable
Composite key to represent the record id.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private StringcontextContext string.private StringkeyKey string.private static longserialVersionUIDserial version UID.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContext()Returns the context.StringgetKey()Returns the key.inthashCode()voidsetContext(String ctx)Sets the context.voidsetKey(String k)Sets the key.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
serial version UID.- See Also:
- Constant Field Values
-
context
private String context
Context string.
-
key
private String key
Key string.
-
-