Class GeneratedConversation

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

public abstract class GeneratedConversation extends GenericItem
Generated class for type Conversation.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedConversation

      public GeneratedConversation()
  • Method Details

    • getDefaultAttributeModes

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

      public Employee getAgent(SessionContext ctx)
      Generated method - Getter of the Conversation.agent attribute.
      Returns:
      the agent
    • getAgent

      public Employee getAgent()
      Generated method - Getter of the Conversation.agent attribute.
      Returns:
      the agent
    • setAgent

      public void setAgent(SessionContext ctx, Employee value)
      Generated method - Setter of the Conversation.agent attribute.
      Parameters:
      value - the agent
    • setAgent

      public void setAgent(Employee value)
      Generated method - Setter of the Conversation.agent attribute.
      Parameters:
      value - the agent
    • getCloseTime

      public Date getCloseTime(SessionContext ctx)
      Generated method - Getter of the Conversation.closeTime attribute.
      Returns:
      the closeTime
    • getCloseTime

      public Date getCloseTime()
      Generated method - Getter of the Conversation.closeTime attribute.
      Returns:
      the closeTime
    • setCloseTime

      public void setCloseTime(SessionContext ctx, Date value)
      Generated method - Setter of the Conversation.closeTime attribute.
      Parameters:
      value - the closeTime
    • setCloseTime

      public void setCloseTime(Date value)
      Generated method - Setter of the Conversation.closeTime attribute.
      Parameters:
      value - the closeTime
    • getCustomer

      public Customer getCustomer(SessionContext ctx)
      Generated method - Getter of the Conversation.customer attribute.
      Returns:
      the customer
    • getCustomer

      public Customer getCustomer()
      Generated method - Getter of the Conversation.customer attribute.
      Returns:
      the customer
    • setCustomer

      public void setCustomer(SessionContext ctx, Customer value)
      Generated method - Setter of the Conversation.customer attribute.
      Parameters:
      value - the customer
    • setCustomer

      public void setCustomer(Customer value)
      Generated method - Setter of the Conversation.customer attribute.
      Parameters:
      value - the customer
    • getMessages

      public String getMessages(SessionContext ctx)
      Generated method - Getter of the Conversation.messages attribute.
      Returns:
      the messages
    • getMessages

      public String getMessages()
      Generated method - Getter of the Conversation.messages attribute.
      Returns:
      the messages
    • setMessages

      public void setMessages(SessionContext ctx, String value)
      Generated method - Setter of the Conversation.messages attribute.
      Parameters:
      value - the messages
    • setMessages

      public void setMessages(String value)
      Generated method - Setter of the Conversation.messages attribute.
      Parameters:
      value - the messages
    • getStatus

      public EnumerationValue getStatus(SessionContext ctx)
      Generated method - Getter of the Conversation.status attribute.
      Returns:
      the status
    • getStatus

      public EnumerationValue getStatus()
      Generated method - Getter of the Conversation.status attribute.
      Returns:
      the status
    • setStatus

      public void setStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the Conversation.status attribute.
      Parameters:
      value - the status
    • setStatus

      public void setStatus(EnumerationValue value)
      Generated method - Setter of the Conversation.status attribute.
      Parameters:
      value - the status
    • getUid

      public String getUid(SessionContext ctx)
      Generated method - Getter of the Conversation.uid attribute.
      Returns:
      the uid
    • getUid

      public String getUid()
      Generated method - Getter of the Conversation.uid attribute.
      Returns:
      the uid
    • setUid

      public void setUid(SessionContext ctx, String value)
      Generated method - Setter of the Conversation.uid attribute.
      Parameters:
      value - the uid
    • setUid

      public void setUid(String value)
      Generated method - Setter of the Conversation.uid attribute.
      Parameters:
      value - the uid