Class 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:
  • 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(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