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:
java.io.Serializable
public class TextFieldConfiguratorSettingModel extends AbstractConfiguratorSettingModel
Generated model class for type TextFieldConfiguratorSetting first defined at extension textfieldconfiguratortemplateservices.TextField Configurator that contains additional attribute describing text field configuration.
- 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_TYPECODEGenerated model type code constant.static java.lang.StringTEXTFIELDDEFAULTVALUEGenerated constant - Attribute key ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.static java.lang.StringTEXTFIELDLABELGenerated constant - Attribute key ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.-
Fields inherited from class de.hybris.platform.product.model.AbstractConfiguratorSettingModel
_CONFIGURATIONCATEGORY2CONFIGURATORSETTINGSRELATION, CATALOGVERSION, CONFIGURATIONCATEGORY, CONFIGURATIONCATEGORYPOS, CONFIGURATORTYPE, ID, QUALIFIER
-
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 TextFieldConfiguratorSettingModel()Generated constructor - Default constructor for generic creation.TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, java.lang.String _id, ItemModel _owner, java.lang.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, java.lang.String _id, java.lang.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(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.StringgetTextFieldDefaultValue()Generated method - Getter of theTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.java.lang.StringgetTextFieldDefaultValue(java.util.Locale loc)Generated method - Getter of theTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.java.lang.StringgetTextFieldLabel()Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.java.lang.StringgetTextFieldLabel(java.util.Locale loc)Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldDefaultValue(java.lang.String value)Generated method - Setter ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldDefaultValue(java.lang.String value, java.util.Locale loc)Generated method - Setter ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldLabel(java.lang.String value)Generated method - Setter ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.voidsetTextFieldLabel(java.lang.String value, java.util.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, setQualifier
-
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
-
TEXTFIELDLABEL
public static final java.lang.String TEXTFIELDLABEL
Generated constant - Attribute key ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- See Also:
- Constant Field Values
-
TEXTFIELDDEFAULTVALUE
public static final java.lang.String TEXTFIELDDEFAULTVALUE
Generated constant - Attribute key ofTextFieldConfiguratorSetting.textFieldDefaultValueattribute defined at extensiontextfieldconfiguratortemplateservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextFieldConfiguratorSettingModel
public TextFieldConfiguratorSettingModel()
Generated constructor - Default constructor for generic creation.
-
TextFieldConfiguratorSettingModel
public TextFieldConfiguratorSettingModel(ItemModelContext ctx)
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, java.lang.String _id, java.lang.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, java.lang.String _id, ItemModel _owner, java.lang.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 Detail
-
getTextFieldDefaultValue
@Accessor(qualifier="textFieldDefaultValue", type=GETTER) public java.lang.String 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 java.lang.String getTextFieldDefaultValue(java.util.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:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
getTextFieldLabel
@Accessor(qualifier="textFieldLabel", type=GETTER) public java.lang.String getTextFieldLabel()
Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Returns:
- the textFieldLabel - Label of the text field
-
getTextFieldLabel
@Accessor(qualifier="textFieldLabel", type=GETTER) public java.lang.String getTextFieldLabel(java.util.Locale loc)
Generated method - Getter of theTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
loc- the value localization key- Returns:
- the textFieldLabel - Label of the text field
- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
setTextFieldDefaultValue
@Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(java.lang.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(java.lang.String value, java.util.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:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
setTextFieldLabel
@Accessor(qualifier="textFieldLabel", type=SETTER) public void setTextFieldLabel(java.lang.String value)
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(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofTextFieldConfiguratorSetting.textFieldLabelattribute defined at extensiontextfieldconfiguratortemplateservices.- Parameters:
value- the textFieldLabel - Label of the text fieldloc- the value localization key- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
-