Class CsTicketChangeEventEntryModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _CSTICKETEVENT2CSTICKETCHANGEENTRY
        Generated relation code constant for relation CsTicketEvent2CsTicketChangeEntry defining source attribute event in extension ticketsystem.
        See Also:
        Constant Field Values
      • ALTEREDATTRIBUTE

        public static final java.lang.String ALTEREDATTRIBUTE
        Generated constant - Attribute key of CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • OLDSTRINGVALUE

        public static final java.lang.String OLDSTRINGVALUE
        Generated constant - Attribute key of CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • NEWSTRINGVALUE

        public static final java.lang.String NEWSTRINGVALUE
        Generated constant - Attribute key of CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • OLDBINARYVALUE

        public static final java.lang.String OLDBINARYVALUE
        Generated constant - Attribute key of CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • NEWBINARYVALUE

        public static final java.lang.String NEWBINARYVALUE
        Generated constant - Attribute key of CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • EVENT

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

      • CsTicketChangeEventEntryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CsTicketChangeEventEntryModel​(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

      • getAlteredAttribute

        @Accessor(qualifier="alteredAttribute",
                  type=GETTER)
        public AttributeDescriptorModel getAlteredAttribute()
        Generated method - Getter of the CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
        Returns:
        the alteredAttribute
      • getNewBinaryValue

        @Accessor(qualifier="newBinaryValue",
                  type=GETTER)
        public java.lang.Object getNewBinaryValue()
        Generated method - Getter of the CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
        Returns:
        the newBinaryValue
      • getNewStringValue

        @Accessor(qualifier="newStringValue",
                  type=GETTER)
        public java.lang.String getNewStringValue()
        Generated method - Getter of the CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
        Returns:
        the newStringValue
      • getOldBinaryValue

        @Accessor(qualifier="oldBinaryValue",
                  type=GETTER)
        public java.lang.Object getOldBinaryValue()
        Generated method - Getter of the CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
        Returns:
        the oldBinaryValue
      • getOldStringValue

        @Accessor(qualifier="oldStringValue",
                  type=GETTER)
        public java.lang.String getOldStringValue()
        Generated method - Getter of the CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.
        Returns:
        the oldStringValue
      • setAlteredAttribute

        @Accessor(qualifier="alteredAttribute",
                  type=SETTER)
        public void setAlteredAttribute​(AttributeDescriptorModel value)
        Generated method - Setter of CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
        Parameters:
        value - the alteredAttribute
      • setEvent

        @Accessor(qualifier="event",
                  type=SETTER)
        public void setEvent​(CsTicketEventModel value)
        Generated method - Setter of CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
        Parameters:
        value - the event
      • setNewBinaryValue

        @Accessor(qualifier="newBinaryValue",
                  type=SETTER)
        public void setNewBinaryValue​(java.lang.Object value)
        Generated method - Setter of CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
        Parameters:
        value - the newBinaryValue
      • setNewStringValue

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

        @Accessor(qualifier="oldBinaryValue",
                  type=SETTER)
        public void setOldBinaryValue​(java.lang.Object value)
        Generated method - Setter of CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
        Parameters:
        value - the oldBinaryValue
      • setOldStringValue

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