Class LeadOfficeInfo

java.lang.Object
com.maplander.backend.model.manage.lead.LeadOfficeInfo

public class LeadOfficeInfo extends Object
  • Constructor Details

    • LeadOfficeInfo

      public LeadOfficeInfo()
    • LeadOfficeInfo

      public LeadOfficeInfo(Account account)
  • Method Details

    • refreshLeadOffice

      public void refreshLeadOffice(LeadUser leadUser)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getbCard

      public String getbCard()
    • setbCard

      public void setbCard(String bCard)
    • getbCardId

      public Long getbCardId()
    • setbCardId

      public void setbCardId(Long bCardId)
    • getPhone

      public int getPhone()
    • setPhone

      public void setPhone(int phone)
    • getWhatsApp

      public int getWhatsApp()
    • setWhatsApp

      public void setWhatsApp(int whatsApp)
    • getShare

      public int getShare()
    • setShare

      public void setShare(int share)
    • getView

      public int getView()
    • setView

      public void setView(int view)
    • getQr

      public int getQr()
    • setQr

      public void setQr(int qr)
    • getEmail

      public int getEmail()
    • setEmail

      public void setEmail(int email)
    • toString

      public String toString()
      Overrides:
      toString in class Object