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 Integer
getEpoch()
String
getFrom()
String
getGreenValue()
String
getMessage()
long
getNotBefore()
String
getRedValue()
String
getSITH()
Integer
getSlot()
String
getTo()
String
getTransactionHash()
KeyContexts.TransactionType
getTransactionType()
Boolean
isValidity()
void
setEpoch(Integer epoch)
void
setFrom(String from)
void
setGreenValue(String greenValue)
void
setMessage(String message)
void
setNotBefore(long notBefore)
void
setRedValue(String redValue)
void
setSITH(String SITH)
void
setSlot(Integer slot)
void
setTo(String to)
void
setTransactionHash(String transactionHash)
void
setTransactionType(KeyContexts.TransactionType transactionType)
void
setValidity(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)
-
-