Class UserWalletBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.UserWalletBean
-
- All Implemented Interfaces:
Serializable,Comparable<UserWalletBean>
public class UserWalletBean extends Object implements Serializable, Comparable<UserWalletBean>
- Author:
- giovanni.antino@h2tcoin.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserWalletBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(UserWalletBean o)booleanequals(Object obj)KeyContexts.WalletCyphergetCypher()StringgetEncryptedWallet()StringgetInternalName()StringgetWalletmnemonic()char[]getWalletmnemonicChars()inthashCode()booleanisValid()voidsetCypher(KeyContexts.WalletCypher cypher)voidsetEncryptedWallet(String encryptedWallet)voidsetInternalName(String internalName)voidsetValid(boolean valid)voidsetWalletmnemonic(String walletmnemonic)voidsetWalletmnemonicChars(char[] walletmnemonicChars)
-
-
-
Method Detail
-
getWalletmnemonicChars
public char[] getWalletmnemonicChars()
-
setWalletmnemonicChars
public void setWalletmnemonicChars(char[] walletmnemonicChars)
-
getInternalName
public String getInternalName()
-
setInternalName
public void setInternalName(String internalName)
-
getWalletmnemonic
public String getWalletmnemonic()
-
setWalletmnemonic
public void setWalletmnemonic(String walletmnemonic)
-
getEncryptedWallet
public String getEncryptedWallet()
-
setEncryptedWallet
public void setEncryptedWallet(String encryptedWallet)
-
getCypher
public KeyContexts.WalletCypher getCypher()
-
setCypher
public void setCypher(KeyContexts.WalletCypher cypher)
-
isValid
public boolean isValid()
-
setValid
public void setValid(boolean valid)
-
compareTo
public int compareTo(UserWalletBean o)
- Specified by:
compareToin interfaceComparable<UserWalletBean>
-
-