@Entity(name="WalletBlockchainState") public class WalletBlockchainStateEntity extends Object implements Serializable
| Constructor and Description |
|---|
WalletBlockchainStateEntity() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAdminLevel() |
String |
getContractAddress() |
double |
getEtherBalance() |
Long |
getId() |
double |
getRewardBalance() |
double |
getTokenBalance() |
double |
getVestingBalance() |
WalletEntity |
getWallet() |
boolean |
isApproved() |
boolean |
isInitialized() |
void |
setAdminLevel(int adminLevel) |
void |
setApproved(boolean isApproved) |
void |
setContractAddress(String contractAddress) |
void |
setEtherBalance(double etherBalance) |
void |
setId(Long id) |
void |
setInitialized(boolean isInitialized) |
void |
setRewardBalance(double rewardBalance) |
void |
setTokenBalance(double tokenBalance) |
void |
setVestingBalance(double vestingBalance) |
void |
setWallet(WalletEntity wallet) |
public Long getId()
public void setId(Long id)
public String getContractAddress()
public void setContractAddress(String contractAddress)
public double getEtherBalance()
public void setEtherBalance(double etherBalance)
public double getTokenBalance()
public void setTokenBalance(double tokenBalance)
public double getRewardBalance()
public void setRewardBalance(double rewardBalance)
public double getVestingBalance()
public void setVestingBalance(double vestingBalance)
public int getAdminLevel()
public void setAdminLevel(int adminLevel)
public boolean isApproved()
public void setApproved(boolean isApproved)
public boolean isInitialized()
public void setInitialized(boolean isInitialized)
public WalletEntity getWallet()
public void setWallet(WalletEntity wallet)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.