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:
java.io.Serializable
public class TextFieldConfiguredProductInfoModel extends AbstractOrderEntryProductInfoModel
Generated model class for type TextFieldConfiguredProductInfo first defined at extension textfieldconfiguratortemplateservices.Order entry side of TextFieldConfiguratorSetting.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CONFIGURATIONLABEL
Generated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationLabel
attribute defined at extensiontextfieldconfiguratortemplateservices
.static java.lang.String
CONFIGURATIONVALUE
Generated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationValue
attribute defined at extensiontextfieldconfiguratortemplateservices
.-
Fields inherited from class de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION, CONFIGURATORTYPE, ORDERENTRY, ORDERENTRYPOS, PRODUCTINFOSTATUS
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description TextFieldConfiguredProductInfoModel()
Generated 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 parametersTextFieldConfiguredProductInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConfigurationLabel()
Generated method - Getter of theTextFieldConfiguredProductInfo.configurationLabel
attribute defined at extensiontextfieldconfiguratortemplateservices
.java.lang.String
getConfigurationValue()
Generated method - Getter of theTextFieldConfiguredProductInfo.configurationValue
attribute defined at extensiontextfieldconfiguratortemplateservices
.void
setConfigurationLabel(java.lang.String value)
Generated method - Setter ofTextFieldConfiguredProductInfo.configurationLabel
attribute defined at extensiontextfieldconfiguratortemplateservices
.void
setConfigurationValue(java.lang.String value)
Generated method - Setter ofTextFieldConfiguredProductInfo.configurationValue
attribute defined at extensiontextfieldconfiguratortemplateservices
.-
Methods inherited from class de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
getConfiguratorType, getOrderEntry, getProductInfoStatus, setConfiguratorType, setOrderEntry, setProductInfoStatus
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
CONFIGURATIONLABEL
public static final java.lang.String CONFIGURATIONLABEL
Generated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationLabel
attribute defined at extensiontextfieldconfiguratortemplateservices
.- See Also:
- Constant Field Values
-
CONFIGURATIONVALUE
public static final java.lang.String CONFIGURATIONVALUE
Generated constant - Attribute key ofTextFieldConfiguredProductInfo.configurationValue
attribute defined at extensiontextfieldconfiguratortemplateservices
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextFieldConfiguredProductInfoModel
public TextFieldConfiguredProductInfoModel()
Generated constructor - Default constructor for generic creation.
-
TextFieldConfiguredProductInfoModel
public TextFieldConfiguredProductInfoModel(ItemModelContext ctx)
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 typeAbstractOrderEntryProductInfo
at extensioncatalog
_orderEntry
- initial attribute declared by typeAbstractOrderEntryProductInfo
at 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 typeAbstractOrderEntryProductInfo
at extensioncatalog
_orderEntry
- initial attribute declared by typeAbstractOrderEntryProductInfo
at extensioncatalog
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getConfigurationLabel
@Accessor(qualifier="configurationLabel", type=GETTER) public java.lang.String getConfigurationLabel()
Generated method - Getter of theTextFieldConfiguredProductInfo.configurationLabel
attribute defined at extensiontextfieldconfiguratortemplateservices
.- Returns:
- the configurationLabel - Text fiel label
-
getConfigurationValue
@Accessor(qualifier="configurationValue", type=GETTER) public java.lang.String getConfigurationValue()
Generated method - Getter of theTextFieldConfiguredProductInfo.configurationValue
attribute defined at extensiontextfieldconfiguratortemplateservices
.- Returns:
- the configurationValue - Text field value
-
setConfigurationLabel
@Accessor(qualifier="configurationLabel", type=SETTER) public void setConfigurationLabel(java.lang.String value)
Generated method - Setter ofTextFieldConfiguredProductInfo.configurationLabel
attribute defined at extensiontextfieldconfiguratortemplateservices
.- Parameters:
value
- the configurationLabel - Text fiel label
-
setConfigurationValue
@Accessor(qualifier="configurationValue", type=SETTER) public void setConfigurationValue(java.lang.String value)
Generated method - Setter ofTextFieldConfiguredProductInfo.configurationValue
attribute defined at extensiontextfieldconfiguratortemplateservices
.- Parameters:
value
- the configurationValue - Text field value
-
-