Class CsTicketChangeEventEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ticket.events.model.CsTicketChangeEventEntryModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CsTicketChangeEventCsAgentGroupEntryModel, CsTicketChangeEventCsTicketCategoryEntryModel, CsTicketChangeEventCsTicketPriorityEntryModel, CsTicketChangeEventCsTicketStateEntryModel, CsTicketChangeEventEmployeeEntryModel, CsTicketChangeEventStringEntryModel

public class CsTicketChangeEventEntryModel extends ItemModel
Generated model class for type CsTicketChangeEventEntry first defined at extension ticketsystem.
See Also:
  • 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 final String
    Generated relation code constant for relation CsTicketEvent2CsTicketChangeEntry defining source attribute event in extension ticketsystem.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketChangeEventEntry.alteredAttribute attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketChangeEventEntry.newStringValue attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketChangeEventEntry.oldBinaryValue attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    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 Details

    • _TYPECODE

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

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

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

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

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

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

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

      public static final String EVENT
      Generated constant - Attribute key of CsTicketChangeEventEntry.event attribute defined at extension ticketsystem.
      See Also:
  • Constructor Details

    • 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 Details

    • 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 Object getNewBinaryValue()
      Generated method - Getter of the CsTicketChangeEventEntry.newBinaryValue attribute defined at extension ticketsystem.
      Returns:
      the newBinaryValue
    • getNewStringValue

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

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

      @Accessor(qualifier="oldStringValue", type=GETTER) public 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(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(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(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(String value)
      Generated method - Setter of CsTicketChangeEventEntry.oldStringValue attribute defined at extension ticketsystem.
      Parameters:
      value - the oldStringValue