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 BookmarkBean
getBookmark()
BigInteger
getGreenValue()
int
getLiveness()
String
getMessage()
BigInteger
getRedValue()
TransactionBox
getTbox()
String
getToAddress()
KeyContexts.TransactionType
getTransactionType()
KeyContexts.WalletCypher
getType()
void
setBookmark(BookmarkBean bookmark)
void
setGreenValue(BigInteger greenValue)
void
setLiveness(int liveness)
void
setMessage(String message)
void
setRedValue(BigInteger redValue)
void
setTbox(TransactionBox tbox)
void
setToAddress(String toAddress)
void
setTransactionType(KeyContexts.TransactionType transactionType)
void
setType(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)
-
-