Class ArticleInfo


  • public class ArticleInfo
    extends java.lang.Object
    Class contains details about an article. Create an instance of the class and pass it to the appropriate NNTP method. The values will be populated on return.
    • Constructor Summary

      Constructors 
      Constructor Description
      ArticleInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • articleId

        public java.lang.String articleId
      • articleNumber

        public long articleNumber
    • Constructor Detail

      • ArticleInfo

        public ArticleInfo()