Class Article

  • All Implemented Interfaces:
    java.io.Serializable

    public class Article
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Article()  
      Article​(java.lang.Integer articleID, java.lang.Integer ticketID, java.lang.Integer articleTypeID, java.lang.String articleType, java.lang.Integer senderTypeID, java.lang.String senderType, java.lang.String from, java.lang.String to, java.lang.String CC, java.lang.String subject, java.lang.String contentType, java.lang.String messageID, java.lang.Long incomingTime, java.lang.String contentPath, java.lang.Integer validID, java.lang.String body)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.Integer getArticleID()
      Gets the articleID value for this Article.
      java.lang.String getArticleType()
      Gets the articleType value for this Article.
      java.lang.Integer getArticleTypeID()
      Gets the articleTypeID value for this Article.
      java.lang.String getBody()
      Gets the body value for this Article.
      java.lang.String getCC()
      Gets the CC value for this Article.
      java.lang.String getContentPath()
      Gets the contentPath value for this Article.
      java.lang.String getContentType()
      Gets the contentType value for this Article.
      static org.apache.axis.encoding.Deserializer getDeserializer​(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
      Get Custom Deserializer
      java.lang.String getFrom()
      Gets the from value for this Article.
      java.lang.Long getIncomingTime()
      Gets the incomingTime value for this Article.
      java.lang.String getMessageID()
      Gets the messageID value for this Article.
      java.lang.String getSenderType()
      Gets the senderType value for this Article.
      java.lang.Integer getSenderTypeID()
      Gets the senderTypeID value for this Article.
      static org.apache.axis.encoding.Serializer getSerializer​(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
      Get Custom Serializer
      java.lang.String getSubject()
      Gets the subject value for this Article.
      java.lang.Integer getTicketID()
      Gets the ticketID value for this Article.
      java.lang.String getTo()
      Gets the to value for this Article.
      static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
      java.lang.Integer getValidID()
      Gets the validID value for this Article.
      int hashCode()  
      void setArticleID​(java.lang.Integer articleID)
      Sets the articleID value for this Article.
      void setArticleType​(java.lang.String articleType)
      Sets the articleType value for this Article.
      void setArticleTypeID​(java.lang.Integer articleTypeID)
      Sets the articleTypeID value for this Article.
      void setBody​(java.lang.String body)
      Sets the body value for this Article.
      void setCC​(java.lang.String CC)
      Sets the CC value for this Article.
      void setContentPath​(java.lang.String contentPath)
      Sets the contentPath value for this Article.
      void setContentType​(java.lang.String contentType)
      Sets the contentType value for this Article.
      void setFrom​(java.lang.String from)
      Sets the from value for this Article.
      void setIncomingTime​(java.lang.Long incomingTime)
      Sets the incomingTime value for this Article.
      void setMessageID​(java.lang.String messageID)
      Sets the messageID value for this Article.
      void setSenderType​(java.lang.String senderType)
      Sets the senderType value for this Article.
      void setSenderTypeID​(java.lang.Integer senderTypeID)
      Sets the senderTypeID value for this Article.
      void setSubject​(java.lang.String subject)
      Sets the subject value for this Article.
      void setTicketID​(java.lang.Integer ticketID)
      Sets the ticketID value for this Article.
      void setTo​(java.lang.String to)
      Sets the to value for this Article.
      void setValidID​(java.lang.Integer validID)
      Sets the validID value for this Article.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Article

        public Article()
      • Article

        public Article​(java.lang.Integer articleID,
                       java.lang.Integer ticketID,
                       java.lang.Integer articleTypeID,
                       java.lang.String articleType,
                       java.lang.Integer senderTypeID,
                       java.lang.String senderType,
                       java.lang.String from,
                       java.lang.String to,
                       java.lang.String CC,
                       java.lang.String subject,
                       java.lang.String contentType,
                       java.lang.String messageID,
                       java.lang.Long incomingTime,
                       java.lang.String contentPath,
                       java.lang.Integer validID,
                       java.lang.String body)
    • Method Detail

      • getArticleID

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

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

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