public class TextFieldConfiguredProductInfoModel extends AbstractOrderEntryProductInfoModel
Order entry side of TextFieldConfiguratorSetting.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONFIGURATIONLABEL
Generated constant - Attribute key of
TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices. |
static java.lang.String |
CONFIGURATIONVALUE
Generated constant - Attribute key of
TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices. |
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION, CONFIGURATORTYPE, ORDERENTRY, ORDERENTRYPOS, PRODUCTINFOSTATUS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TextFieldConfiguredProductInfoModel()
Generated constructor - Default constructor for generic creation.
|
TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TextFieldConfiguredProductInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigurationLabel()
Generated method - Getter of the
TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices. |
java.lang.String |
getConfigurationValue()
Generated method - Getter of the
TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setConfigurationLabel(java.lang.String value)
Generated method - Setter of
TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setConfigurationValue(java.lang.String value)
Generated method - Setter of
TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices. |
getConfiguratorType, getOrderEntry, getProductInfoStatus, setConfiguratorType, setOrderEntry, setProductInfoStatusgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CONFIGURATIONLABEL
TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices.public static final java.lang.String CONFIGURATIONVALUE
TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices.public TextFieldConfiguredProductInfoModel()
public TextFieldConfiguredProductInfoModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry)
_configuratorType - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog_orderEntry - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog@Deprecated public TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)
_configuratorType - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog_orderEntry - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="configurationLabel", type=GETTER) public java.lang.String getConfigurationLabel()
TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices.@Accessor(qualifier="configurationValue", type=GETTER) public java.lang.String getConfigurationValue()
TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices.@Accessor(qualifier="configurationLabel", type=SETTER) public void setConfigurationLabel(java.lang.String value)
TextFieldConfiguredProductInfo.configurationLabel attribute defined at extension textfieldconfiguratortemplateservices.value - the configurationLabel - Text fiel label@Accessor(qualifier="configurationValue", type=SETTER) public void setConfigurationValue(java.lang.String value)
TextFieldConfiguredProductInfo.configurationValue attribute defined at extension textfieldconfiguratortemplateservices.value - the configurationValue - Text field valueCopyright © 2018 SAP SE. All Rights Reserved.