Class CsCustomerEventModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CsTicketResolutionEventModel

public class CsCustomerEventModel extends CsTicketEventModel
Generated model class for type CsCustomerEvent first defined at extension ticketsystem.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • INTERVENTIONTYPE

      public static final String INTERVENTIONTYPE
      Generated constant - Attribute key of CsCustomerEvent.interventionType attribute defined at extension ticketsystem.
      See Also:
    • REASON

      public static final String REASON
      Generated constant - Attribute key of CsCustomerEvent.reason attribute defined at extension ticketsystem.
      See Also:
  • Constructor Details

    • CsCustomerEventModel

      public CsCustomerEventModel()
      Generated constructor - Default constructor for generic creation.
    • CsCustomerEventModel

      public CsCustomerEventModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CsCustomerEventModel

      @Deprecated(since="4.1.1", forRemoval=true) public CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, String _text)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _author - initial attribute declared by type AbstractComment at extension comments
      _commentType - initial attribute declared by type Comment at extension comments
      _component - initial attribute declared by type Comment at extension comments
      _text - initial attribute declared by type AbstractComment at extension comments
    • CsCustomerEventModel

      @Deprecated(since="4.1.1", forRemoval=true) public CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, String _text)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _author - initial attribute declared by type AbstractComment at extension comments
      _commentType - initial attribute declared by type Comment at extension comments
      _component - initial attribute declared by type Comment at extension comments
      _owner - initial attribute declared by type Item at extension core
      _text - initial attribute declared by type AbstractComment at extension comments
  • Method Details

    • getInterventionType

      @Accessor(qualifier="interventionType", type=GETTER) public CsInterventionType getInterventionType()
      Generated method - Getter of the CsCustomerEvent.interventionType attribute defined at extension ticketsystem.
      Returns:
      the interventionType
    • getReason

      @Accessor(qualifier="reason", type=GETTER) public CsEventReason getReason()
      Generated method - Getter of the CsCustomerEvent.reason attribute defined at extension ticketsystem.
      Returns:
      the reason
    • setInterventionType

      @Accessor(qualifier="interventionType", type=SETTER) public void setInterventionType(CsInterventionType value)
      Generated method - Setter of CsCustomerEvent.interventionType attribute defined at extension ticketsystem.
      Parameters:
      value - the interventionType
    • setReason

      @Accessor(qualifier="reason", type=SETTER) public void setReason(CsEventReason value)
      Generated method - Setter of CsCustomerEvent.reason attribute defined at extension ticketsystem.
      Parameters:
      value - the reason