Package overit.geocall.basic.bl.company
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
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.
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
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the company companyName.Gets the company package.Gets the company description.getId()Gets the company id.Gets if the company is active.getLogin()Gets the company login.voidsetCompanyName(String companyName) Sets the company companyName.voidsetCompanyPackage(String companyPackage) Sets the company package.voidsetDescription(String description) Sets the company description.voidSets the company id.voidsetIsActive(Boolean isActive) Sets if the company is active.voidSets the company login.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOCompany
public BOCompany()
-
-
Method Details
-
getId
Gets the company id.- Returns:
- The company id.
-
setId
Sets the company id.- Parameters:
id- The company id to set.
-
getDescription
Gets the company description.- Returns:
- The company description.
-
setDescription
Sets the company description.- Parameters:
description- The company description to set.
-
getCompanyName
Gets the company companyName.- Returns:
- The company companyName.
-
setCompanyName
Sets the company companyName.- Parameters:
companyName- The company companyName to set.
-
getLogin
Gets the company login.- Returns:
- The company login.
-
setLogin
Sets the company login.- Parameters:
login- The company login to set.
-
getIsActive
Gets if the company is active.- Returns:
- If the company is active.
-
setIsActive
Sets if the company is active.- Parameters:
isActive- Boolean value indicating if the company is active.
-
getCompanyPackage
Gets the company package.- Returns:
- The company package.
-
setCompanyPackage
Sets the company package.- Parameters:
companyPackage- The company package to set.
-