Class InteractionReportMonthV2

java.lang.Object
com.maplander.backend.repository.model_table.auxiliares.InteractionReportMonthV2

@Entity public class InteractionReportMonthV2 extends Object
  • Constructor Details

    • InteractionReportMonthV2

      public InteractionReportMonthV2()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • getModelType

      public ModelTypeEnum getModelType()
    • setModelType

      public void setModelType(ModelTypeEnum modelType)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTotal

      public Integer getTotal()
    • setTotal

      public void setTotal(Integer total)