Class UserProfileData

java.lang.Object
i5.las2peer.registry.data.UserProfileData

public class UserProfileData extends Object
Contains reputation transaction data exactly as stored in blockchain.
  • Constructor Details

  • Method Details

    • getOwner

      public String getOwner()
    • getUserName

      public String getUserName()
    • getNoTransactionsSent

      public BigInteger getNoTransactionsSent()
    • getNoTransactionsRcvd

      public BigInteger getNoTransactionsRcvd()
    • getCumulativeScore

      public BigInteger getCumulativeScore()
    • getStarRating

      public float getStarRating()
    • getProfileIndex

      public BigInteger getProfileIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object