Class DB2024TEAM07_UserReview

java.lang.Object
com.jdbc.model.DB2024TEAM07_UserReview

public class DB2024TEAM07_UserReview extends Object
DB 2024 team 07 user review.
  • Field Details

    • user_id

      private String user_id
    • review_id

      private int review_id
    • rating

      private int rating
    • review_content

      private String review_content
    • name

      private String name
    • email

      private String email
  • Constructor Details

    • DB2024TEAM07_UserReview

      public DB2024TEAM07_UserReview()
      Instantiates a new Db 2024 team 07 user review.
    • DB2024TEAM07_UserReview

      public DB2024TEAM07_UserReview(String user_id, int review_id, int rating, String review_content, String name, String email)
      Instantiates a new Db 2024 team 07 user review.
      Parameters:
      user_id - the user id
      review_id - the review id
      rating - the rating
      review_content - the review content
      name - the name
      email - the email
  • Method Details

    • getUser_id

      public String getUser_id()
      Gets user id.
      Returns:
      the user id
    • setUser_id

      public void setUser_id(String user_id)
      Sets user id.
      Parameters:
      user_id - the user id
    • getReview_id

      public int getReview_id()
      Gets review id.
      Returns:
      the review id
    • setReview_id

      public void setReview_id(int review_id)
      Sets review id.
      Parameters:
      review_id - the review id
    • getRating

      public int getRating()
      Gets rating.
      Returns:
      the rating
    • setRating

      public void setRating(int rating)
      Sets rating.
      Parameters:
      rating - the rating
    • getReview_content

      public String getReview_content()
      Gets review content.
      Returns:
      the review content
    • setReview_content

      public void setReview_content(String review_content)
      Sets review content.
      Parameters:
      review_content - the review content
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Sets email.
      Parameters:
      email - the email