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.


Constructor Index

 o NewsDbGroup(long, String, int, int, int, char, String)
Constructor.

Method Index

 o getDbStamp()
Get the database stamp.
 o getDescription()
The group's description.
 o getFirstArtNum()
Get the number of the first article in the group.
 o getFlag()
The group type - 'y', 'm', etc.
 o getLastArtNum()
Get the number of the last article in the group.
 o getName()
Get the group name.
 o getNumArts()
Get the estimated number of articles in the group.

Constructors

 o NewsDbGroup
 public NewsDbGroup(long dbStamp,
                    String name,
                    int numArts,
                    int firstArtNum,
                    int lastArtNum,
                    char flag,
                    String description)
Constructor.

Methods

 o 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.

 o getName
 public String getName()
Get the group name.

 o getNumArts
 public int getNumArts()
Get the estimated number of articles in the group.

 o getFirstArtNum
 public int getFirstArtNum()
Get the number of the first article in the group.

 o getLastArtNum
 public int getLastArtNum()
Get the number of the last article in the group.

 o getFlag
 public char getFlag()
The group type - 'y', 'm', etc.

 o getDescription
 public String getDescription()
The group's description.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs