|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.license.LicensedComponent
Represents a licensed component of a product. Encapsulation of Product Name, Release, and Component Name.
Constructor Summary | |
protected |
LicensedComponent(java.lang.String theComponentName)
Must be subclassed to be useful |
protected |
LicensedComponent(java.lang.String theProduct,
java.lang.String theRelease,
java.lang.String theComponentName)
for backwards compatibility |
Method Summary | |
boolean |
equals(java.lang.Object anObject)
|
java.lang.String |
getComponentName()
Get the core component name of the product |
java.lang.String |
getProductName()
Get the name of the Product |
java.lang.String |
getRelease()
Get the release (number) of the product |
int |
hashCode()
|
java.lang.String |
toString()
Return a string representation of the Product. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
protected LicensedComponent(java.lang.String theProduct, java.lang.String theRelease, java.lang.String theComponentName)
protected LicensedComponent(java.lang.String theComponentName)
Method Detail |
public final java.lang.String getProductName()
public final java.lang.String getRelease()
public final java.lang.String getComponentName()
public final java.lang.String toString()
productName:componentName:release
public final int hashCode()
public final boolean equals(java.lang.Object anObject)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |