All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.Id

java.lang.Object
   |
   +----Jaja.Jaja
           |
           +----Jaja.Id

public class Id
extends Jaja
This class stores the identification of the package.


Variable Index

 o authorEmail
The Email of the author.
 o docUrl
The URL leading to the Jaja page.
 o revision
The revision number of the current Java file holds for the whole Jaja package.

Constructor Index

 o Id()

Variables

 o revision
 public static final String revision
The revision number of the current Java file holds for the whole Jaja package.

 o authorEmail
 public static final String authorEmail
The Email of the author.

 o docUrl
 public static final String docUrl
The URL leading to the Jaja page. Might be used to open a browser on the documentation (use Hotjava bean if licensed).

Constructors

 o Id
 public Id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index