public class Company extends Object
| Constructor and Description |
|---|
Company() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHomepage()
The company website's home page.
|
String |
getName()
The company name.
|
String |
getRegistrationNumber()
Registration number of the company.
|
String |
getRegistryLocation()
Registry location of the company.
|
String |
getTaxId()
Tax ID of the company.
|
String |
getType()
The company type.
|
int |
hashCode() |
Company |
homepage(String homepage) |
Company |
name(String name) |
Company |
registrationNumber(String registrationNumber) |
Company |
registryLocation(String registryLocation) |
void |
setHomepage(String homepage) |
void |
setName(String name) |
void |
setRegistrationNumber(String registrationNumber) |
void |
setRegistryLocation(String registryLocation) |
void |
setTaxId(String taxId) |
void |
setType(String type) |
Company |
taxId(String taxId) |
String |
toString() |
Company |
type(String type) |
public String getHomepage()
public void setHomepage(String homepage)
public String getName()
public void setName(String name)
public String getRegistrationNumber()
public void setRegistrationNumber(String registrationNumber)
public String getRegistryLocation()
public void setRegistryLocation(String registryLocation)
public String getTaxId()
public void setTaxId(String taxId)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.