Class TextFieldConfiguredProductInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
de.hybris.platform.textfieldconfiguratortemplateservices.model.TextFieldConfiguredProductInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type TextFieldConfiguredProductInfo first defined at extension textfieldconfiguratortemplateservices.
Order entry side of TextFieldConfiguratorSetting.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationLabelattribute defined at extensiontextfieldconfiguratortemplateservices.static final StringGenerated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationValueattribute defined at extensiontextfieldconfiguratortemplateservices.Fields inherited from class de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION, CONFIGURATORTYPE, ORDERENTRY, ORDERENTRYPOS, PRODUCTINFOSTATUSFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTextFieldConfiguredProductInfo.configurationLabelattribute defined at extensiontextfieldconfiguratortemplateservices.Generated method - Getter of theTextFieldConfiguredProductInfo.configurationValueattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetConfigurationLabel(String value) Generated method - Setter ofTextFieldConfiguredProductInfo.configurationLabelattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetConfigurationValue(String value) Generated method - Setter ofTextFieldConfiguredProductInfo.configurationValueattribute defined at extensiontextfieldconfiguratortemplateservices.Methods inherited from class de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
getConfiguratorType, getOrderEntry, getProductInfoStatus, setConfiguratorType, setOrderEntry, setProductInfoStatusMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
CONFIGURATIONLABEL
Generated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- See Also:
-
CONFIGURATIONVALUE
Generated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationValueattribute defined at extensiontextfieldconfiguratortemplateservices.- See Also:
-
-
Constructor Details
-
TextFieldConfiguredProductInfoModel
public TextFieldConfiguredProductInfoModel()Generated constructor - Default constructor for generic creation. -
TextFieldConfiguredProductInfoModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TextFieldConfiguredProductInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_configuratorType- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog_orderEntry- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog
-
TextFieldConfiguredProductInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public TextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_configuratorType- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog_orderEntry- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getConfigurationLabel
Generated method - Getter of theTextFieldConfiguredProductInfo.configurationLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Returns:
- the configurationLabel - Text fiel label
-
getConfigurationValue
Generated method - Getter of theTextFieldConfiguredProductInfo.configurationValueattribute defined at extensiontextfieldconfiguratortemplateservices.- Returns:
- the configurationValue - Text field value
-
setConfigurationLabel
@Accessor(qualifier="configurationLabel", type=SETTER) public void setConfigurationLabel(String value) Generated method - Setter ofTextFieldConfiguredProductInfo.configurationLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
value- the configurationLabel - Text fiel label
-
setConfigurationValue
@Accessor(qualifier="configurationValue", type=SETTER) public void setConfigurationValue(String value) Generated method - Setter ofTextFieldConfiguredProductInfo.configurationValueattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
value- the configurationValue - Text field value
-