Class BOAvailabilityType

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.availability.type.BOAvailabilityType
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOAvailabilityType extends DynO implements Serializable
Business Object representing an Availability Type.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAvailabilityType

      public BOAvailabilityType()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the availability type.
      Returns:
      id the ID of the availability type
    • setId

      public void setId(Long id)
      Sets the ID of the availability type.
      Parameters:
      id - the ID of the availability type
    • getDescription

      public String getDescription()
      Returns the description of the availability type.
      Returns:
      description the description of the availability type
    • setDescription

      public void setDescription(String description)
      Sets the description of the availability type.
      Parameters:
      description - the description of the availability type
    • getCode

      public String getCode()
      Returns the code of the availability type.
      Returns:
      code the code of the availability type
    • setCode

      public void setCode(String code)
      Sets the code of the availability type.
      Parameters:
      code - the code of the availability type