public abstract class RealmObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Realm |
realm |
protected Row |
row |
| Constructor and Description |
|---|
RealmObject() |
| Modifier and Type | Method and Description |
|---|---|
protected Realm |
getRealm() |
protected Row |
realmGetRow() |
protected void |
realmSetRow(Row row) |
protected void |
setRealm(Realm realm) |