org.apache.commons.net.nntp
Class ArticleInfo

java.lang.Object
  extended by org.apache.commons.net.nntp.ArticleInfo

public class ArticleInfo
extends 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.


Field Summary
 String articleId
           
 long articleNumber
           
 
Constructor Summary
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 String articleId

articleNumber

public long articleNumber
Constructor Detail

ArticleInfo

public ArticleInfo()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.