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_PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATIONGenerated relation code constant for relationPrincipal2CockpitUIComponentConfigurationRelationdefining source attributeprincipalin extensioncockpit.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCODEGenerated constant - Attribute key ofCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.static java.lang.StringFACTORYBEANGenerated constant - Attribute key ofCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.static java.lang.StringMEDIAGenerated constant - Attribute key ofCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.static java.lang.StringOBJECTTEMPLATECODEGenerated constant - Attribute key ofCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.static java.lang.StringPRINCIPALGenerated 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, 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.StringgetCode()Generated method - Getter of theCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.java.lang.StringgetFactoryBean()Generated method - Getter of theCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.MediaModelgetMedia()Generated method - Getter of theCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.java.lang.StringgetObjectTemplateCode()Generated method - Getter of theCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.PrincipalModelgetPrincipal()Generated method - Getter of theCockpitUIComponentConfiguration.principalattribute defined at extensioncockpit.voidsetCode(java.lang.String value)Generated method - Setter ofCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.voidsetFactoryBean(java.lang.String value)Generated method - Setter ofCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.voidsetMedia(MediaModel value)Generated method - Setter ofCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.voidsetObjectTemplateCode(java.lang.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, 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 relationPrincipal2CockpitUIComponentConfigurationRelationdefining source attributeprincipalin extensioncockpit.- See Also:
- Constant Field Values
-
FACTORYBEAN
public static final java.lang.String FACTORYBEAN
Generated constant - Attribute key ofCockpitUIComponentConfiguration.factoryBeanattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.codeattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
OBJECTTEMPLATECODE
public static final java.lang.String OBJECTTEMPLATECODE
Generated constant - Attribute key ofCockpitUIComponentConfiguration.objectTemplateCodeattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
MEDIA
public static final java.lang.String MEDIA
Generated constant - Attribute key ofCockpitUIComponentConfiguration.mediaattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
PRINCIPAL
public static final java.lang.String PRINCIPAL
Generated constant - Attribute key ofCockpitUIComponentConfiguration.principalattribute 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 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(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 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 Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theCockpitUIComponentConfiguration.codeattribute 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.factoryBeanattribute 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.mediaattribute defined at extensioncockpit.- Returns:
- the media
-
getObjectTemplateCode
@Accessor(qualifier="objectTemplateCode", type=GETTER) public java.lang.String getObjectTemplateCode()
Generated method - Getter of theCockpitUIComponentConfiguration.objectTemplateCodeattribute 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.principalattribute defined at extensioncockpit.- Returns:
- the principal
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.codeattribute 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.factoryBeanattribute 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.mediaattribute defined at extensioncockpit.- Parameters:
value- the media
-
setObjectTemplateCode
@Accessor(qualifier="objectTemplateCode", type=SETTER) public void setObjectTemplateCode(java.lang.String value)
Generated method - Setter ofCockpitUIComponentConfiguration.objectTemplateCodeattribute 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.principalattribute defined at extensioncockpit.- Parameters:
value- the principal
-
-