Class InteractionsCard

java.lang.Object
com.maplander.backend.model.manage.complex.InteractionsCard

public class InteractionsCard extends Object
  • Constructor Details

    • InteractionsCard

      public InteractionsCard()
  • Method Details

    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • getTotal_viewdetail

      public Integer getTotal_viewdetail()
    • setTotal_viewdetail

      public void setTotal_viewdetail(Integer total_viewdetail)
    • getTotal_phone

      public Integer getTotal_phone()
    • setTotal_phone

      public void setTotal_phone(Integer total_phone)
    • getTotal_email

      public Integer getTotal_email()
    • setTotal_email

      public void setTotal_email(Integer total_email)
    • getTotal_whats

      public Integer getTotal_whats()
    • setTotal_whats

      public void setTotal_whats(Integer total_whats)
    • getTotal_sharedetail

      public Integer getTotal_sharedetail()
    • setTotal_sharedetail

      public void setTotal_sharedetail(Integer total_sharedetail)
    • getTotal

      public Integer getTotal()
    • setTotal

      public void setTotal(Integer total)
    • toString

      public String toString()
      Overrides:
      toString in class Object