Package com.simplidh.api
Interface IProductR
public interface IProductR
The ProductR is able to create texts from structured product data and
descriptions, which can be used as marketing texts or descriptive texts
on a website or in other materials.
- Author:
- Phillip Austerfield
-
Method Summary
Modifier and TypeMethodDescriptionaddProductFeature
(String sFeatureName, String sValue) Add a featurecreate()
Create the textsetCompanyName
(String sName) Set the company namesetMarketingMode
(boolean bIsMarketingMode) Set the marketing modesetProductClass
(String sClass) Set the product classsetProductName
(String sName) Set the product namesetTargetLanguage
(String sLanguageCode) Set target language
-
Method Details
-
setProductName
Set the product name- Parameters:
sName
-- Returns:
-
setCompanyName
Set the company name- Parameters:
sName
-- Returns:
-
setProductClass
Set the product class- Parameters:
sClass
-- Returns:
-
setMarketingMode
Set the marketing mode- Parameters:
bIsMarketingMode
-- Returns:
-
setTargetLanguage
Set target language- Parameters:
sLanguageCode
- language code- Returns:
-
addProductFeature
Add a feature- Parameters:
sFeatureName
- NamesValue
- Value- Returns:
-
create
Create the text- Returns:
- Text
-