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.WalletCypher
getCypher()
KeyBean
getKwb()
String
getPassword()
String
getWalletName()
void
setCypher(KeyContexts.WalletCypher cypher)
void
setKwb(KeyBean kwb)
void
setPassword(String password)
void
setWalletName(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)
-
-