Class RenderersPropertyModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.commons.model.translator.RenderersPropertyModel
- All Implemented Interfaces:
Serializable
Generated model class for type RenderersProperty first defined at extension commons.
- 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 relation code constant for relationTranslatorConfig2RenderPropertiesdefining source attributetranslatorConfigurationin extensioncommons.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofRenderersProperty.keyattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofRenderersProperty.translatorConfigurationattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofRenderersProperty.translatorConfigurationPOSattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofRenderersProperty.valueattribute 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.RenderersPropertyModel(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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Generated method - Getter of theRenderersProperty.keyattribute defined at extensioncommons.Generated method - Getter of theRenderersProperty.translatorConfigurationattribute defined at extensioncommons.getValue()Generated method - Getter of theRenderersProperty.valueattribute defined at extensioncommons.voidGenerated method - Setter ofRenderersProperty.keyattribute defined at extensioncommons.voidGenerated method - Setter ofRenderersProperty.translatorConfigurationattribute defined at extensioncommons.voidGenerated method - Setter ofRenderersProperty.valueattribute 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:
-
_TRANSLATORCONFIG2RENDERPROPERTIES
Generated relation code constant for relationTranslatorConfig2RenderPropertiesdefining source attributetranslatorConfigurationin extensioncommons.- See Also:
-
KEY
Generated constant - Attribute key ofRenderersProperty.keyattribute defined at extensioncommons.- See Also:
-
VALUE
Generated constant - Attribute key ofRenderersProperty.valueattribute defined at extensioncommons.- See Also:
-
TRANSLATORCONFIGURATIONPOS
Generated constant - Attribute key ofRenderersProperty.translatorConfigurationPOSattribute defined at extensioncommons.- See Also:
-
TRANSLATORCONFIGURATION
Generated constant - Attribute key ofRenderersProperty.translatorConfigurationattribute defined at extensioncommons.- See Also:
-
-
Constructor Details
-
RenderersPropertyModel
public RenderersPropertyModel()Generated constructor - Default constructor for generic creation. -
RenderersPropertyModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
RenderersPropertyModel
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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getKey
Generated method - Getter of theRenderersProperty.keyattribute defined at extensioncommons.- Returns:
- the key - key
-
getTranslatorConfiguration
@Accessor(qualifier="translatorConfiguration", type=GETTER) public JaloTranslatorConfigurationModel getTranslatorConfiguration()Generated method - Getter of theRenderersProperty.translatorConfigurationattribute defined at extensioncommons.- Returns:
- the translatorConfiguration
-
getValue
Generated method - Getter of theRenderersProperty.valueattribute defined at extensioncommons.- Returns:
- the value - value
-
setKey
Generated method - Setter ofRenderersProperty.keyattribute defined at extensioncommons.- Parameters:
value- the key - key
-
setTranslatorConfiguration
@Accessor(qualifier="translatorConfiguration", type=SETTER) public void setTranslatorConfiguration(JaloTranslatorConfigurationModel value) Generated method - Setter ofRenderersProperty.translatorConfigurationattribute defined at extensioncommons.- Parameters:
value- the translatorConfiguration
-
setValue
Generated method - Setter ofRenderersProperty.valueattribute defined at extensioncommons.- Parameters:
value- the value - value
-