Class CompanyDTO
java.lang.Object
callofproject.dev.authentication.dto.client.CompanyDTO
Data Transfer Object for a company.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the company name.getId()
Gets the company id.void
setCompanyName
(String companyName) Sets the company name.void
Sets the company id.
-
Constructor Details
-
CompanyDTO
Constructor.- Parameters:
companyName
- The company name.id
- The company id.
-
CompanyDTO
public CompanyDTO()Constructor.
-
-
Method Details
-
getCompanyName
Gets the company name.- Returns:
- The company name.
-
setCompanyName
Sets the company name.- Parameters:
companyName
- The company name.
-
getId
Gets the company id.- Returns:
- The company id.
-
setId
Sets the company id.- Parameters:
id
- The company id.
-