Class Comment

java.lang.Object
web.sportflow.workout.comment.Comment

@Entity public class Comment extends Object
  • Constructor Details

    • Comment

      public Comment()
    • Comment

      public Comment(String content, Workout workout, User user)
  • Method Details

    • getId

      public Long getId()
    • getContent

      public String getContent()
    • getCreatedAt

      public LocalDateTime getCreatedAt()
    • setContent

      public void setContent(String content)
    • getWorkout

      public Workout getWorkout()
    • setWorkout

      public void setWorkout(Workout workout)
    • getAuthor

      public User getAuthor()
    • setAuthor

      public void setAuthor(User author)