Class GeneratedCsTicketChangeEventEmployeeEntry

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CsTicketChangeEventEmployeeEntry

public abstract class GeneratedCsTicketChangeEventEmployeeEntry extends CsTicketChangeEventEntry
Generated class for type CsTicketChangeEventEmployeeEntry.
See Also:
  • Field Details

    • OLDVALUE

      public static final String OLDVALUE
      Qualifier of the CsTicketChangeEventEmployeeEntry.oldValue attribute
      See Also:
    • NEWVALUE

      public static final String NEWVALUE
      Qualifier of the CsTicketChangeEventEmployeeEntry.newValue attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCsTicketChangeEventEmployeeEntry

      public GeneratedCsTicketChangeEventEmployeeEntry()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedCsTicketChangeEventEntry
    • getNewValue

      public Employee getNewValue(SessionContext ctx)
      Generated method - Getter of the CsTicketChangeEventEmployeeEntry.newValue attribute.
      Returns:
      the newValue
    • getNewValue

      public Employee getNewValue()
      Generated method - Getter of the CsTicketChangeEventEmployeeEntry.newValue attribute.
      Returns:
      the newValue
    • setNewValue

      public void setNewValue(SessionContext ctx, Employee value)
      Generated method - Setter of the CsTicketChangeEventEmployeeEntry.newValue attribute.
      Parameters:
      value - the newValue
    • setNewValue

      public void setNewValue(Employee value)
      Generated method - Setter of the CsTicketChangeEventEmployeeEntry.newValue attribute.
      Parameters:
      value - the newValue
    • getOldValue

      public Employee getOldValue(SessionContext ctx)
      Generated method - Getter of the CsTicketChangeEventEmployeeEntry.oldValue attribute.
      Returns:
      the oldValue
    • getOldValue

      public Employee getOldValue()
      Generated method - Getter of the CsTicketChangeEventEmployeeEntry.oldValue attribute.
      Returns:
      the oldValue
    • setOldValue

      public void setOldValue(SessionContext ctx, Employee value)
      Generated method - Setter of the CsTicketChangeEventEmployeeEntry.oldValue attribute.
      Parameters:
      value - the oldValue
    • setOldValue

      public void setOldValue(Employee value)
      Generated method - Setter of the CsTicketChangeEventEmployeeEntry.oldValue attribute.
      Parameters:
      value - the oldValue