Class TkmValidityBean

    • Constructor Detail

      • TkmValidityBean

        public TkmValidityBean()
    • Method Detail

      • updateValues

        public void updateValues​(String sith,
                                 boolean valid,
                                 boolean included,
                                 String error,
                                 FeeBean fb)
      • isIncluded

        public boolean isIncluded()
        if true the transaction can be included in a block
        Returns:
      • setIncluded

        public void setIncluded​(boolean included)
        set to true if the transaction can be included in a block
        Parameters:
        included -
      • setCpuFee

        public void setCpuFee​(BigInteger cpuFee)
      • setDiskFee

        public void setDiskFee​(BigInteger diskFee)
      • setMemoryFee

        public void setMemoryFee​(BigInteger memoryFee)
      • getSith

        public String getSith()
      • isValid

        public boolean isValid()
      • getError

        public String getError()
      • setSith

        public void setSith​(String sith)
      • setValid

        public void setValid​(boolean valid)
      • setError

        public void setError​(String error)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object