Class BCard

java.lang.Object
com.maplander.backend.repository.model_table.opibackenddata.BCard

@Entity public class BCard extends Object
  • Constructor Details

    • BCard

      public BCard()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getCompanyName

      public Elem getCompanyName()
    • setCompanyName

      public void setCompanyName(Elem companyName)
    • getWebSite

      public Elem getWebSite()
    • setWebSite

      public void setWebSite(Elem webSite)
    • getLogo

      public Elem getLogo()
    • setLogo

      public void setLogo(Elem logo)
    • getEmail

      public Elem getEmail()
    • setEmail

      public void setEmail(Elem email)
    • getWorkPosition

      public Elem getWorkPosition()
    • setWorkPosition

      public void setWorkPosition(Elem workPosition)
    • getWhatsApp

      public Elem getWhatsApp()
    • setWhatsApp

      public void setWhatsApp(Elem whatsApp)
    • getName

      public Elem getName()
    • setName

      public void setName(Elem name)
    • getShortId

      public Long getShortId()
    • setShortId

      public void setShortId(Long shortId)
    • getBackgroundImage

      public String getBackgroundImage()
    • setBackgroundImage

      public void setBackgroundImage(String backgroundImage)
    • getShowAbout

      public Boolean getShowAbout()
    • setShowAbout

      public void setShowAbout(Boolean showAbout)
    • getIndustryCode

      public Long getIndustryCode()
    • setIndustryCode

      public void setIndustryCode(Long industryCode)
    • getCountryCode

      public String getCountryCode()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getShowCompanyAddress

      public Boolean getShowCompanyAddress()
    • setShowCompanyAddress

      public void setShowCompanyAddress(Boolean showCompanyAddress)
    • getViews

      public Long getViews()
    • setViews

      public void setViews(Long views)
    • getShowCompanyPhone

      public Boolean getShowCompanyPhone()
    • setShowCompanyPhone

      public void setShowCompanyPhone(Boolean showCompanyPhone)
    • getShowTwitter

      public Boolean getShowTwitter()
    • setShowTwitter

      public void setShowTwitter(Boolean showTwitter)
    • getShowLinkedin

      public Boolean getShowLinkedin()
    • setShowLinkedin

      public void setShowLinkedin(Boolean showLinkedin)
    • getShowFacebook

      public Boolean getShowFacebook()
    • setShowFacebook

      public void setShowFacebook(Boolean showFacebook)