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:
Serializable
Generated model class for type CockpitUIComponentConfiguration 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 relationPrincipal2CockpitUIComponentConfigurationRelationdefining source attributeprincipalin extensioncockpit.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitUIComponentConfiguration.principalattribute 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 contextCockpitUIComponentConfigurationModel(String _code, String _factoryBean, MediaModel _media, 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(String _code, String _factoryBean, MediaModel _media, 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
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.Generated method - Getter of theCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.getMedia()Generated method - Getter of theCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.Generated method - Getter of theCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.Generated method - Getter of theCockpitUIComponentConfiguration.principalattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.voidsetFactoryBean(String value) Generated method - Setter ofCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.voidsetMedia(MediaModel value) Generated method - Setter ofCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.voidsetObjectTemplateCode(String value) Generated method - Setter ofCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.voidsetPrincipal(PrincipalModel value) Generated method - Setter ofCockpitUIComponentConfiguration.principalattribute 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:
-
_PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION
Generated relation code constant for relationPrincipal2CockpitUIComponentConfigurationRelationdefining source attributeprincipalin extensioncockpit.- See Also:
-
FACTORYBEAN
Generated constant - Attribute key ofCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.- See Also:
-
CODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.- See Also:
-
OBJECTTEMPLATECODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.- See Also:
-
MEDIA
Generated constant - Attribute key ofCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.- See Also:
-
PRINCIPAL
Generated constant - Attribute key ofCockpitUIComponentConfiguration.principalattribute defined at extensioncockpit.- See Also:
-
-
Constructor Details
-
CockpitUIComponentConfigurationModel
public CockpitUIComponentConfigurationModel()Generated constructor - Default constructor for generic creation. -
CockpitUIComponentConfigurationModel
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(String _code, String _factoryBean, MediaModel _media, 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 typeCockpitUIComponentConfigurationat extensioncockpit_factoryBean- initial attribute declared by typeCockpitUIComponentConfigurationat extensioncockpit_media- initial attribute declared by typeCockpitUIComponentConfigurationat extensioncockpit_objectTemplateCode- initial attribute declared by typeCockpitUIComponentConfigurationat extensioncockpit
-
CockpitUIComponentConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitUIComponentConfigurationModel(String _code, String _factoryBean, MediaModel _media, 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 typeCockpitUIComponentConfigurationat extensioncockpit_factoryBean- initial attribute declared by typeCockpitUIComponentConfigurationat extensioncockpit_media- initial attribute declared by typeCockpitUIComponentConfigurationat extensioncockpit_objectTemplateCode- initial attribute declared by typeCockpitUIComponentConfigurationat extensioncockpit_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCode
Generated method - Getter of theCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.- Returns:
- the code - Code of configuration
-
getFactoryBean
Generated method - Getter of theCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.- Returns:
- the factoryBean - ID of Spring bean that implements de.hybris.platform.cockpit.services.config.UIComponentConfigurationFactory
-
getMedia
Generated method - Getter of theCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.- Returns:
- the media
-
getObjectTemplateCode
Generated method - Getter of theCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.- Returns:
- the objectTemplateCode - Code of Object Template this UIConfiguration is associated with
-
getPrincipal
Generated method - Getter of theCockpitUIComponentConfiguration.principalattribute defined at extensioncockpit.- Returns:
- the principal
-
setCode
Generated method - Setter ofCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.- Parameters:
value- the code - Code of configuration
-
setFactoryBean
Generated method - Setter ofCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.- Parameters:
value- the factoryBean - ID of Spring bean that implements de.hybris.platform.cockpit.services.config.UIComponentConfigurationFactory
-
setMedia
Generated method - Setter ofCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.- Parameters:
value- the media
-
setObjectTemplateCode
@Accessor(qualifier="objectTemplateCode", type=SETTER) public void setObjectTemplateCode(String value) Generated method - Setter ofCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.- Parameters:
value- the objectTemplateCode - Code of Object Template this UIConfiguration is associated with
-
setPrincipal
Generated method - Setter ofCockpitUIComponentConfiguration.principalattribute defined at extensioncockpit.- Parameters:
value- the principal
-