@Entity public class RealmLocalizationTextsEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RealmLocalizationTextsEntity.RealmLocalizationTextEntityKey |
Constructor and Description |
---|
RealmLocalizationTextsEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLocale() |
String |
getRealmId() |
Map<String,String> |
getTexts() |
int |
hashCode() |
void |
setLocale(String locale) |
void |
setRealmId(String realmId) |
void |
setTexts(Map<String,String> texts) |
String |
toString() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.