Class JaloVelocityRendererModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.commons.model.translator.JaloVelocityRendererModel
- All Implemented Interfaces:
Serializable
Generated model class for type JaloVelocityRenderer 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 relation code constant for relationTranslatorConfig2Renderersdefining source attributetranslatorConfigurationin extensioncommons.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofJaloVelocityRenderer.nameattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofJaloVelocityRenderer.templateattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofJaloVelocityRenderer.translatorConfigurationPOSattribute 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.JaloVelocityRendererModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextJaloVelocityRendererModel(String _name) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJaloVelocityRendererModel(String _name, 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 TypeMethodDescriptiongetName()Generated method - Getter of theJaloVelocityRenderer.nameattribute defined at extensioncommons.Generated method - Getter of theJaloVelocityRenderer.templateattribute defined at extensioncommons.Generated method - Getter of theJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.voidGenerated method - Setter ofJaloVelocityRenderer.nameattribute defined at extensioncommons.voidsetTemplate(String value) Generated method - Setter ofJaloVelocityRenderer.templateattribute defined at extensioncommons.voidGenerated method - Setter ofJaloVelocityRenderer.translatorConfigurationattribute 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:
-
_TRANSLATORCONFIG2RENDERERS
Generated relation code constant for relationTranslatorConfig2Renderersdefining source attributetranslatorConfigurationin extensioncommons.- See Also:
-
NAME
Generated constant - Attribute key ofJaloVelocityRenderer.nameattribute defined at extensioncommons.- See Also:
-
TEMPLATE
Generated constant - Attribute key ofJaloVelocityRenderer.templateattribute defined at extensioncommons.- See Also:
-
TRANSLATORCONFIGURATIONPOS
Generated constant - Attribute key ofJaloVelocityRenderer.translatorConfigurationPOSattribute defined at extensioncommons.- See Also:
-
TRANSLATORCONFIGURATION
Generated constant - Attribute key ofJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.- See Also:
-
-
Constructor Details
-
JaloVelocityRendererModel
public JaloVelocityRendererModel()Generated constructor - Default constructor for generic creation. -
JaloVelocityRendererModel
public JaloVelocityRendererModel(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
-
JaloVelocityRendererModel
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:
_name- initial attribute declared by typeJaloVelocityRendererat extensioncommons
-
JaloVelocityRendererModel
@Deprecated(since="4.1.1", forRemoval=true) public JaloVelocityRendererModel(String _name, 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:
_name- initial attribute declared by typeJaloVelocityRendererat extensioncommons_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getName
Generated method - Getter of theJaloVelocityRenderer.nameattribute defined at extensioncommons.- Returns:
- the name - renderer name
-
getTemplate
Generated method - Getter of theJaloVelocityRenderer.templateattribute defined at extensioncommons.- Returns:
- the template - velocity template
-
getTranslatorConfiguration
@Accessor(qualifier="translatorConfiguration", type=GETTER) public JaloTranslatorConfigurationModel getTranslatorConfiguration()Generated method - Getter of theJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.- Returns:
- the translatorConfiguration
-
setName
Generated method - Setter ofJaloVelocityRenderer.nameattribute defined at extensioncommons.- Parameters:
value- the name - renderer name
-
setTemplate
Generated method - Setter ofJaloVelocityRenderer.templateattribute defined at extensioncommons.- Parameters:
value- the template - velocity template
-
setTranslatorConfiguration
@Accessor(qualifier="translatorConfiguration", type=SETTER) public void setTranslatorConfiguration(JaloTranslatorConfigurationModel value) Generated method - Setter ofJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.- Parameters:
value- the translatorConfiguration
-