Class TempUnansweredQuestion

java.lang.Object
com.ubs.backend.classes.TempUnansweredQuestion

public class TempUnansweredQuestion extends Object
Since:
19.08.2021
Author:
Tim Irmler
  • Field Details

    • unansweredQuestion

      private UnansweredQuestion unansweredQuestion
    • views

      private long views
  • Constructor Details

    • TempUnansweredQuestion

      public TempUnansweredQuestion(UnansweredQuestion unansweredQuestion, Long views)
    • TempUnansweredQuestion

      public TempUnansweredQuestion(UnansweredQuestion unansweredQuestion, long views)
  • Method Details

    • getUnansweredQuestion

      public UnansweredQuestion getUnansweredQuestion()
    • setUnansweredQuestion

      public void setUnansweredQuestion(UnansweredQuestion unansweredQuestion)
    • getViews

      public long getViews()
    • setViews

      public void setViews(long views)
    • toString

      public String toString()
      Overrides:
      toString in class Object