Class CompanyImpl
java.lang.Object
org.wikirate4j.entitities.CardImpl
org.wikirate4j.entitities.CompanyImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of alternative names (aliases) used by the company.Returns the URL for retrieving all answers associated with this company.Returns the Australian Business Number (ABN), if available.Returns the Australian Company Number (ACN), if available.Returns the Central Index Key (CIK) of the company, as maintained by sec.gov, if available.Returns the location of the company's headquarters, if available.getISINs()Returns the list of International Securities Identification Numbers (ISINs) associated with the company.Returns the Legal Entity Identifier (LEI) of the company, if available.Returns the identifier of the company on OpenCorporates (opencorporates.com), if available.Returns the Open Supply Hub identifier of the company, if available.Returns the UK Company Number, if available.Returns the Wikidata identifier of the company, if available.Returns the Wikipedia page name of the company, if available.org.json.JSONObjecttoJson()toString()Methods inherited from class CardImpl
getCodename, getContent, getContent, getCreatedAt, getHtmlURL, getId, getName, getRequestedAt, getUpdatedAt, getURL, raw_jsonMethods inherited from interface Card
getCodename, getContent, getContent, getCreatedAt, getHtmlURL, getId, getName, getRequestedAt, getUpdatedAt, getURL, raw_json
-
Method Details
-
getWikipedia
Description copied from interface:CompanyReturns the Wikipedia page name of the company, if available.- Specified by:
getWikipediain interfaceCompany- Returns:
- the Wikipedia page name, or
nullif not available
-
getLegalEntityIdentifier
Description copied from interface:CompanyReturns the Legal Entity Identifier (LEI) of the company, if available.- Specified by:
getLegalEntityIdentifierin interfaceCompany- Returns:
- the Legal Entity Identifier
-
getUKCompanyNumber
Description copied from interface:CompanyReturns the UK Company Number, if available.- Specified by:
getUKCompanyNumberin interfaceCompany- Returns:
- the UK Company Number
-
getAustralianBusinessNumber
Description copied from interface:CompanyReturns the Australian Business Number (ABN), if available.- Specified by:
getAustralianBusinessNumberin interfaceCompany- Returns:
- the Australian Business Number
-
getAustralianCompanyNumber
Description copied from interface:CompanyReturns the Australian Company Number (ACN), if available.- Specified by:
getAustralianCompanyNumberin interfaceCompany- Returns:
- the Australian Company Number
-
getISINs
-
getWikidataID
Description copied from interface:CompanyReturns the Wikidata identifier of the company, if available.- Specified by:
getWikidataIDin interfaceCompany- Returns:
- the Wikidata identifier
-
getOpenCorporatesID
Description copied from interface:CompanyReturns the identifier of the company on OpenCorporates (opencorporates.com), if available.- Specified by:
getOpenCorporatesIDin interfaceCompany- Returns:
- the OpenCorporates identifier
-
getAliases
Description copied from interface:CompanyReturns a list of alternative names (aliases) used by the company.- Specified by:
getAliasesin interfaceCompany- Returns:
- a list of aliases, or an empty list if none exist
-
getHeadquarters
Description copied from interface:CompanyReturns the location of the company's headquarters, if available.- Specified by:
getHeadquartersin interfaceCompany- Returns:
- the headquarters location
-
getOpenSupplyHubId
Description copied from interface:CompanyReturns the Open Supply Hub identifier of the company, if available. See: https://opensupplyhub.org/- Specified by:
getOpenSupplyHubIdin interfaceCompany- Returns:
- the Open Supply Hub identifier
-
getCentralIndexKey
Description copied from interface:CompanyReturns the Central Index Key (CIK) of the company, as maintained by sec.gov, if available.- Specified by:
getCentralIndexKeyin interfaceCompany- Returns:
- the Central Index Key
-
getAnswersUrl
Description copied from interface:CompanyReturns the URL for retrieving all answers associated with this company.- Specified by:
getAnswersUrlin interfaceCompany- Returns:
- the answers URL
-
toJson
-
toString
-