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:
java.io.Serializable
public class WidgetParameterModel extends ItemModel
Generated model class for type WidgetParameter first defined at extension cockpit.- 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_DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATIONGenerated relation code constant for relationDynamicWidgetPreferencesToWidgetParameterRelationdefining source attributewidgetPreferencesin extensioncockpit.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringDEFAULTVALUEEXPRESSIONGenerated constant - Attribute key ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.static java.lang.StringDESCRIPTIONGenerated constant - Attribute key ofWidgetParameter.descriptionattribute defined at extensioncockpit.static java.lang.StringNAMEGenerated constant - Attribute key ofWidgetParameter.nameattribute defined at extensioncockpit.static java.lang.StringTARGETTYPEGenerated constant - Attribute key ofWidgetParameter.targetTypeattribute defined at extensioncockpit.static java.lang.StringTYPEGenerated constant - Attribute key ofWidgetParameter.typeattribute defined at extensioncockpit.static java.lang.StringVALUEGenerated constant - Attribute key ofWidgetParameter.valueattribute defined at extensioncockpit.static java.lang.StringWIDGETPREFERENCESGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description WidgetParameterModel()Generated constructor - Default constructor for generic creation.WidgetParameterModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextWidgetParameterModel(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 parametersWidgetParameterModel(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.StringgetDefaultValueExpression()Generated method - Getter of theWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.java.lang.StringgetDescription()Generated method - Getter of theWidgetParameter.descriptionattribute defined at extensioncockpit.java.lang.StringgetName()Generated method - Getter of theWidgetParameter.nameattribute defined at extensioncockpit.java.lang.StringgetTargetType()Generated method - Getter of theWidgetParameter.targetTypeattribute defined at extensioncockpit.TypeModelgetType()Generated method - Getter of theWidgetParameter.typeattribute defined at extensioncockpit.java.lang.ObjectgetValue()Generated method - Getter of theWidgetParameter.valueattribute defined at extensioncockpit.DynamicWidgetPreferencesModelgetWidgetPreferences()Generated method - Getter of theWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.voidsetDefaultValueExpression(java.lang.String value)Generated method - Setter ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.voidsetDescription(java.lang.String value)Generated method - Setter ofWidgetParameter.descriptionattribute defined at extensioncockpit.voidsetName(java.lang.String value)Generated method - Setter ofWidgetParameter.nameattribute defined at extensioncockpit.voidsetTargetType(java.lang.String value)Generated method - Setter ofWidgetParameter.targetTypeattribute defined at extensioncockpit.voidsetType(TypeModel value)Generated method - Setter ofWidgetParameter.typeattribute defined at extensioncockpit.voidsetValue(java.lang.Object value)Generated method - Setter ofWidgetParameter.valueattribute defined at extensioncockpit.voidsetWidgetPreferences(DynamicWidgetPreferencesModel value)Generated 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, 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
-
_DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
public static final java.lang.String _DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
Generated relation code constant for relationDynamicWidgetPreferencesToWidgetParameterRelationdefining source attributewidgetPreferencesin extensioncockpit.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofWidgetParameter.nameattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Generated constant - Attribute key ofWidgetParameter.typeattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Generated constant - Attribute key ofWidgetParameter.descriptionattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
DEFAULTVALUEEXPRESSION
public static final java.lang.String DEFAULTVALUEEXPRESSION
Generated constant - Attribute key ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
TARGETTYPE
public static final java.lang.String TARGETTYPE
Generated constant - Attribute key ofWidgetParameter.targetTypeattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Generated constant - Attribute key ofWidgetParameter.valueattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
WIDGETPREFERENCES
public static final java.lang.String WIDGETPREFERENCES
Generated constant - Attribute key ofWidgetParameter.widgetPreferencesattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WidgetParameterModel
public WidgetParameterModel()
Generated constructor - Default constructor for generic creation.
-
WidgetParameterModel
public WidgetParameterModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
WidgetParameterModel
@Deprecated(since="4.1.1", forRemoval=true) public WidgetParameterModel(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 typeWidgetParameterat extensioncockpit
-
WidgetParameterModel
@Deprecated(since="4.1.1", forRemoval=true) public WidgetParameterModel(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 typeWidgetParameterat extensioncockpit_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getDefaultValueExpression
@Accessor(qualifier="defaultValueExpression", type=GETTER) public java.lang.String getDefaultValueExpression()
Generated method - Getter of theWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.- Returns:
- the defaultValueExpression
-
getDescription
@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
Generated method - Getter of theWidgetParameter.descriptionattribute defined at extensioncockpit.- Returns:
- the description
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theWidgetParameter.nameattribute defined at extensioncockpit.- Returns:
- the name
-
getTargetType
@Accessor(qualifier="targetType", type=GETTER) public java.lang.String getTargetType()
Generated method - Getter of theWidgetParameter.targetTypeattribute defined at extensioncockpit.- Returns:
- the targetType
-
getType
@Accessor(qualifier="type", type=GETTER) public TypeModel getType()
Generated method - Getter of theWidgetParameter.typeattribute defined at extensioncockpit.- Returns:
- the type
-
getValue
@Accessor(qualifier="value", type=GETTER) public java.lang.Object 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(java.lang.String value)
Generated method - Setter ofWidgetParameter.defaultValueExpressionattribute defined at extensioncockpit.- Parameters:
value- the defaultValueExpression
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
Generated method - Setter ofWidgetParameter.descriptionattribute defined at extensioncockpit.- Parameters:
value- the description
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofWidgetParameter.nameattribute defined at extensioncockpit.- Parameters:
value- the name
-
setTargetType
@Accessor(qualifier="targetType", type=SETTER) public void setTargetType(java.lang.String value)
Generated method - Setter ofWidgetParameter.targetTypeattribute defined at extensioncockpit.- Parameters:
value- the targetType
-
setType
@Accessor(qualifier="type", type=SETTER) public void setType(TypeModel value)
Generated method - Setter ofWidgetParameter.typeattribute defined at extensioncockpit.- Parameters:
value- the type
-
setValue
@Accessor(qualifier="value", type=SETTER) public void setValue(java.lang.Object value)
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
-
-