Class CashbackSettingsBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.api.routes.support.CashbackSettingsBean
-
- All Implemented Interfaces:
Serializable
public class CashbackSettingsBean extends Object implements Serializable
- Author:
- giovanni.antino
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CashbackSettingsBean(KeyContexts.WalletCypher cypher, String walletName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyContexts.WalletCyphergetCypher()KeyBeangetKwb()StringgetPassword()StringgetWalletName()voidsetCypher(KeyContexts.WalletCypher cypher)voidsetKwb(KeyBean kwb)voidsetPassword(String password)voidsetWalletName(String walletName)
-
-
-
Constructor Detail
-
CashbackSettingsBean
public CashbackSettingsBean(KeyContexts.WalletCypher cypher, String walletName)
-
-
Method Detail
-
getKwb
public KeyBean getKwb()
-
setKwb
public void setKwb(KeyBean kwb)
-
getWalletName
public String getWalletName()
-
setWalletName
public void setWalletName(String walletName)
-
getCypher
public KeyContexts.WalletCypher getCypher()
-
setCypher
public void setCypher(KeyContexts.WalletCypher cypher)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
-