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 SummaryConstructors Constructor Description RealmLocalizationTextEntityKey()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocale()StringgetRealmId()inthashCode()voidsetLocale(String locale)voidsetRealmId(String realmId)
 
-