@Entity(name="Wallet") public class WalletEntity extends Object implements Serializable
| Constructor and Description |
|---|
WalletEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Collection<WalletBlockchainStateEntity> |
getBlockchainState() |
Long |
getId() |
org.exoplatform.addon.wallet.model.WalletInitializationState |
getInitializationState() |
String |
getPassPhrase() |
WalletPrivateKeyEntity |
getPrivateKey() |
org.exoplatform.addon.wallet.model.WalletType |
getType() |
boolean |
isBackedUp() |
boolean |
isEnabled() |
void |
setAddress(String address) |
void |
setBackedUp(boolean isBackedUp) |
void |
setBlockchainState(Collection<WalletBlockchainStateEntity> blockchainState) |
void |
setEnabled(boolean isEnabled) |
void |
setId(Long id) |
void |
setInitializationState(org.exoplatform.addon.wallet.model.WalletInitializationState initializationState) |
void |
setPassPhrase(String passPhrase) |
void |
setPrivateKey(WalletPrivateKeyEntity privateKey) |
void |
setType(org.exoplatform.addon.wallet.model.WalletType type) |
public Long getId()
public void setId(Long id)
public String getAddress()
public void setAddress(String address)
public boolean isEnabled()
public void setEnabled(boolean isEnabled)
public boolean isBackedUp()
public void setBackedUp(boolean isBackedUp)
public org.exoplatform.addon.wallet.model.WalletType getType()
public void setType(org.exoplatform.addon.wallet.model.WalletType type)
public String getPassPhrase()
public void setPassPhrase(String passPhrase)
public org.exoplatform.addon.wallet.model.WalletInitializationState getInitializationState()
public void setInitializationState(org.exoplatform.addon.wallet.model.WalletInitializationState initializationState)
public WalletPrivateKeyEntity getPrivateKey()
public void setPrivateKey(WalletPrivateKeyEntity privateKey)
public Collection<WalletBlockchainStateEntity> getBlockchainState()
public void setBlockchainState(Collection<WalletBlockchainStateEntity> blockchainState)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.