Class NewWalletBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.NewWalletBean
-
public class NewWalletBean extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description NewWalletBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyContexts.WalletCyphergetCypher()StringgetFileName()PathgetFilePath()StringgetName()char[]getPassword()booleanisRecover()voidsetCypher(KeyContexts.WalletCypher cypher)voidsetFileName(String fileName)voidsetFilePath(Path filePath)voidsetName(String name)voidsetPassword(char[] password)voidsetRecover(boolean recover)
-
-
-
Method Detail
-
isRecover
public boolean isRecover()
-
setRecover
public void setRecover(boolean recover)
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getCypher
public KeyContexts.WalletCypher getCypher()
-
setCypher
public void setCypher(KeyContexts.WalletCypher cypher)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPassword
public char[] getPassword()
-
setPassword
public void setPassword(char[] password)
-
getFilePath
public Path getFilePath()
-
setFilePath
public void setFilePath(Path filePath)
-
-