Class LeadEntity

java.lang.Object
org.exoplatform.leadcapture.entity.LeadEntity
All Implemented Interfaces:
Serializable

@Entity(name="LeadEntity") public class LeadEntity extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected Long id
    • mail

      protected String mail
    • firstName

      protected String firstName
    • lastName

      protected String lastName
    • company

      protected String company
    • position

      protected String position
    • country

      protected String country
    • status

      protected String status
    • phone

      protected String phone
    • createdDate

      protected Date createdDate
    • updatedDate

      protected Date updatedDate
    • language

      protected String language
    • assignee

      protected String assignee
    • geographiqueZone

      protected String geographiqueZone
    • marketingSuspended

      protected Boolean marketingSuspended
    • marketingSuspendedCause

      protected String marketingSuspendedCause
    • captureMethod

      protected String captureMethod
    • captureType

      protected String captureType
    • blogSubscription

      protected Boolean blogSubscription
    • blogSubscriptionDate

      protected Date blogSubscriptionDate
    • communityUserName

      protected String communityUserName
    • communityRegistration

      protected Boolean communityRegistration
    • communityRegistrationMethod

      protected String communityRegistrationMethod
    • communityRegistrationDate

      protected Date communityRegistrationDate
    • personSource

      protected String personSource
    • landingPageInfo

      protected String landingPageInfo
    • captureSourceInfo

      protected String captureSourceInfo
    • personIp

      protected String personIp
    • originalReferrer

      protected String originalReferrer
    • activityId

      protected String activityId
    • taskId

      protected Long taskId
    • taskUrl

      protected String taskUrl
    • goal

      protected String goal
    • usersNumber

      protected String usersNumber
    • currentSolution

      protected String currentSolution
    • interactionSummary

      protected String interactionSummary
    • howHear

      protected String howHear
    • solutionType

      protected String solutionType
    • solutionRequirements

      protected String solutionRequirements
    • shortlistVendors

      protected String shortlistVendors
    • companyWebsite

      protected String companyWebsite
    • employeesNumber

      protected String employeesNumber
    • industry

      protected String industry
    • tasksLabelId

      protected Long tasksLabelId
    • department

      protected String department
    • companySize

      protected String companySize
    • customer

      protected Boolean customer
  • Constructor Details

    • LeadEntity

      public LeadEntity()