Class BOCompany

java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.company.BOCompany
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCompany extends DynO
This class represent a business object for all information concerning a company.
It will be used to map data from a DTO to fields of the ACOMPANY table in the database.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOCompany

      public BOCompany()
  • Method Details

    • getId

      public Long getId()
      Gets the company id.
      Returns:
      The company id.
    • setId

      public void setId(Long id)
      Sets the company id.
      Parameters:
      id - The company id to set.
    • getDescription

      public String getDescription()
      Gets the company description.
      Returns:
      The company description.
    • setDescription

      public void setDescription(String description)
      Sets the company description.
      Parameters:
      description - The company description to set.
    • getCompanyName

      public String getCompanyName()
      Gets the company companyName.
      Returns:
      The company companyName.
    • setCompanyName

      public void setCompanyName(String companyName)
      Sets the company companyName.
      Parameters:
      companyName - The company companyName to set.
    • getLogin

      public String getLogin()
      Gets the company login.
      Returns:
      The company login.
    • setLogin

      public void setLogin(String login)
      Sets the company login.
      Parameters:
      login - The company login to set.
    • getIsActive

      public Boolean getIsActive()
      Gets if the company is active.
      Returns:
      If the company is active.
    • setIsActive

      public void setIsActive(Boolean isActive)
      Sets if the company is active.
      Parameters:
      isActive - Boolean value indicating if the company is active.
    • getCompanyPackage

      public String getCompanyPackage()
      Gets the company package.
      Returns:
      The company package.
    • setCompanyPackage

      public void setCompanyPackage(String companyPackage)
      Sets the company package.
      Parameters:
      companyPackage - The company package to set.