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