com.tivoli.twg.dmi
Class DMIGroup

java.lang.Object
  extended bycom.tivoli.twg.dmi.DMIGroup

public class DMIGroup
extends java.lang.Object

This class contains the information defined for a particular DMI group.


Constructor Summary
protected DMIGroup()
           
  DMIGroup(int CompID, java.lang.String Name, java.lang.String Pragma, java.lang.String ClassName, java.lang.String Description, int[] KeyIDs)
          Create and instance of DMIGroup.
 
Method Summary
 java.lang.String GetClassName()
          Accessor method for retrieving the ClassName for this group.
 java.lang.String GetDescription()
          Accessor for retrieving the Group Description, if present, that was defined when this group was defined.
 int GetID()
          Accessor method for retrieving the Group ID.
 int[] GetKeyIDs()
          Accessor method for retrieving the list of attribute IDs that make up the optional key list.
 java.lang.String GetName()
          Accessor method for retrieving the Group Name.
 java.lang.String GetPragma()
          Accessor method for retrieving the optional Pragma definition.
 java.lang.String toString()
          Dubug method for dumping the contents of the group class as a diaplayable string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DMIGroup

protected DMIGroup()

DMIGroup

public DMIGroup(int CompID,
                java.lang.String Name,
                java.lang.String Pragma,
                java.lang.String ClassName,
                java.lang.String Description,
                int[] KeyIDs)
Create and instance of DMIGroup.

Method Detail

GetID

public int GetID()
Accessor method for retrieving the Group ID.

Returns:
int - the Group ID

GetName

public java.lang.String GetName()
Accessor method for retrieving the Group Name.

Returns:
String - the Group Name.

GetPragma

public java.lang.String GetPragma()
Accessor method for retrieving the optional Pragma definition.

Returns:
String - either the pragma definition, or a null if one is not defined.

GetDescription

public java.lang.String GetDescription()
Accessor for retrieving the Group Description, if present, that was defined when this group was defined.

Returns:
- The Description string if present, otherwise a null.

GetKeyIDs

public int[] GetKeyIDs()
Accessor method for retrieving the list of attribute IDs that make up the optional key list.

Returns:
int[] - either a list of the attribute IDs that make up the key list, or a null if this group is not keyed.

GetClassName

public java.lang.String GetClassName()
Accessor method for retrieving the ClassName for this group.

NOTE: that these are NOT translatable.

Returns:
String - The classname for this group.

toString

public java.lang.String toString()
Dubug method for dumping the contents of the group class as a diaplayable string.

Returns:
String - Displayable (debug form) group information.