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:
java.io.Serializable
public class JaloVelocityRendererModel extends ItemModel
Generated model class for type JaloVelocityRenderer first defined at extension commons.- 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_TRANSLATORCONFIG2RENDERERSGenerated relation code constant for relationTranslatorConfig2Renderersdefining source attributetranslatorConfigurationin extensioncommons.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringNAMEGenerated constant - Attribute key ofJaloVelocityRenderer.nameattribute defined at extensioncommons.static java.lang.StringTEMPLATEGenerated constant - Attribute key ofJaloVelocityRenderer.templateattribute defined at extensioncommons.static java.lang.StringTRANSLATORCONFIGURATIONGenerated constant - Attribute key ofJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.static java.lang.StringTRANSLATORCONFIGURATIONPOSGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description JaloVelocityRendererModel()Generated constructor - Default constructor for generic creation.JaloVelocityRendererModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextJaloVelocityRendererModel(java.lang.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(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Generated method - Getter of theJaloVelocityRenderer.nameattribute defined at extensioncommons.java.lang.StringgetTemplate()Generated method - Getter of theJaloVelocityRenderer.templateattribute defined at extensioncommons.JaloTranslatorConfigurationModelgetTranslatorConfiguration()Generated method - Getter of theJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.voidsetName(java.lang.String value)Generated method - Setter ofJaloVelocityRenderer.nameattribute defined at extensioncommons.voidsetTemplate(java.lang.String value)Generated method - Setter ofJaloVelocityRenderer.templateattribute defined at extensioncommons.voidsetTranslatorConfiguration(JaloTranslatorConfigurationModel value)Generated 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, 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
-
_TRANSLATORCONFIG2RENDERERS
public static final java.lang.String _TRANSLATORCONFIG2RENDERERS
Generated relation code constant for relationTranslatorConfig2Renderersdefining source attributetranslatorConfigurationin extensioncommons.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofJaloVelocityRenderer.nameattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
TEMPLATE
public static final java.lang.String TEMPLATE
Generated constant - Attribute key ofJaloVelocityRenderer.templateattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
TRANSLATORCONFIGURATIONPOS
public static final java.lang.String TRANSLATORCONFIGURATIONPOS
Generated constant - Attribute key ofJaloVelocityRenderer.translatorConfigurationPOSattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
TRANSLATORCONFIGURATION
public static final java.lang.String TRANSLATORCONFIGURATION
Generated constant - Attribute key ofJaloVelocityRenderer.translatorConfigurationattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JaloVelocityRendererModel
public JaloVelocityRendererModel()
Generated constructor - Default constructor for generic creation.
-
JaloVelocityRendererModel
public JaloVelocityRendererModel(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(since="4.1.1", forRemoval=true) public JaloVelocityRendererModel(java.lang.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 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(java.lang.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 Detail
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theJaloVelocityRenderer.nameattribute defined at extensioncommons.- Returns:
- the name - renderer name
-
getTemplate
@Accessor(qualifier="template", type=GETTER) public java.lang.String 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
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofJaloVelocityRenderer.nameattribute defined at extensioncommons.- Parameters:
value- the name - renderer name
-
setTemplate
@Accessor(qualifier="template", type=SETTER) public void setTemplate(java.lang.String value)
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
-
-