All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Nnrpd.NewsDbGroup
java.lang.Object
|
+----Acme.Nnrpd.NewsDbGroup
- public class NewsDbGroup
- extends Object
Netnews database group.
This represents a news database group.
Fetch the software.
Fetch the entire Acme package.
-
NewsDbGroup(long, String, int, int, int, char, String)
- Constructor.
-
getDbStamp()
- Get the database stamp.
-
getDescription()
- The group's description.
-
getFirstArtNum()
- Get the number of the first article in the group.
-
getFlag()
- The group type - 'y', 'm', etc.
-
getLastArtNum()
- Get the number of the last article in the group.
-
getName()
- Get the group name.
-
getNumArts()
- Get the estimated number of articles in the group.
NewsDbGroup
public NewsDbGroup(long dbStamp,
String name,
int numArts,
int firstArtNum,
int lastArtNum,
char flag,
String description)
- Constructor.
getDbStamp
protected long getDbStamp()
- Get the database stamp.
This is used internally when dealing with multiple news databases,
to make sure that an obect returned from one is not passed to another.
getName
public String getName()
- Get the group name.
getNumArts
public int getNumArts()
- Get the estimated number of articles in the group.
getFirstArtNum
public int getFirstArtNum()
- Get the number of the first article in the group.
getLastArtNum
public int getLastArtNum()
- Get the number of the last article in the group.
getFlag
public char getFlag()
- The group type - 'y', 'm', etc.
getDescription
public String getDescription()
- The group's description.
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs