Class GeneratedConversation

    • Field Detail

      • UID

        public static final java.lang.String UID
        Qualifier of the Conversation.uid attribute
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the Conversation.status attribute
        See Also:
        Constant Field Values
      • AGENT

        public static final java.lang.String AGENT
        Qualifier of the Conversation.agent attribute
        See Also:
        Constant Field Values
      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Qualifier of the Conversation.customer attribute
        See Also:
        Constant Field Values
      • CLOSETIME

        public static final java.lang.String CLOSETIME
        Qualifier of the Conversation.closeTime attribute
        See Also:
        Constant Field Values
      • MESSAGES

        public static final java.lang.String MESSAGES
        Qualifier of the Conversation.messages 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

      • GeneratedConversation

        public GeneratedConversation()
    • Method Detail

      • 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 java.util.Date getCloseTime​(SessionContext ctx)
        Generated method - Getter of the Conversation.closeTime attribute.
        Returns:
        the closeTime
      • getCloseTime

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

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

        public void setCloseTime​(java.util.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 java.lang.String getMessages​(SessionContext ctx)
        Generated method - Getter of the Conversation.messages attribute.
        Returns:
        the messages
      • getMessages

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

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

        public void setMessages​(java.lang.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 java.lang.String getUid​(SessionContext ctx)
        Generated method - Getter of the Conversation.uid attribute.
        Returns:
        the uid
      • getUid

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

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

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