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()
ProductVersion
getProductName
in interface ProductVersion
public String getProductVersion()
ProductVersion
getProductVersion
in interface ProductVersion
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.