Package overit.geocall.basic.bl.profile
Class BOUserProfile
java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.profile.BOUserProfile
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
This class represent a business object for all information concerning a user profile.
It will be used to map data from a DTO to fields of the ACONFPROFILE table in the database.
It will be used to map data from a DTO to fields of the ACONFPROFILE table in the database.
- See Also:
-
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 TypeMethodDescriptiongetCode()Gets the user profile code.Gets the company id.Gets the user profile description.getId()Gets the user profile id.voidSets the user profile code.voidsetCompany(Long company) Sets the company id.voidsetDescription(String description) Sets the user profile description.voidSets the user profile id.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
-
BOUserProfile
public BOUserProfile()
-
-
Method Details
-
getId
Gets the user profile id.- Returns:
- The user profile id.
-
setId
Sets the user profile id.- Parameters:
id- The user profile id to set.
-
getCompany
Gets the company id.- Returns:
- The company id.
-
setCompany
Sets the company id.- Parameters:
company- The company id to set.
-
getDescription
Gets the user profile description.- Returns:
- The user profile description.
-
setDescription
Sets the user profile description.- Parameters:
description- The user profile description to set.
-
getCode
Gets the user profile code.- Returns:
- The user profile code.
-
setCode
Sets the user profile code.- Parameters:
code- The user profile code to set.
-