Class BOContactType

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

public class BOContactType extends DynO
Business object representing a customer contact type.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOContactType

      public BOContactType()
  • Method Details

    • getId

      public Long getId()
      Gets the contact type id
      Returns:
      the contact type id
    • setId

      public void setId(Long id)
      Sets the the contact type id
      Parameters:
      id - the contact type id
    • getCode

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

      public void setCode(String code)
      Sets the contact type code.
      Parameters:
      code - the contact type code
    • getDescription

      public String getDescription()
      Gets the contact type description
      Returns:
      the contact type description
    • setDescription

      public void setDescription(String description)
      Sets the contact type description
      Parameters:
      description - the contact type description