Class CsTicketChangeEventCsTicketStateEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ticket.events.model.CsTicketChangeEventEntryModel
de.hybris.platform.ticket.events.model.CsTicketChangeEventCsTicketStateEntryModel
All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • OLDVALUE

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

      public static final String NEWVALUE
      Generated constant - Attribute key of CsTicketChangeEventCsTicketStateEntry.newValue attribute defined at extension ticketsystem.
      See Also:
  • Constructor Details

    • CsTicketChangeEventCsTicketStateEntryModel

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

      public CsTicketChangeEventCsTicketStateEntryModel(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
    • 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 Details

    • 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