Package de.hybris.platform.cockpit.model
Class CockpitUIComponentConfigurationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cockpit.model.CockpitUIComponentConfigurationModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CockpitUIComponentConfigurationModel extends ItemModel
Generated model class for type CockpitUIComponentConfiguration 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
_PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION
Generated relation code constant for relationPrincipal2CockpitUIComponentConfigurationRelation
defining source attributeprincipal
in extensioncockpit
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.code
attribute defined at extensioncockpit
.static java.lang.String
FACTORYBEAN
Generated constant - Attribute key ofCockpitUIComponentConfiguration.factoryBean
attribute defined at extensioncockpit
.static java.lang.String
MEDIA
Generated constant - Attribute key ofCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.static java.lang.String
OBJECTTEMPLATECODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.objectTemplateCode
attribute defined at extensioncockpit
.static java.lang.String
PRINCIPAL
Generated constant - Attribute key ofCockpitUIComponentConfiguration.principal
attribute 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 CockpitUIComponentConfigurationModel()
Generated constructor - Default constructor for generic creation.CockpitUIComponentConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextCockpitUIComponentConfigurationModel(java.lang.String _code, java.lang.String _factoryBean, MediaModel _media, java.lang.String _objectTemplateCode)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitUIComponentConfigurationModel(java.lang.String _code, java.lang.String _factoryBean, MediaModel _media, java.lang.String _objectTemplateCode, 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.String
getCode()
Generated method - Getter of theCockpitUIComponentConfiguration.code
attribute defined at extensioncockpit
.java.lang.String
getFactoryBean()
Generated method - Getter of theCockpitUIComponentConfiguration.factoryBean
attribute defined at extensioncockpit
.MediaModel
getMedia()
Generated method - Getter of theCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.java.lang.String
getObjectTemplateCode()
Generated method - Getter of theCockpitUIComponentConfiguration.objectTemplateCode
attribute defined at extensioncockpit
.PrincipalModel
getPrincipal()
Generated method - Getter of theCockpitUIComponentConfiguration.principal
attribute defined at extensioncockpit
.void
setCode(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.code
attribute defined at extensioncockpit
.void
setFactoryBean(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.factoryBean
attribute defined at extensioncockpit
.void
setMedia(MediaModel value)
Generated method - Setter ofCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.void
setObjectTemplateCode(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.objectTemplateCode
attribute defined at extensioncockpit
.void
setPrincipal(PrincipalModel value)
Generated method - Setter ofCockpitUIComponentConfiguration.principal
attribute 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
-
_PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION
public static final java.lang.String _PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION
Generated relation code constant for relationPrincipal2CockpitUIComponentConfigurationRelation
defining source attributeprincipal
in extensioncockpit
.- See Also:
- Constant Field Values
-
FACTORYBEAN
public static final java.lang.String FACTORYBEAN
Generated constant - Attribute key ofCockpitUIComponentConfiguration.factoryBean
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.code
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
OBJECTTEMPLATECODE
public static final java.lang.String OBJECTTEMPLATECODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.objectTemplateCode
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
MEDIA
public static final java.lang.String MEDIA
Generated constant - Attribute key ofCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
PRINCIPAL
public static final java.lang.String PRINCIPAL
Generated constant - Attribute key ofCockpitUIComponentConfiguration.principal
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CockpitUIComponentConfigurationModel
public CockpitUIComponentConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
CockpitUIComponentConfigurationModel
public CockpitUIComponentConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
CockpitUIComponentConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitUIComponentConfigurationModel(java.lang.String _code, java.lang.String _factoryBean, MediaModel _media, java.lang.String _objectTemplateCode)
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:
_code
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
_factoryBean
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
_media
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
_objectTemplateCode
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
-
CockpitUIComponentConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitUIComponentConfigurationModel(java.lang.String _code, java.lang.String _factoryBean, MediaModel _media, java.lang.String _objectTemplateCode, 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:
_code
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
_factoryBean
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
_media
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
_objectTemplateCode
- initial attribute declared by typeCockpitUIComponentConfiguration
at extensioncockpit
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theCockpitUIComponentConfiguration.code
attribute defined at extensioncockpit
.- Returns:
- the code - Code of configuration
-
getFactoryBean
@Accessor(qualifier="factoryBean", type=GETTER) public java.lang.String getFactoryBean()
Generated method - Getter of theCockpitUIComponentConfiguration.factoryBean
attribute defined at extensioncockpit
.- Returns:
- the factoryBean - ID of Spring bean that implements de.hybris.platform.cockpit.services.config.UIComponentConfigurationFactory
-
getMedia
@Accessor(qualifier="media", type=GETTER) public MediaModel getMedia()
Generated method - Getter of theCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.- Returns:
- the media
-
getObjectTemplateCode
@Accessor(qualifier="objectTemplateCode", type=GETTER) public java.lang.String getObjectTemplateCode()
Generated method - Getter of theCockpitUIComponentConfiguration.objectTemplateCode
attribute defined at extensioncockpit
.- Returns:
- the objectTemplateCode - Code of Object Template this UIConfiguration is associated with
-
getPrincipal
@Accessor(qualifier="principal", type=GETTER) public PrincipalModel getPrincipal()
Generated method - Getter of theCockpitUIComponentConfiguration.principal
attribute defined at extensioncockpit
.- Returns:
- the principal
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.code
attribute defined at extensioncockpit
.- Parameters:
value
- the code - Code of configuration
-
setFactoryBean
@Accessor(qualifier="factoryBean", type=SETTER) public void setFactoryBean(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.factoryBean
attribute defined at extensioncockpit
.- Parameters:
value
- the factoryBean - ID of Spring bean that implements de.hybris.platform.cockpit.services.config.UIComponentConfigurationFactory
-
setMedia
@Accessor(qualifier="media", type=SETTER) public void setMedia(MediaModel value)
Generated method - Setter ofCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.- Parameters:
value
- the media
-
setObjectTemplateCode
@Accessor(qualifier="objectTemplateCode", type=SETTER) public void setObjectTemplateCode(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.objectTemplateCode
attribute defined at extensioncockpit
.- Parameters:
value
- the objectTemplateCode - Code of Object Template this UIConfiguration is associated with
-
setPrincipal
@Accessor(qualifier="principal", type=SETTER) public void setPrincipal(PrincipalModel value)
Generated method - Setter ofCockpitUIComponentConfiguration.principal
attribute defined at extensioncockpit
.- Parameters:
value
- the principal
-
-