@Entity public class RemoteShareModel extends Object implements DataModel
RemoteAccessModel
which the remote
partner uses to store information about which entities a user on their end can access
remotelyConstructor and Description |
---|
RemoteShareModel() |
Modifier and Type | Method and Description |
---|---|
RemoteClientModel |
getClient() |
long |
getId() |
Permission |
getPermission() |
String |
getSecret() |
Account |
getSharer() |
void |
setClient(RemoteClientModel client) |
void |
setPermission(Permission permission) |
void |
setSecret(String secret) |
void |
setSharer(Account sharer) |
AccessPermission |
toDataTransferObject() |
public String getSecret()
public void setSecret(String secret)
public Account getSharer()
public void setSharer(Account sharer)
public Permission getPermission()
public void setPermission(Permission permission)
public RemoteClientModel getClient()
public void setClient(RemoteClientModel client)
public AccessPermission toDataTransferObject()
toDataTransferObject
in interface DataModel
Copyright © 2017. All rights reserved.