org.apache.commons.net.nntp
Class ArticleInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
articleId
public String articleId
articleNumber
public long articleNumber
ArticleInfo
public ArticleInfo()
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.