@Entity public class RemoteClientModel extends Object implements DataModel
Fields:
email: Unique account identifier. Can conflict with a local account emailremotePartner: Remote partner where the account resides. Must be in a web of registries
configuration with this ICE instance (api key exchanged etc)groups: Optional list of local groups if this client belongs to any local group| Constructor and Description |
|---|
RemoteClientModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
Set<Group> |
getGroups() |
long |
getId() |
RemotePartner |
getRemotePartner() |
void |
setEmail(String email) |
void |
setRemotePartner(RemotePartner remotePartner) |
RemoteUser |
toDataTransferObject() |
public String getEmail()
public void setEmail(String email)
public RemotePartner getRemotePartner()
public void setRemotePartner(RemotePartner remotePartner)
public RemoteUser toDataTransferObject()
toDataTransferObject in interface DataModelCopyright © 2017. All rights reserved.