|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.util.ProductInformation.Product
This class represents information about a product.
Constructor Summary | |
ProductInformation.Product(java.lang.String sProductName,
java.lang.String sProductVersion)
Constructor. |
Method Summary | |
java.lang.String |
getName()
Get the product name. |
java.lang.String |
getVersion()
Get the product version. |
java.lang.String |
toString()
Create a string representation of the product. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProductInformation.Product(java.lang.String sProductName, java.lang.String sProductVersion)
sProductName
- the product namesProductVersion
- the product versionMethod Detail |
public java.lang.String getName()
public java.lang.String getVersion()
public java.lang.String toString()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |