Class LeadUserInfo
java.lang.Object
com.maplander.backend.model.manage.lead.LeadUserInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetbCard()
int
getEmail()
getId()
int
getPhone()
int
getQr()
int
getShare()
int
getView()
int
void
refreshLeadUserInfo
(LeadUser leadUser) void
void
setbCardId
(Long bCardId) void
setEmail
(int email) void
void
setOfficeId
(Long officeId) void
setPhone
(int phone) void
setQr
(int qr) void
setShare
(int share) void
setView
(int view) void
setWhatsApp
(int whatsApp)
-
Constructor Details
-
LeadUserInfo
public LeadUserInfo() -
LeadUserInfo
-
-
Method Details
-
refreshLeadUserInfo
-
getId
-
setId
-
getOfficeId
-
setOfficeId
-
getbCard
-
setbCard
-
getbCardId
-
setbCardId
-
getPhone
public int getPhone() -
setPhone
public void setPhone(int phone) -
getWhatsApp
public int getWhatsApp() -
setWhatsApp
public void setWhatsApp(int whatsApp) -
getEmail
public int getEmail() -
setEmail
public void setEmail(int email) -
getView
public int getView() -
setView
public void setView(int view) -
getQr
public int getQr() -
setQr
public void setQr(int qr)
-