@Entity public class RealmAttributeEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RealmAttributeEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected RealmEntity |
realm |
protected String |
value |
Constructor and Description |
---|
RealmAttributeEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
RealmEntity |
getRealm() |
String |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setRealm(RealmEntity realm) |
void |
setValue(String value) |
protected RealmEntity realm
protected String name
protected String value
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
Copyright © 2021 JBoss by Red Hat. All rights reserved.