Class CategoryDTO

java.lang.Object
it.unimib.unimibmodules.dto.CategoryDTO

public class CategoryDTO extends Object
DTO for the Category class.
Version:
0.4.1
Author:
Lorenzo Occhipinti
  • Field Details

    • id

      int id
      Serialization of the id of the category.
    • name

      private String name
      Serialization of the name of the category.
  • Constructor Details

    • CategoryDTO

      public CategoryDTO()