@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() |
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 © 2015. All Rights Reserved.