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