@Entity(name="WalletKey") public class WalletPrivateKeyEntity extends Object implements Serializable
| Constructor and Description |
|---|
WalletPrivateKeyEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getKeyContent() |
WalletEntity |
getWallet() |
void |
setId(Long id) |
void |
setKeyContent(String keyContent) |
void |
setWallet(WalletEntity wallet) |
public Long getId()
public void setId(Long id)
public String getKeyContent()
public void setKeyContent(String keyContent)
public WalletEntity getWallet()
public void setWallet(WalletEntity wallet)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.