Class ModelReport

java.lang.Object
com.maplander.backend.model.report.ModelReport

public class ModelReport extends Object
  • Constructor Details

    • ModelReport

      public ModelReport()
    • ModelReport

      public ModelReport(Long id, String type, int total)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)
    • toString

      public String toString()
      Overrides:
      toString in class Object