Class JaloTranslatorConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.commons.model.translator.JaloTranslatorConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type JaloTranslatorConfiguration first defined at extension commons.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofJaloTranslatorConfiguration.codeattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofJaloTranslatorConfiguration.renderersattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofJaloTranslatorConfiguration.renderersPropertiesattribute defined at extensioncommons.Fields 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.JaloTranslatorConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJaloTranslatorConfigurationModel(String _code, 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 parameters -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theJaloTranslatorConfiguration.codeattribute defined at extensioncommons.Generated method - Getter of theJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons.Generated method - Getter of theJaloTranslatorConfiguration.renderersattribute defined at extensioncommons.Generated method - Getter of theJaloTranslatorConfiguration.renderersPropertiesattribute defined at extensioncommons.voidGenerated method - Setter ofJaloTranslatorConfiguration.codeattribute defined at extensioncommons.voidGenerated method - Setter ofJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons.voidGenerated method - Setter ofJaloTranslatorConfiguration.renderersattribute defined at extensioncommons.voidGenerated method - Setter ofJaloTranslatorConfiguration.renderersPropertiesattribute defined at extensioncommons.Methods 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:
-
CODE
Generated constant - Attribute key ofJaloTranslatorConfiguration.codeattribute defined at extensioncommons.- See Also:
-
RENDERERS
Generated constant - Attribute key ofJaloTranslatorConfiguration.renderersattribute defined at extensioncommons.- See Also:
-
RENDERERSPROPERTIES
Generated constant - Attribute key ofJaloTranslatorConfiguration.renderersPropertiesattribute defined at extensioncommons.- See Also:
-
PARSERPROPERTIES
Generated constant - Attribute key ofJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons.- See Also:
-
-
Constructor Details
-
JaloTranslatorConfigurationModel
public JaloTranslatorConfigurationModel()Generated constructor - Default constructor for generic creation. -
JaloTranslatorConfigurationModel
public JaloTranslatorConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
JaloTranslatorConfigurationModel
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:
_code- initial attribute declared by typeJaloTranslatorConfigurationat extensioncommons
-
JaloTranslatorConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public JaloTranslatorConfigurationModel(String _code, 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:
_code- initial attribute declared by typeJaloTranslatorConfigurationat extensioncommons_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCode
Generated method - Getter of theJaloTranslatorConfiguration.codeattribute defined at extensioncommons.- Returns:
- the code - unique item identifier
-
getParserProperties
@Accessor(qualifier="parserProperties", type=GETTER) public List<ParserPropertyModel> getParserProperties()Generated method - Getter of theJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the parserProperties
-
getRenderers
Generated method - Getter of theJaloTranslatorConfiguration.renderersattribute defined at extensioncommons. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the renderers
-
getRenderersProperties
@Accessor(qualifier="renderersProperties", type=GETTER) public List<RenderersPropertyModel> getRenderersProperties()Generated method - Getter of theJaloTranslatorConfiguration.renderersPropertiesattribute defined at extensioncommons. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the renderersProperties
-
setCode
Generated method - Setter ofJaloTranslatorConfiguration.codeattribute defined at extensioncommons.- Parameters:
value- the code - unique item identifier
-
setParserProperties
@Accessor(qualifier="parserProperties", type=SETTER) public void setParserProperties(List<ParserPropertyModel> value) Generated method - Setter ofJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons.- Parameters:
value- the parserProperties
-
setRenderers
@Accessor(qualifier="renderers", type=SETTER) public void setRenderers(List<JaloVelocityRendererModel> value) Generated method - Setter ofJaloTranslatorConfiguration.renderersattribute defined at extensioncommons.- Parameters:
value- the renderers
-
setRenderersProperties
@Accessor(qualifier="renderersProperties", type=SETTER) public void setRenderersProperties(List<RenderersPropertyModel> value) Generated method - Setter ofJaloTranslatorConfiguration.renderersPropertiesattribute defined at extensioncommons.- Parameters:
value- the renderersProperties
-