public final class Group
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getFirst ()
The number of the first article currently in the newsgroup.
|
int |
getLast ()
The number of the last known article currently in the newsgroup.
|
java.lang.String |
getName ()
The name of the newsgroup.
|
boolean |
isCanPost ()
True if posting to this newsgroup is allowed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.lang.String getName()
public int getLast()
public int getFirst()
public boolean isCanPost()