Class CsCustomerEventModel

    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • INTERVENTIONTYPE

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

        public static final java.lang.String REASON
        Generated constant - Attribute key of CsCustomerEvent.reason attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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,
                                    java.lang.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,
                                    java.lang.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 Detail

      • 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