Class CsTicketChangeEventStringEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsTicketChangeEventStringEntryModel
    extends CsTicketChangeEventEntryModel
    Generated model class for type CsTicketChangeEventStringEntry 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 CsTicketChangeEventStringEntry.oldValue attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • NEWVALUE

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

      • CsTicketChangeEventStringEntryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CsTicketChangeEventStringEntryModel​(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 java.lang.String getNewValue()
        Generated method - Getter of the CsTicketChangeEventStringEntry.newValue attribute defined at extension ticketsystem.
        Returns:
        the newValue
      • getOldValue

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

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

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