Class PendingContribution

java.lang.Object
it.uniroma2.art.semanticturkey.showvoc.PendingContribution

public class PendingContribution extends Object
Represents a contribution approved by the administrator (the projects has been created) which the data has still not loaded by the contributor. A PendingContribution is useful in order to check that the token and the project passed by the contributor matches and so the contributor is authorized to load the data. A PendingContribution is stored as Json serialized object in a system setting file.
  • Constructor Details

    • PendingContribution

      public PendingContribution(String projectName, String contributorEmail, String contributorName, String contributorLastName, long timestamp)
    • PendingContribution

      public PendingContribution(String projectName, String contributorEmail, String contributorName, String contributorLastName)
  • Method Details

    • getProjectName

      public String getProjectName()
    • getContributorEmail

      public String getContributorEmail()
    • getContributorName

      public String getContributorName()
    • getContributorLastName

      public String getContributorLastName()
    • getTimestamp

      public long getTimestamp()