Class LeadRW.PreContact

java.lang.Object
com.maplander.backend.model.manage.lead.LeadRW.PreContact
Enclosing class:
LeadRW

public static class LeadRW.PreContact extends Object
  • Constructor Details

    • PreContact

      public PreContact()
    • PreContact

      public PreContact(Lead lead, Property property, User user)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPaternal_lastname

      public String getPaternal_lastname()
    • setPaternal_lastname

      public void setPaternal_lastname(String paternal_lastname)
    • getMaternal_lastname

      public String getMaternal_lastname()
    • setMaternal_lastname

      public void setMaternal_lastname(String maternal_lastname)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • getCreated_by

      public Integer getCreated_by()
    • setCreated_by

      public void setCreated_by(Integer created_by)
    • getUpdated_by

      public Integer getUpdated_by()
    • setUpdated_by

      public void setUpdated_by(Integer updated_by)
    • getUser_id

      public Integer getUser_id()
    • setUser_id

      public void setUser_id(Integer user_id)
    • getFranchise_id

      public Integer getFranchise_id()
    • setFranchise_id

      public void setFranchise_id(Integer franchise_id)
    • getBusiness_type_id

      public Integer getBusiness_type_id()
    • setBusiness_type_id

      public void setBusiness_type_id(Integer business_type_id)
    • getPre_contact_status_id

      public Integer getPre_contact_status_id()
    • setPre_contact_status_id

      public void setPre_contact_status_id(Integer pre_contact_status_id)
    • getContact_method_id

      public Integer getContact_method_id()
    • setContact_method_id

      public void setContact_method_id(Integer contact_method_id)
    • getProperty_reference

      public String getProperty_reference()
    • setProperty_reference

      public void setProperty_reference(String property_reference)
    • toString

      public String toString()
      Overrides:
      toString in class Object