|
IP*Works! S/MIME V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworkssmime.ArticleInfo
public class ArticleInfo
An article listed as a result of a GroupOverview
or GroupSearch
.
This type describes information about an article as returned by the server after a GroupOverview
or GroupSearch
.
It includes fields to denote detailed information about
the article.
ArticleLines: The number of lines of an article in a newsgroup overview.
ArticleNumber: The number of an article in a newsgroup overview.
ArticleSize: The size of an article in a newsgroup overview.
Date: The date of an article in a newsgroup overview.
From: The sender of an article in a newsgroup overview.
MessageId: The unique message id of an article in a newsgroup overview.
OtherHeaders: The remaining headers of an article in a newsgroup overview.
References: The references of an article in a newsgroup overview.
Subject: The subject of an article in a newsgroup overview.
Certmgr
,
Certmgr.ArticleInfo
Constructor Summary | |
---|---|
ArticleInfo()
|
Method Summary | |
---|---|
int |
getArticleLines()
|
int |
getArticleNumber()
|
int |
getArticleSize()
|
java.lang.String |
getDate()
|
java.lang.String |
getFrom()
|
java.lang.String |
getMessageId()
|
java.lang.String |
getOtherHeaders()
|
java.lang.String |
getReferences()
|
java.lang.String |
getSubject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArticleInfo()
Method Detail |
---|
public int getArticleLines()
public int getArticleNumber()
public int getArticleSize()
public java.lang.String getDate()
public java.lang.String getFrom()
public java.lang.String getMessageId()
public java.lang.String getOtherHeaders()
public java.lang.String getReferences()
public java.lang.String getSubject()
|
IP*Works! S/MIME V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |