|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.GroupInfo
public class GroupInfo
A group listed by the NNTP server.
This type describes information about a group
as returned by the server. The groupinfo
fields contain information
about each group such as the name, first and last
article, and whether or not you can post to the group.
CanPost: This field indicates whether a group in a newsgroup listing allows postings or articles.
FirstArticle: This field shows the first available article in a newsgroup listing.
Group: This field shows the group name in a newsgroup listing.
LastArticle: This field shows the last available article in a newsgroup listing.
Atom
,
Atom.GroupInfo
Constructor Summary | |
---|---|
GroupInfo()
|
Method Summary | |
---|---|
boolean |
getCanPost()
|
int |
getFirstArticle()
|
java.lang.String |
getGroup()
|
int |
getLastArticle()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupInfo()
Method Detail |
---|
public boolean getCanPost()
public int getFirstArticle()
public java.lang.String getGroup()
public int getLastArticle()
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |