Class CsTicketChangeEventEntryModel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _CSTICKETEVENT2CSTICKETCHANGEENTRY
      Generated relation code constant for relation CsTicketEvent2CsTicketChangeEntry defining source attribute event in extension ticketsystem.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ALTEREDATTRIBUTE
      Generated constant - Attribute key of CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
      static java.lang.String EVENT
      Generated constant - Attribute key of CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
      static java.lang.String NEWBINARYVALUE
      Generated constant - Attribute key of CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
      static java.lang.String NEWSTRINGVALUE
      Generated constant - Attribute key of CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
      static java.lang.String OLDBINARYVALUE
      Generated constant - Attribute key of CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
      static java.lang.String OLDSTRINGVALUE
      Generated constant - Attribute key of CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      CsTicketChangeEventEntryModel()
      Generated constructor - Default constructor for generic creation.
      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
      CsTicketChangeEventEntryModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AttributeDescriptorModel getAlteredAttribute()
      Generated method - Getter of the CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
      CsTicketEventModel getEvent()
      Generated method - Getter of the CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
      java.lang.Object getNewBinaryValue()
      Generated method - Getter of the CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
      java.lang.String getNewStringValue()
      Generated method - Getter of the CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
      java.lang.Object getOldBinaryValue()
      Generated method - Getter of the CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
      java.lang.String getOldStringValue()
      Generated method - Getter of the CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.
      void setAlteredAttribute​(AttributeDescriptorModel value)
      Generated method - Setter of CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
      void setEvent​(CsTicketEventModel value)
      Generated method - Setter of CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
      void setNewBinaryValue​(java.lang.Object value)
      Generated method - Setter of CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
      void setNewStringValue​(java.lang.String value)
      Generated method - Setter of CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
      void setOldBinaryValue​(java.lang.Object value)
      Generated method - Setter of CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
      void setOldStringValue​(java.lang.String value)
      Generated method - Setter of CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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​(de.hybris.platform.servicelayer.model.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
      • getEvent

        @Accessor(qualifier="event",
                  type=GETTER)
        public CsTicketEventModel getEvent()
        Generated method - Getter of the CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
        Returns:
        the event
      • 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