Class UserProfileData

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

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

    Constructors 
    Constructor Description
    UserProfileData​(java.lang.String owner, byte[] userName, java.math.BigInteger cumulativeScore, java.math.BigInteger noTransactionsSent, java.math.BigInteger noTransactionsReceived, java.math.BigInteger profileIndex)  
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger getCumulativeScore()  
    java.math.BigInteger getNoTransactionsRcvd()  
    java.math.BigInteger getNoTransactionsSent()  
    java.lang.String getOwner()  
    java.math.BigInteger getProfileIndex()  
    float getStarRating()  
    java.lang.String getUserName()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UserProfileData

      public UserProfileData​(java.lang.String owner, byte[] userName, java.math.BigInteger cumulativeScore, java.math.BigInteger noTransactionsSent, java.math.BigInteger noTransactionsReceived, java.math.BigInteger profileIndex)
  • Method Details