Class StakeBeanInternal

    • Constructor Detail

      • StakeBeanInternal

        protected StakeBeanInternal​(TransactionBox tbox)
      • StakeBeanInternal

        protected StakeBeanInternal​(String sith,
                                    String toAddress,
                                    BigInteger value,
                                    long stakeDate)
    • Method Detail

      • compareTo

        public int compareTo​(StakeBeanInternal t)
        compare the two objects by transforming their sith into the version by comparison using the function TkmTextUtils.getSortingString(sith). Null values are not supported and must be managed a priori..
        Specified by:
        compareTo in interface Comparable<StakeBeanInternal>
        Parameters:
        t -
        Returns:
      • getSith

        public String getSith()
      • getToAddress

        public String getToAddress()
      • getStakeDate

        public long getStakeDate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object