@Entity(name="Reward") public class WalletRewardEntity extends Object implements Serializable
| Constructor and Description |
|---|
WalletRewardEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
long |
getIdentityId() |
WalletRewardPeriodEntity |
getPeriod() |
RewardTeamEntity |
getTeam() |
double |
getTokensSent() |
double |
getTokensToSend() |
String |
getTransactionHash() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setId(Long id) |
void |
setIdentityId(long identityId) |
void |
setPeriod(WalletRewardPeriodEntity period) |
void |
setTeam(RewardTeamEntity team) |
void |
setTokensSent(double tokensSent) |
void |
setTokensToSend(double tokensToSend) |
void |
setTransactionHash(String transactionHash) |
public Long getId()
public void setId(Long id)
public long getIdentityId()
public void setIdentityId(long identityId)
public String getTransactionHash()
public void setTransactionHash(String transactionHash)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public double getTokensSent()
public void setTokensSent(double tokensSent)
public double getTokensToSend()
public void setTokensToSend(double tokensToSend)
public WalletRewardPeriodEntity getPeriod()
public void setPeriod(WalletRewardPeriodEntity period)
public RewardTeamEntity getTeam()
public void setTeam(RewardTeamEntity team)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.