|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.dmi.DMIComponent
This class represents a DMI Component.
Constructor Summary | |
---|---|
protected |
DMIComponent()
|
|
DMIComponent(int CompID,
java.lang.String Name,
java.lang.String Pragma,
java.lang.String Description)
Construct a DMI Component. |
Method Summary | |
---|---|
java.lang.String |
GetDescription()
Accessor for retrieving the Component Description, if present, that was assigned by the component vendor when building this component. |
int |
GetID()
Accessor for retrieving the Component ID of this Component. |
java.lang.String |
GetName()
Accessor for retrieving the Name assigned to this component by the component vendor. |
java.lang.String |
GetPragma()
Accessor for retrieving the Component Pragma, if present, that was assigned by the component vendor when building this component. |
java.lang.String |
toString()
Dubug method for dumping the contents of the component class as a diaplayable string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected DMIComponent()
public DMIComponent(int CompID, java.lang.String Name, java.lang.String Pragma, java.lang.String Description)
Method Detail |
public int GetID()
public java.lang.String GetName()
public java.lang.String GetPragma()
public java.lang.String GetDescription()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |