Class TextFieldConfiguratorSettingModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.product.model.AbstractConfiguratorSettingModel
de.hybris.platform.textfieldconfiguratortemplateservices.model.TextFieldConfiguratorSettingModel
- All Implemented Interfaces:
Serializable
Generated model class for type TextFieldConfiguratorSetting first defined at extension textfieldconfiguratortemplateservices.
TextField Configurator that contains additional attribute describing text field configuration.
- 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 ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.static final StringGenerated constant - Attribute key ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.Fields inherited from class de.hybris.platform.product.model.AbstractConfiguratorSettingModel
_CONFIGURATIONCATEGORY2CONFIGURATORSETTINGSRELATION, CATALOGVERSION, CONFIGURATIONCATEGORY, CONFIGURATIONCATEGORYPOS, CONFIGURATORTYPE, ID, QUALIFIERFields 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.TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, ItemModel _owner, String _qualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, String _qualifier) 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 theTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.Generated method - Getter of theTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.getTextFieldLabel(Locale loc) Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldDefaultValue(String value) Generated method - Setter ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldDefaultValue(String value, Locale loc) Generated method - Setter ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldLabel(String value) Generated method - Setter ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldLabel(String value, Locale loc) Generated method - Setter ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.Methods inherited from class de.hybris.platform.product.model.AbstractConfiguratorSettingModel
getCatalogVersion, getConfigurationCategory, getConfiguratorType, getId, getQualifier, setCatalogVersion, setConfigurationCategory, setConfiguratorType, setId, setQualifierMethods 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:
-
TEXTFIELDLABEL
Generated constant - Attribute key ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- See Also:
-
TEXTFIELDDEFAULTVALUE
Generated constant - Attribute key ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.- See Also:
-
-
Constructor Details
-
TextFieldConfiguratorSettingModel
public TextFieldConfiguratorSettingModel()Generated constructor - Default constructor for generic creation. -
TextFieldConfiguratorSettingModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TextFieldConfiguratorSettingModel
@Deprecated(since="4.1.1", forRemoval=true) public TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, String _qualifier) 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:
_catalogVersion- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_configurationCategory- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_configuratorType- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_id- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_qualifier- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog
-
TextFieldConfiguratorSettingModel
@Deprecated(since="4.1.1", forRemoval=true) public TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, ItemModel _owner, String _qualifier) 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:
_catalogVersion- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_configurationCategory- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_configuratorType- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_id- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore_qualifier- initial attribute declared by typeAbstractConfiguratorSettingat extensioncatalog
-
-
Method Details
-
getTextFieldDefaultValue
Generated method - Getter of theTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.- Returns:
- the textFieldDefaultValue - Default value of the text field
-
getTextFieldDefaultValue
@Accessor(qualifier="textFieldDefaultValue", type=GETTER) public String getTextFieldDefaultValue(Locale loc) Generated method - Getter of theTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
loc- the value localization key- Returns:
- the textFieldDefaultValue - Default value of the text field
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getTextFieldLabel
Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Returns:
- the textFieldLabel - Label of the text field
-
getTextFieldLabel
Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
loc- the value localization key- Returns:
- the textFieldLabel - Label of the text field
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setTextFieldDefaultValue
@Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(String value) Generated method - Setter ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
value- the textFieldDefaultValue - Default value of the text field
-
setTextFieldDefaultValue
@Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(String value, Locale loc) Generated method - Setter ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
value- the textFieldDefaultValue - Default value of the text fieldloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setTextFieldLabel
Generated method - Setter ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
value- the textFieldLabel - Label of the text field
-
setTextFieldLabel
@Accessor(qualifier="textFieldLabel", type=SETTER) public void setTextFieldLabel(String value, Locale loc) Generated method - Setter ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
value- the textFieldLabel - Label of the text fieldloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-