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:
java.io.Serializable
public class RenderersPropertyModel extends ItemModel
Generated model class for type RenderersProperty 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_TRANSLATORCONFIG2RENDERPROPERTIESGenerated relation code constant for relationTranslatorConfig2RenderPropertiesdefining source attributetranslatorConfigurationin extensioncommons.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringKEYGenerated constant - Attribute key ofRenderersProperty.keyattribute defined at extensioncommons.static java.lang.StringTRANSLATORCONFIGURATIONGenerated constant - Attribute key ofRenderersProperty.translatorConfigurationattribute defined at extensioncommons.static java.lang.StringTRANSLATORCONFIGURATIONPOSGenerated constant - Attribute key ofRenderersProperty.translatorConfigurationPOSattribute defined at extensioncommons.static java.lang.StringVALUEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description RenderersPropertyModel()Generated 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 parametersRenderersPropertyModel(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.StringgetKey()Generated method - Getter of theRenderersProperty.keyattribute defined at extensioncommons.JaloTranslatorConfigurationModelgetTranslatorConfiguration()Generated method - Getter of theRenderersProperty.translatorConfigurationattribute defined at extensioncommons.java.lang.StringgetValue()Generated method - Getter of theRenderersProperty.valueattribute defined at extensioncommons.voidsetKey(java.lang.String value)Generated method - Setter ofRenderersProperty.keyattribute defined at extensioncommons.voidsetTranslatorConfiguration(JaloTranslatorConfigurationModel value)Generated method - Setter ofRenderersProperty.translatorConfigurationattribute defined at extensioncommons.voidsetValue(java.lang.String value)Generated 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, 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
-
_TRANSLATORCONFIG2RENDERPROPERTIES
public static final java.lang.String _TRANSLATORCONFIG2RENDERPROPERTIES
Generated relation code constant for relationTranslatorConfig2RenderPropertiesdefining source attributetranslatorConfigurationin extensioncommons.- See Also:
- Constant Field Values
-
KEY
public static final java.lang.String KEY
Generated constant - Attribute key ofRenderersProperty.keyattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Generated constant - Attribute key ofRenderersProperty.valueattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
TRANSLATORCONFIGURATIONPOS
public static final java.lang.String TRANSLATORCONFIGURATIONPOS
Generated constant - Attribute key ofRenderersProperty.translatorConfigurationPOSattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
TRANSLATORCONFIGURATION
public static final java.lang.String TRANSLATORCONFIGURATION
Generated constant - Attribute key ofRenderersProperty.translatorConfigurationattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RenderersPropertyModel
public RenderersPropertyModel()
Generated constructor - Default constructor for generic creation.
-
RenderersPropertyModel
public RenderersPropertyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
RenderersPropertyModel
@Deprecated(since="4.1.1", forRemoval=true) public 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 - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getKey
@Accessor(qualifier="key", type=GETTER) public java.lang.String 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
@Accessor(qualifier="value", type=GETTER) public java.lang.String getValue()
Generated method - Getter of theRenderersProperty.valueattribute defined at extensioncommons.- Returns:
- the value - value
-
setKey
@Accessor(qualifier="key", type=SETTER) public void setKey(java.lang.String value)
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
-
-