Class CsTicketChangeEventCsTicketStateEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsTicketChangeEventCsTicketStateEntryModel
    extends CsTicketChangeEventEntryModel
    Generated model class for type CsTicketChangeEventCsTicketStateEntry first defined at extension ticketsystem.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String OLDVALUE
        Generated constant - Attribute key of CsTicketChangeEventCsTicketStateEntry.oldValue attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • NEWVALUE

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

      • CsTicketChangeEventCsTicketStateEntryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CsTicketChangeEventCsTicketStateEntryModel​(ItemModel _owner)
        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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getNewValue

        @Accessor(qualifier="newValue",
                  type=GETTER)
        public CsTicketState getNewValue()
        Generated method - Getter of the CsTicketChangeEventCsTicketStateEntry.newValue attribute defined at extension ticketsystem.
        Returns:
        the newValue
      • getOldValue

        @Accessor(qualifier="oldValue",
                  type=GETTER)
        public CsTicketState getOldValue()
        Generated method - Getter of the CsTicketChangeEventCsTicketStateEntry.oldValue attribute defined at extension ticketsystem.
        Returns:
        the oldValue
      • setNewValue

        @Accessor(qualifier="newValue",
                  type=SETTER)
        public void setNewValue​(CsTicketState value)
        Generated method - Setter of CsTicketChangeEventCsTicketStateEntry.newValue attribute defined at extension ticketsystem.
        Parameters:
        value - the newValue
      • setOldValue

        @Accessor(qualifier="oldValue",
                  type=SETTER)
        public void setOldValue​(CsTicketState value)
        Generated method - Setter of CsTicketChangeEventCsTicketStateEntry.oldValue attribute defined at extension ticketsystem.
        Parameters:
        value - the oldValue