Class ProductReview

java.lang.Object
io.micronaut.data.tck.jdbc.entities.upsert.ProductReview

@MappedEntity public class ProductReview extends Object
  • Constructor Details

    • ProductReview

      public ProductReview()
    • ProductReview

      public ProductReview(Long id, String title, String content)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)