Package com.blockchyp.client.dto
Class Owner
java.lang.Object
com.blockchyp.client.dto.Owner
Models an individual with 25% or more ownership interest in a company.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the address of the owner.Gets the expiration date of the owner's driver's license.Gets the driver's license number of the owner.Gets the state that issued the owner's driver's license.getDob()Gets the date of birth of the owner in mm/dd/yyyy format.getEmail()Gets the email address of the owner.Gets the type of entity this owner represents.Gets the first name of the owner.Gets the job title of the owner.Gets the last name of the owner.Gets the percentage of ownership.Gets the phone number of the owner.Gets A single line representation of the owner's address.Gets the tax identification number (SSN) of the owner.voidsetAddress(Address value) Sets the address of the owner.voidsetDlExpiration(String value) Sets the expiration date of the owner's driver's license.voidsetDlNumber(String value) Sets the driver's license number of the owner.voidsetDlStateOrProvince(String value) Sets the state that issued the owner's driver's license.voidSets the date of birth of the owner in mm/dd/yyyy format.voidSets the email address of the owner.voidsetEntityType(String value) Sets the type of entity this owner represents.voidsetFirstName(String value) Sets the first name of the owner.voidsetJobTitle(String value) Sets the job title of the owner.voidsetLastName(String value) Sets the last name of the owner.voidsetOwnership(String value) Sets the percentage of ownership.voidsetPhoneNumber(String value) Sets the phone number of the owner.voidsetSingleLineAddress(String value) Sets A single line representation of the owner's address.voidsetTaxIdNumber(String value) Sets the tax identification number (SSN) of the owner.
-
Constructor Details
-
Owner
public Owner()
-
-
Method Details
-
setFirstName
Sets the first name of the owner.- Parameters:
value- the first name of the owner.
-
getFirstName
Gets the first name of the owner.- Returns:
- the first name of the owner.
-
setLastName
Sets the last name of the owner.- Parameters:
value- the last name of the owner.
-
getLastName
Gets the last name of the owner.- Returns:
- the last name of the owner.
-
setJobTitle
Sets the job title of the owner.- Parameters:
value- the job title of the owner.
-
getJobTitle
Gets the job title of the owner.- Returns:
- the job title of the owner.
-
setTaxIdNumber
Sets the tax identification number (SSN) of the owner.- Parameters:
value- the tax identification number (SSN) of the owner.
-
getTaxIdNumber
Gets the tax identification number (SSN) of the owner.- Returns:
- the tax identification number (SSN) of the owner.
-
setPhoneNumber
Sets the phone number of the owner.- Parameters:
value- the phone number of the owner.
-
getPhoneNumber
Gets the phone number of the owner.- Returns:
- the phone number of the owner.
-
setDob
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
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
Sets the percentage of ownership.- Parameters:
value- the percentage of ownership.
-
getOwnership
Gets the percentage of ownership.- Returns:
- the percentage of ownership.
-
setAddress
Sets the address of the owner.- Parameters:
value- the address of the owner.
-
getAddress
Gets the address of the owner.- Returns:
- the address of the owner.
-
setEmail
Sets the email address of the owner.- Parameters:
value- the email address of the owner.
-
getEmail
Gets the email address of the owner.- Returns:
- the email address of the owner.
-
setSingleLineAddress
Sets A single line representation of the owner's address.- Parameters:
value- A single line representation of the owner's address.
-
getSingleLineAddress
Gets A single line representation of the owner's address.- Returns:
- A single line representation of the owner's address.
-
setEntityType
Sets the type of entity this owner represents.- Parameters:
value- the type of entity this owner represents.
-
getEntityType
Gets the type of entity this owner represents.- Returns:
- the type of entity this owner represents.
-
setDlNumber
Sets the driver's license number of the owner.- Parameters:
value- the driver's license number of the owner.
-
getDlNumber
Gets the driver's license number of the owner.- Returns:
- the driver's license number of the owner.
-
setDlStateOrProvince
Sets the state that issued the owner's driver's license.- Parameters:
value- the state that issued the owner's driver's license.
-
getDlStateOrProvince
Gets the state that issued the owner's driver's license.- Returns:
- the state that issued the owner's driver's license.
-
setDlExpiration
Sets the expiration date of the owner's driver's license.- Parameters:
value- the expiration date of the owner's driver's license.
-
getDlExpiration
Gets the expiration date of the owner's driver's license.- Returns:
- the expiration date of the owner's driver's license.
-