Class TransactionCacheBean
- java.lang.Object
-
- com.h2tcoin.takamaka.replica.data.TransactionCacheBean
-
public class TransactionCacheBean extends Object
- Author:
- francesco.pasetto@h2tcoin.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEpoch()StringgetFrom()StringgetGreenValue()StringgetMessage()longgetNotBefore()StringgetRedValue()StringgetSITH()IntegergetSlot()StringgetTo()StringgetTransactionHash()KeyContexts.TransactionTypegetTransactionType()BooleanisValidity()voidsetEpoch(Integer epoch)voidsetFrom(String from)voidsetGreenValue(String greenValue)voidsetMessage(String message)voidsetNotBefore(long notBefore)voidsetRedValue(String redValue)voidsetSITH(String SITH)voidsetSlot(Integer slot)voidsetTo(String to)voidsetTransactionHash(String transactionHash)voidsetTransactionType(KeyContexts.TransactionType transactionType)voidsetValidity(Boolean validity)
-
-
-
Method Detail
-
getSITH
public String getSITH()
-
setSITH
public void setSITH(String SITH)
-
isValidity
public Boolean isValidity()
-
setValidity
public void setValidity(Boolean validity)
-
getFrom
public String getFrom()
-
setFrom
public void setFrom(String from)
-
getTo
public String getTo()
-
setTo
public void setTo(String to)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getNotBefore
public long getNotBefore()
-
setNotBefore
public void setNotBefore(long notBefore)
-
getRedValue
public String getRedValue()
-
setRedValue
public void setRedValue(String redValue)
-
getGreenValue
public String getGreenValue()
-
setGreenValue
public void setGreenValue(String greenValue)
-
getTransactionType
public KeyContexts.TransactionType getTransactionType()
-
setTransactionType
public void setTransactionType(KeyContexts.TransactionType transactionType)
-
getTransactionHash
public String getTransactionHash()
-
setTransactionHash
public void setTransactionHash(String transactionHash)
-
getEpoch
public Integer getEpoch()
-
setEpoch
public void setEpoch(Integer epoch)
-
getSlot
public Integer getSlot()
-
setSlot
public void setSlot(Integer slot)
-
-