Class Article

    • Method Detail

      • getArticleID

        public Integer getArticleID()
        Gets the articleID value for this Article.
        Returns:
        articleID
      • setArticleID

        public void setArticleID​(Integer articleID)
        Sets the articleID value for this Article.
        Parameters:
        articleID -
      • getTicketID

        public Integer getTicketID()
        Gets the ticketID value for this Article.
        Returns:
        ticketID
      • setTicketID

        public void setTicketID​(Integer ticketID)
        Sets the ticketID value for this Article.
        Parameters:
        ticketID -
      • getArticleTypeID

        public Integer getArticleTypeID()
        Gets the articleTypeID value for this Article.
        Returns:
        articleTypeID
      • setArticleTypeID

        public void setArticleTypeID​(Integer articleTypeID)
        Sets the articleTypeID value for this Article.
        Parameters:
        articleTypeID -
      • getArticleType

        public String getArticleType()
        Gets the articleType value for this Article.
        Returns:
        articleType
      • setArticleType

        public void setArticleType​(String articleType)
        Sets the articleType value for this Article.
        Parameters:
        articleType -
      • getSenderTypeID

        public Integer getSenderTypeID()
        Gets the senderTypeID value for this Article.
        Returns:
        senderTypeID
      • setSenderTypeID

        public void setSenderTypeID​(Integer senderTypeID)
        Sets the senderTypeID value for this Article.
        Parameters:
        senderTypeID -
      • getSenderType

        public String getSenderType()
        Gets the senderType value for this Article.
        Returns:
        senderType
      • setSenderType

        public void setSenderType​(String senderType)
        Sets the senderType value for this Article.
        Parameters:
        senderType -
      • getFrom

        public String getFrom()
        Gets the from value for this Article.
        Returns:
        from
      • setFrom

        public void setFrom​(String from)
        Sets the from value for this Article.
        Parameters:
        from -
      • getTo

        public String getTo()
        Gets the to value for this Article.
        Returns:
        to
      • setTo

        public void setTo​(String to)
        Sets the to value for this Article.
        Parameters:
        to -
      • getCC

        public String getCC()
        Gets the CC value for this Article.
        Returns:
        CC
      • setCC

        public void setCC​(String CC)
        Sets the CC value for this Article.
        Parameters:
        CC -
      • getSubject

        public String getSubject()
        Gets the subject value for this Article.
        Returns:
        subject
      • setSubject

        public void setSubject​(String subject)
        Sets the subject value for this Article.
        Parameters:
        subject -
      • getContentType

        public String getContentType()
        Gets the contentType value for this Article.
        Returns:
        contentType
      • setContentType

        public void setContentType​(String contentType)
        Sets the contentType value for this Article.
        Parameters:
        contentType -
      • getMessageID

        public String getMessageID()
        Gets the messageID value for this Article.
        Returns:
        messageID
      • setMessageID

        public void setMessageID​(String messageID)
        Sets the messageID value for this Article.
        Parameters:
        messageID -
      • getIncomingTime

        public Long getIncomingTime()
        Gets the incomingTime value for this Article.
        Returns:
        incomingTime
      • setIncomingTime

        public void setIncomingTime​(Long incomingTime)
        Sets the incomingTime value for this Article.
        Parameters:
        incomingTime -
      • getContentPath

        public String getContentPath()
        Gets the contentPath value for this Article.
        Returns:
        contentPath
      • setContentPath

        public void setContentPath​(String contentPath)
        Sets the contentPath value for this Article.
        Parameters:
        contentPath -
      • getValidID

        public Integer getValidID()
        Gets the validID value for this Article.
        Returns:
        validID
      • setValidID

        public void setValidID​(Integer validID)
        Sets the validID value for this Article.
        Parameters:
        validID -
      • getBody

        public String getBody()
        Gets the body value for this Article.
        Returns:
        body
      • setBody

        public void setBody​(String body)
        Sets the body value for this Article.
        Parameters:
        body -
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getTypeDesc

        public static org.apache.axis.description.TypeDesc getTypeDesc()
        Return type metadata object
      • getSerializer

        public static org.apache.axis.encoding.Serializer getSerializer​(String mechType,
                                                                        Class _javaType,
                                                                        QName _xmlType)
        Get Custom Serializer
      • getDeserializer

        public static org.apache.axis.encoding.Deserializer getDeserializer​(String mechType,
                                                                            Class _javaType,
                                                                            QName _xmlType)
        Get Custom Deserializer