Package org.exoplatform.wallet.entity
Class WalletEntity
java.lang.Object
org.exoplatform.wallet.entity.WalletEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()org.exoplatform.wallet.model.WalletStateorg.exoplatform.wallet.model.WalletProviderorg.exoplatform.wallet.model.WalletTypegetType()booleanbooleanvoidsetAddress(String address) voidsetBackedUp(boolean isBackedUp) voidsetBlockchainState(Collection<WalletBlockchainStateEntity> blockchainState) voidsetEnabled(boolean isEnabled) voidvoidsetInitializationState(org.exoplatform.wallet.model.WalletState initializationState) voidsetPassPhrase(String passPhrase) voidsetPrivateKey(WalletPrivateKeyEntity privateKey) voidsetProvider(org.exoplatform.wallet.model.WalletProvider walletProvider) voidsetType(org.exoplatform.wallet.model.WalletType type)
-
Field Details
-
provider
protected org.exoplatform.wallet.model.WalletProvider provider
-
-
Constructor Details
-
WalletEntity
public WalletEntity()
-
-
Method Details
-
getId
-
setId
-
getAddress
-
setAddress
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean isEnabled) -
isBackedUp
public boolean isBackedUp() -
setBackedUp
public void setBackedUp(boolean isBackedUp) -
getType
public org.exoplatform.wallet.model.WalletType getType() -
setType
public void setType(org.exoplatform.wallet.model.WalletType type) -
getPassPhrase
-
setPassPhrase
-
getInitializationState
public org.exoplatform.wallet.model.WalletState getInitializationState() -
setInitializationState
public void setInitializationState(org.exoplatform.wallet.model.WalletState initializationState) -
getPrivateKey
-
setPrivateKey
-
getBlockchainState
-
setBlockchainState
-
getProvider
public org.exoplatform.wallet.model.WalletProvider getProvider() -
setProvider
public void setProvider(org.exoplatform.wallet.model.WalletProvider walletProvider)
-