Class GeneratedCsTicketEvent

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

public abstract class GeneratedCsTicketEvent extends Comment
Generated class for type CsTicketEvent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCsTicketEvent

      public GeneratedCsTicketEvent()
  • Method Details

    • getDefaultAttributeModes

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

      public List<CsTicketEmail> getEmails(SessionContext ctx)
      Generated method - Getter of the CsTicketEvent.emails attribute.
      Returns:
      the emails
    • getEmails

      public List<CsTicketEmail> getEmails()
      Generated method - Getter of the CsTicketEvent.emails attribute.
      Returns:
      the emails
    • setEmails

      public void setEmails(SessionContext ctx, List<CsTicketEmail> value)
      Generated method - Setter of the CsTicketEvent.emails attribute.
      Parameters:
      value - the emails
    • setEmails

      public void setEmails(List<CsTicketEmail> value)
      Generated method - Setter of the CsTicketEvent.emails attribute.
      Parameters:
      value - the emails
    • addToEmails

      public void addToEmails(SessionContext ctx, CsTicketEmail value)
      Generated method - Adds value to emails.
      Parameters:
      value - the item to add to emails
    • addToEmails

      public void addToEmails(CsTicketEmail value)
      Generated method - Adds value to emails.
      Parameters:
      value - the item to add to emails
    • removeFromEmails

      public void removeFromEmails(SessionContext ctx, CsTicketEmail value)
      Generated method - Removes value from emails.
      Parameters:
      value - the item to remove from emails
    • removeFromEmails

      public void removeFromEmails(CsTicketEmail value)
      Generated method - Removes value from emails.
      Parameters:
      value - the item to remove from emails
    • getEndDateTime

      public Date getEndDateTime(SessionContext ctx)
      Generated method - Getter of the CsTicketEvent.endDateTime attribute.
      Returns:
      the endDateTime
    • getEndDateTime

      public Date getEndDateTime()
      Generated method - Getter of the CsTicketEvent.endDateTime attribute.
      Returns:
      the endDateTime
    • setEndDateTime

      public void setEndDateTime(SessionContext ctx, Date value)
      Generated method - Setter of the CsTicketEvent.endDateTime attribute.
      Parameters:
      value - the endDateTime
    • setEndDateTime

      public void setEndDateTime(Date value)
      Generated method - Setter of the CsTicketEvent.endDateTime attribute.
      Parameters:
      value - the endDateTime
    • getEntries

      public Set<CsTicketChangeEventEntry> getEntries(SessionContext ctx)
      Generated method - Getter of the CsTicketEvent.entries attribute.
      Returns:
      the entries
    • getEntries

      public Set<CsTicketChangeEventEntry> getEntries()
      Generated method - Getter of the CsTicketEvent.entries attribute.
      Returns:
      the entries
    • setEntries

      public void setEntries(SessionContext ctx, Set<CsTicketChangeEventEntry> value)
      Generated method - Setter of the CsTicketEvent.entries attribute.
      Parameters:
      value - the entries
    • setEntries

      public void setEntries(Set<CsTicketChangeEventEntry> value)
      Generated method - Setter of the CsTicketEvent.entries attribute.
      Parameters:
      value - the entries
    • addToEntries

      public void addToEntries(SessionContext ctx, CsTicketChangeEventEntry value)
      Generated method - Adds value to entries.
      Parameters:
      value - the item to add to entries
    • addToEntries

      public void addToEntries(CsTicketChangeEventEntry value)
      Generated method - Adds value to entries.
      Parameters:
      value - the item to add to entries
    • removeFromEntries

      public void removeFromEntries(SessionContext ctx, CsTicketChangeEventEntry value)
      Generated method - Removes value from entries.
      Parameters:
      value - the item to remove from entries
    • removeFromEntries

      public void removeFromEntries(CsTicketChangeEventEntry value)
      Generated method - Removes value from entries.
      Parameters:
      value - the item to remove from entries
    • getStartDateTime

      public Date getStartDateTime(SessionContext ctx)
      Generated method - Getter of the CsTicketEvent.startDateTime attribute.
      Returns:
      the startDateTime
    • getStartDateTime

      public Date getStartDateTime()
      Generated method - Getter of the CsTicketEvent.startDateTime attribute.
      Returns:
      the startDateTime
    • setStartDateTime

      public void setStartDateTime(SessionContext ctx, Date value)
      Generated method - Setter of the CsTicketEvent.startDateTime attribute.
      Parameters:
      value - the startDateTime
    • setStartDateTime

      public void setStartDateTime(Date value)
      Generated method - Setter of the CsTicketEvent.startDateTime attribute.
      Parameters:
      value - the startDateTime
    • getTicket

      public abstract CsTicket getTicket(SessionContext ctx)
      Generated method - Getter of the CsTicketEvent.ticket attribute.
      Returns:
      the ticket
    • getTicket

      public CsTicket getTicket()
      Generated method - Getter of the CsTicketEvent.ticket attribute.
      Returns:
      the ticket
    • setTicket

      public abstract void setTicket(SessionContext ctx, CsTicket value)
      Generated method - Setter of the CsTicketEvent.ticket attribute.
      Parameters:
      value - the ticket
    • setTicket

      public void setTicket(CsTicket value)
      Generated method - Setter of the CsTicketEvent.ticket attribute.
      Parameters:
      value - the ticket