Package org.keycloak.models.jpa.entities
Class RealmLocalizationTextsEntity.RealmLocalizationTextEntityKey
- java.lang.Object
-
- org.keycloak.models.jpa.entities.RealmLocalizationTextsEntity.RealmLocalizationTextEntityKey
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RealmLocalizationTextsEntity
public static class RealmLocalizationTextsEntity.RealmLocalizationTextEntityKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RealmLocalizationTextEntityKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLocale()
String
getRealmId()
int
hashCode()
void
setLocale(String locale)
void
setRealmId(String realmId)
-