public static class RealmAttributeEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected RealmEntity |
realm |
Constructor and Description |
---|
Key() |
Key(RealmEntity user,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
RealmEntity |
getRealm() |
int |
hashCode() |
protected RealmEntity realm
protected String name
public Key()
public Key(RealmEntity user, String name)
Copyright © 2021 JBoss by Red Hat. All rights reserved.