public class ProductInterestsProcessModel extends BusinessProcessModel
Represents The Customer Interests Process.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
LANGUAGE
Generated constant - Attribute key of
ProductInterestsProcess.language attribute defined at extension customerinterestsservices. |
static String |
PRODUCTINTEREST
Generated constant - Attribute key of
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices. |
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ProductInterestsProcessModel()
Generated constructor - Default constructor for generic creation.
|
ProductInterestsProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ProductInterestsProcessModel(String _code,
ItemModel _owner,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ProductInterestsProcessModel(String _code,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
LanguageModel |
getLanguage()
Generated method - Getter of the
ProductInterestsProcess.language attribute defined at extension customerinterestsservices. |
ProductInterestModel |
getProductInterest()
Generated method - Getter of the
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
ProductInterestsProcess.language attribute defined at extension customerinterestsservices. |
void |
setProductInterest(ProductInterestModel value)
Generated method - Setter of
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices. |
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUsergetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String LANGUAGE
ProductInterestsProcess.language attribute defined at extension customerinterestsservices.public static final String PRODUCTINTEREST
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices.public ProductInterestsProcessModel()
public ProductInterestsProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ProductInterestsProcessModel(String _code, String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Deprecated public ProductInterestsProcessModel(String _code, ItemModel _owner, String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_owner - initial attribute declared by type Item at extension core_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
ProductInterestsProcess.language attribute defined at extension customerinterestsservices.@Accessor(qualifier="productInterest", type=GETTER) public ProductInterestModel getProductInterest()
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices.@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
ProductInterestsProcess.language attribute defined at extension customerinterestsservices.value - the language - Attribute contains language that will be used in the process.@Accessor(qualifier="productInterest", type=SETTER) public void setProductInterest(ProductInterestModel value)
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices.value - the productInterest - Attribute contains the product back in stock interestsCopyright © 2017 SAP SE. All Rights Reserved.