Class GuiTransactionBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.GuiTransactionBean
-
public class GuiTransactionBean extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description GuiTransactionBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BookmarkBeangetBookmark()BigIntegergetGreenValue()intgetLiveness()StringgetMessage()BigIntegergetRedValue()TransactionBoxgetTbox()StringgetToAddress()KeyContexts.TransactionTypegetTransactionType()KeyContexts.WalletCyphergetType()voidsetBookmark(BookmarkBean bookmark)voidsetGreenValue(BigInteger greenValue)voidsetLiveness(int liveness)voidsetMessage(String message)voidsetRedValue(BigInteger redValue)voidsetTbox(TransactionBox tbox)voidsetToAddress(String toAddress)voidsetTransactionType(KeyContexts.TransactionType transactionType)voidsetType(KeyContexts.WalletCypher type)
-
-
-
Method Detail
-
getTbox
public TransactionBox getTbox()
-
setTbox
public void setTbox(TransactionBox tbox)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getGreenValue
public BigInteger getGreenValue()
-
setGreenValue
public void setGreenValue(BigInteger greenValue)
-
getRedValue
public BigInteger getRedValue()
-
setRedValue
public void setRedValue(BigInteger redValue)
-
getTransactionType
public KeyContexts.TransactionType getTransactionType()
-
setTransactionType
public void setTransactionType(KeyContexts.TransactionType transactionType)
-
getBookmark
public BookmarkBean getBookmark()
-
setBookmark
public void setBookmark(BookmarkBean bookmark)
-
getToAddress
public String getToAddress()
-
setToAddress
public void setToAddress(String toAddress)
-
getLiveness
public int getLiveness()
-
setLiveness
public void setLiveness(int liveness)
-
getType
public KeyContexts.WalletCypher getType()
-
setType
public void setType(KeyContexts.WalletCypher type)
-
-