Class Owner

java.lang.Object
com.blockchyp.client.dto.Owner

public class Owner extends Object
Models an individual with 25% or more ownership interest in a company.
  • Constructor Details

    • Owner

      public Owner()
  • Method Details

    • setFirstName

      public void setFirstName(String value)
      Sets the first name of the owner.
      Parameters:
      value - the first name of the owner.
    • getFirstName

      public String getFirstName()
      Gets the first name of the owner.
      Returns:
      the first name of the owner.
    • setLastName

      public void setLastName(String value)
      Sets the last name of the owner.
      Parameters:
      value - the last name of the owner.
    • getLastName

      public String getLastName()
      Gets the last name of the owner.
      Returns:
      the last name of the owner.
    • setJobTitle

      public void setJobTitle(String value)
      Sets the job title of the owner.
      Parameters:
      value - the job title of the owner.
    • getJobTitle

      public String getJobTitle()
      Gets the job title of the owner.
      Returns:
      the job title of the owner.
    • setTaxIdNumber

      public void setTaxIdNumber(String value)
      Sets the tax identification number (SSN) of the owner.
      Parameters:
      value - the tax identification number (SSN) of the owner.
    • getTaxIdNumber

      public String getTaxIdNumber()
      Gets the tax identification number (SSN) of the owner.
      Returns:
      the tax identification number (SSN) of the owner.
    • setPhoneNumber

      public void setPhoneNumber(String value)
      Sets the phone number of the owner.
      Parameters:
      value - the phone number of the owner.
    • getPhoneNumber

      public String getPhoneNumber()
      Gets the phone number of the owner.
      Returns:
      the phone number of the owner.
    • setDob

      public void setDob(String value)
      Sets the date of birth of the owner in mm/dd/yyyy format.
      Parameters:
      value - the date of birth of the owner in mm/dd/yyyy format.
    • getDob

      public String getDob()
      Gets the date of birth of the owner in mm/dd/yyyy format.
      Returns:
      the date of birth of the owner in mm/dd/yyyy format.
    • setOwnership

      public void setOwnership(String value)
      Sets the percentage of ownership.
      Parameters:
      value - the percentage of ownership.
    • getOwnership

      public String getOwnership()
      Gets the percentage of ownership.
      Returns:
      the percentage of ownership.
    • setAddress

      public void setAddress(Address value)
      Sets the address of the owner.
      Parameters:
      value - the address of the owner.
    • getAddress

      public Address getAddress()
      Gets the address of the owner.
      Returns:
      the address of the owner.
    • setEmail

      public void setEmail(String value)
      Sets the email address of the owner.
      Parameters:
      value - the email address of the owner.
    • getEmail

      public String getEmail()
      Gets the email address of the owner.
      Returns:
      the email address of the owner.
    • setSingleLineAddress

      public void setSingleLineAddress(String value)
      Sets A single line representation of the owner's address.
      Parameters:
      value - A single line representation of the owner's address.
    • getSingleLineAddress

      public String getSingleLineAddress()
      Gets A single line representation of the owner's address.
      Returns:
      A single line representation of the owner's address.
    • setEntityType

      public void setEntityType(String value)
      Sets the type of entity this owner represents.
      Parameters:
      value - the type of entity this owner represents.
    • getEntityType

      public String getEntityType()
      Gets the type of entity this owner represents.
      Returns:
      the type of entity this owner represents.
    • setDlNumber

      public void setDlNumber(String value)
      Sets the driver's license number of the owner.
      Parameters:
      value - the driver's license number of the owner.
    • getDlNumber

      public String getDlNumber()
      Gets the driver's license number of the owner.
      Returns:
      the driver's license number of the owner.
    • setDlStateOrProvince

      public void setDlStateOrProvince(String value)
      Sets the state that issued the owner's driver's license.
      Parameters:
      value - the state that issued the owner's driver's license.
    • getDlStateOrProvince

      public String getDlStateOrProvince()
      Gets the state that issued the owner's driver's license.
      Returns:
      the state that issued the owner's driver's license.
    • setDlExpiration

      public void setDlExpiration(String value)
      Sets the expiration date of the owner's driver's license.
      Parameters:
      value - the expiration date of the owner's driver's license.
    • getDlExpiration

      public String getDlExpiration()
      Gets the expiration date of the owner's driver's license.
      Returns:
      the expiration date of the owner's driver's license.