public class BusinessDetails extends Object
| Constructor and Description |
|---|
BusinessDetails() |
| Modifier and Type | Method and Description |
|---|---|
BusinessDetails |
addShareholdersItem(ShareholderContact shareholdersItem) |
BusinessDetails |
doingBusinessAs(String doingBusinessAs) |
boolean |
equals(Object o) |
String |
getDoingBusinessAs()
The registered name of the company (if it differs from the legal name of the company).
|
String |
getIncorporatedAt()
The jurisdiction of incorporation of the company.
|
String |
getLegalBusinessName()
The legal name of the company.
|
String |
getRegistrationNumber()
The registration number of the company.
|
List<ShareholderContact> |
getShareholders()
Each of the shareholders associated with the company.
|
String |
getStockExchange()
Market Identifier Code (MIC)
|
String |
getStockNumber()
International Securities Identification Number (ISIN)
|
String |
getStockTicker()
Stock Ticker symbol.
|
String |
getTaxId()
The tax ID of the company.
|
int |
hashCode() |
BusinessDetails |
incorporatedAt(String incorporatedAt) |
BusinessDetails |
legalBusinessName(String legalBusinessName) |
BusinessDetails |
registrationNumber(String registrationNumber) |
void |
setDoingBusinessAs(String doingBusinessAs) |
void |
setIncorporatedAt(String incorporatedAt) |
void |
setLegalBusinessName(String legalBusinessName) |
void |
setRegistrationNumber(String registrationNumber) |
void |
setShareholders(List<ShareholderContact> shareholders) |
void |
setStockExchange(String stockExchange) |
void |
setStockNumber(String stockNumber) |
void |
setStockTicker(String stockTicker) |
void |
setTaxId(String taxId) |
BusinessDetails |
shareholders(List<ShareholderContact> shareholders) |
BusinessDetails |
stockExchange(String stockExchange) |
BusinessDetails |
stockNumber(String stockNumber) |
BusinessDetails |
stockTicker(String stockTicker) |
BusinessDetails |
taxId(String taxId) |
String |
toString() |
public BusinessDetails doingBusinessAs(String doingBusinessAs)
public String getDoingBusinessAs()
public void setDoingBusinessAs(String doingBusinessAs)
public BusinessDetails incorporatedAt(String incorporatedAt)
public String getIncorporatedAt()
public void setIncorporatedAt(String incorporatedAt)
public BusinessDetails legalBusinessName(String legalBusinessName)
public String getLegalBusinessName()
public void setLegalBusinessName(String legalBusinessName)
public BusinessDetails registrationNumber(String registrationNumber)
public String getRegistrationNumber()
public void setRegistrationNumber(String registrationNumber)
public BusinessDetails shareholders(List<ShareholderContact> shareholders)
public BusinessDetails addShareholdersItem(ShareholderContact shareholdersItem)
public List<ShareholderContact> getShareholders()
public void setShareholders(List<ShareholderContact> shareholders)
public BusinessDetails taxId(String taxId)
public String getTaxId()
public void setTaxId(String taxId)
public BusinessDetails stockExchange(String stockExchange)
public String getStockExchange()
public void setStockExchange(String stockExchange)
public BusinessDetails stockNumber(String stockNumber)
public String getStockNumber()
public void setStockNumber(String stockNumber)
public BusinessDetails stockTicker(String stockTicker)
public String getStockTicker()
public void setStockTicker(String stockTicker)
Copyright © 2021. All rights reserved.