Class Company


  • public class Company
    extends Object
    Company
    • Constructor Detail

      • Company

        public Company()
    • Method Detail

      • getHomepage

        public String getHomepage()
        The company website's home page.
        Returns:
        homepage
      • setHomepage

        public void setHomepage​(String homepage)
      • getName

        public String getName()
        The company name.
        Returns:
        name
      • setName

        public void setName​(String name)
      • registrationNumber

        public Company registrationNumber​(String registrationNumber)
      • getRegistrationNumber

        public String getRegistrationNumber()
        Registration number of the company.
        Returns:
        registrationNumber
      • setRegistrationNumber

        public void setRegistrationNumber​(String registrationNumber)
      • registryLocation

        public Company registryLocation​(String registryLocation)
      • getRegistryLocation

        public String getRegistryLocation()
        Registry location of the company.
        Returns:
        registryLocation
      • setRegistryLocation

        public void setRegistryLocation​(String registryLocation)
      • getTaxId

        public String getTaxId()
        Tax ID of the company.
        Returns:
        taxId
      • setTaxId

        public void setTaxId​(String taxId)
      • getType

        public String getType()
        The company type.
        Returns:
        type
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object