Package de.hybris.platform.cockpit.model
Class WidgetParameterModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cockpit.model.WidgetParameterModel
- All Implemented Interfaces:
Serializable
Generated model class for type WidgetParameter first defined at extension cockpit.
- 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 relationDynamicWidgetPreferencesToWidgetParameterRelationdefining source attributewidgetPreferencesin extensioncockpit.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofWidgetParameter.descriptionattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofWidgetParameter.nameattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofWidgetParameter.targetTypeattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofWidgetParameter.typeattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofWidgetParameter.valueattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.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.Generated constructor - Default constructor for creation with existing contextWidgetParameterModel(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 parametersWidgetParameterModel(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 TypeMethodDescriptionGenerated method - Getter of theWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.Generated method - Getter of theWidgetParameter.descriptionattribute defined at extensioncockpit.getName()Generated method - Getter of theWidgetParameter.nameattribute defined at extensioncockpit.Generated method - Getter of theWidgetParameter.targetTypeattribute defined at extensioncockpit.getType()Generated method - Getter of theWidgetParameter.typeattribute defined at extensioncockpit.getValue()Generated method - Getter of theWidgetParameter.valueattribute defined at extensioncockpit.Generated method - Getter of theWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.voidsetDefaultValueExpression(String value) Generated method - Setter ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.voidsetDescription(String value) Generated method - Setter ofWidgetParameter.descriptionattribute defined at extensioncockpit.voidGenerated method - Setter ofWidgetParameter.nameattribute defined at extensioncockpit.voidsetTargetType(String value) Generated method - Setter ofWidgetParameter.targetTypeattribute defined at extensioncockpit.voidGenerated method - Setter ofWidgetParameter.typeattribute defined at extensioncockpit.voidGenerated method - Setter ofWidgetParameter.valueattribute defined at extensioncockpit.voidGenerated method - Setter ofWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.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:
-
_DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
Generated relation code constant for relationDynamicWidgetPreferencesToWidgetParameterRelationdefining source attributewidgetPreferencesin extensioncockpit.- See Also:
-
NAME
Generated constant - Attribute key ofWidgetParameter.nameattribute defined at extensioncockpit.- See Also:
-
TYPE
Generated constant - Attribute key ofWidgetParameter.typeattribute defined at extensioncockpit.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofWidgetParameter.descriptionattribute defined at extensioncockpit.- See Also:
-
DEFAULTVALUEEXPRESSION
Generated constant - Attribute key ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.- See Also:
-
TARGETTYPE
Generated constant - Attribute key ofWidgetParameter.targetTypeattribute defined at extensioncockpit.- See Also:
-
VALUE
Generated constant - Attribute key ofWidgetParameter.valueattribute defined at extensioncockpit.- See Also:
-
WIDGETPREFERENCES
Generated constant - Attribute key ofWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.- See Also:
-
-
Constructor Details
-
WidgetParameterModel
public WidgetParameterModel()Generated constructor - Default constructor for generic creation. -
WidgetParameterModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
WidgetParameterModel
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 typeWidgetParameterat extensioncockpit
-
WidgetParameterModel
@Deprecated(since="4.1.1", forRemoval=true) public WidgetParameterModel(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 typeWidgetParameterat extensioncockpit_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getDefaultValueExpression
@Accessor(qualifier="defaultValueExpression", type=GETTER) public String getDefaultValueExpression()Generated method - Getter of theWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.- Returns:
- the defaultValueExpression
-
getDescription
Generated method - Getter of theWidgetParameter.descriptionattribute defined at extensioncockpit.- Returns:
- the description
-
getName
Generated method - Getter of theWidgetParameter.nameattribute defined at extensioncockpit.- Returns:
- the name
-
getTargetType
Generated method - Getter of theWidgetParameter.targetTypeattribute defined at extensioncockpit.- Returns:
- the targetType
-
getType
Generated method - Getter of theWidgetParameter.typeattribute defined at extensioncockpit.- Returns:
- the type
-
getValue
Generated method - Getter of theWidgetParameter.valueattribute defined at extensioncockpit.- Returns:
- the value
-
getWidgetPreferences
@Accessor(qualifier="widgetPreferences", type=GETTER) public DynamicWidgetPreferencesModel getWidgetPreferences()Generated method - Getter of theWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.- Returns:
- the widgetPreferences
-
setDefaultValueExpression
@Accessor(qualifier="defaultValueExpression", type=SETTER) public void setDefaultValueExpression(String value) Generated method - Setter ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.- Parameters:
value- the defaultValueExpression
-
setDescription
Generated method - Setter ofWidgetParameter.descriptionattribute defined at extensioncockpit.- Parameters:
value- the description
-
setName
Generated method - Setter ofWidgetParameter.nameattribute defined at extensioncockpit.- Parameters:
value- the name
-
setTargetType
Generated method - Setter ofWidgetParameter.targetTypeattribute defined at extensioncockpit.- Parameters:
value- the targetType
-
setType
Generated method - Setter ofWidgetParameter.typeattribute defined at extensioncockpit.- Parameters:
value- the type
-
setValue
Generated method - Setter ofWidgetParameter.valueattribute defined at extensioncockpit.- Parameters:
value- the value
-
setWidgetPreferences
@Accessor(qualifier="widgetPreferences", type=SETTER) public void setWidgetPreferences(DynamicWidgetPreferencesModel value) Generated method - Setter ofWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.- Parameters:
value- the widgetPreferences
-