Class GeneratedCsTicketEvent

    • Field Detail

      • STARTDATETIME

        public static final java.lang.String STARTDATETIME
        Qualifier of the CsTicketEvent.startDateTime attribute
        See Also:
        Constant Field Values
      • ENDDATETIME

        public static final java.lang.String ENDDATETIME
        Qualifier of the CsTicketEvent.endDateTime attribute
        See Also:
        Constant Field Values
      • TICKET

        public static final java.lang.String TICKET
        Qualifier of the CsTicketEvent.ticket attribute
        See Also:
        Constant Field Values
      • EMAILS

        public static final java.lang.String EMAILS
        Qualifier of the CsTicketEvent.emails attribute
        See Also:
        Constant Field Values
      • ENTRIES

        public static final java.lang.String ENTRIES
        Qualifier of the CsTicketEvent.entries attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCsTicketEvent

        public GeneratedCsTicketEvent()
    • Method Detail

      • getEmails

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

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

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

        public void setEmails​(java.util.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 java.util.Date getEndDateTime​(SessionContext ctx)
        Generated method - Getter of the CsTicketEvent.endDateTime attribute.
        Returns:
        the endDateTime
      • getEndDateTime

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

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

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

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

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

        public void setEntries​(java.util.Set<CsTicketChangeEventEntry> value)
        Generated method - Setter of the CsTicketEvent.entries attribute.
        Parameters:
        value - the 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 java.util.Date getStartDateTime​(SessionContext ctx)
        Generated method - Getter of the CsTicketEvent.startDateTime attribute.
        Returns:
        the startDateTime
      • getStartDateTime

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

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

        public void setStartDateTime​(java.util.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