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

public class BOUserProfile extends DynO
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.
See Also:
  • Constructor Details

    • BOUserProfile

      public BOUserProfile()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the user profile id.
      Parameters:
      id - The user profile id to set.
    • getCompany

      public Long getCompany()
      Gets the company id.
      Returns:
      The company id.
    • setCompany

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

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

      public void setDescription(String description)
      Sets the user profile description.
      Parameters:
      description - The user profile description to set.
    • getCode

      public String getCode()
      Gets the user profile code.
      Returns:
      The user profile code.
    • setCode

      public void setCode(String code)
      Sets the user profile code.
      Parameters:
      code - The user profile code to set.