public class BaseProductVersion extends Object implements ProductVersion
| Constructor and Description |
|---|
BaseProductVersion(ProductVersion productVersion) |
BaseProductVersion(String productName,
String productVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getProductName()
Gets the name of the product.
|
String |
getProductVersion()
Gets the version of the product.
|
int |
hashCode() |
String |
toString() |
public BaseProductVersion(ProductVersion productVersion)
public String getProductName()
ProductVersiongetProductName in interface ProductVersionpublic String getProductVersion()
ProductVersiongetProductVersion in interface ProductVersionCopyright © 2000-2024 Sualeh Fatehi. All rights reserved.