public class ProductInfo extends java.lang.Object implements IProductInfo
| Constructor and Description |
|---|
ProductInfo(java.lang.String resourceType,
java.lang.String productType,
boolean isChosen) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProductType()
The type of the product.
|
java.lang.String |
getResourceType()
The type of the resource.
|
boolean |
isChosenVariant()
true if this variant is the chosen variant.
|
public ProductInfo(java.lang.String resourceType,
java.lang.String productType,
boolean isChosen)
public java.lang.String getResourceType()
IProductInfoResourceTypes.getResourceType in interface IProductInfopublic java.lang.String getProductType()
IProductInfoProductTypes.getProductType in interface IProductInfopublic boolean isChosenVariant()
IProductInfoisChosenVariant in interface IProductInfo