public class CockpitUIComponentConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION
Generated relation code constant for relation
Principal2CockpitUIComponentConfigurationRelation defining source attribute principal in extension cockpit. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
CockpitUIComponentConfiguration.code attribute defined at extension cockpit. |
static java.lang.String |
FACTORYBEAN
Generated constant - Attribute key of
CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit. |
static java.lang.String |
MEDIA
Generated constant - Attribute key of
CockpitUIComponentConfiguration.media attribute defined at extension cockpit. |
static java.lang.String |
OBJECTTEMPLATECODE
Generated constant - Attribute key of
CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit. |
static java.lang.String |
PRINCIPAL
Generated constant - Attribute key of
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CockpitUIComponentConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
CockpitUIComponentConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CockpitUIComponentConfigurationModel(java.lang.String _code,
java.lang.String _factoryBean,
MediaModel _media,
java.lang.String _objectTemplateCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CockpitUIComponentConfigurationModel(java.lang.String _code,
java.lang.String _factoryBean,
MediaModel _media,
java.lang.String _objectTemplateCode,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
CockpitUIComponentConfiguration.code attribute defined at extension cockpit. |
java.lang.String |
getFactoryBean()
Generated method - Getter of the
CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit. |
MediaModel |
getMedia()
Generated method - Getter of the
CockpitUIComponentConfiguration.media attribute defined at extension cockpit. |
java.lang.String |
getObjectTemplateCode()
Generated method - Getter of the
CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit. |
PrincipalModel |
getPrincipal()
Generated method - Getter of the
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit. |
void |
setCode(java.lang.String value)
Generated method - Setter of
CockpitUIComponentConfiguration.code attribute defined at extension cockpit. |
void |
setFactoryBean(java.lang.String value)
Generated method - Setter of
CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit. |
void |
setMedia(MediaModel value)
Generated method - Setter of
CockpitUIComponentConfiguration.media attribute defined at extension cockpit. |
void |
setObjectTemplateCode(java.lang.String value)
Generated method - Setter of
CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit. |
void |
setPrincipal(PrincipalModel value)
Generated method - Setter of
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATION
Principal2CockpitUIComponentConfigurationRelation defining source attribute principal in extension cockpit.public static final java.lang.String FACTORYBEAN
CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit.public static final java.lang.String CODE
CockpitUIComponentConfiguration.code attribute defined at extension cockpit.public static final java.lang.String OBJECTTEMPLATECODE
CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit.public static final java.lang.String MEDIA
CockpitUIComponentConfiguration.media attribute defined at extension cockpit.public static final java.lang.String PRINCIPAL
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit.public CockpitUIComponentConfigurationModel()
public CockpitUIComponentConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public CockpitUIComponentConfigurationModel(java.lang.String _code,
java.lang.String _factoryBean,
MediaModel _media,
java.lang.String _objectTemplateCode)
_code - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit_factoryBean - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit_media - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit_objectTemplateCode - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit@Deprecated
public CockpitUIComponentConfigurationModel(java.lang.String _code,
java.lang.String _factoryBean,
MediaModel _media,
java.lang.String _objectTemplateCode,
ItemModel _owner)
_code - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit_factoryBean - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit_media - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit_objectTemplateCode - initial attribute declared by type CockpitUIComponentConfiguration at extension cockpit_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
CockpitUIComponentConfiguration.code attribute defined at extension cockpit.@Accessor(qualifier="factoryBean", type=GETTER) public java.lang.String getFactoryBean()
CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit.@Accessor(qualifier="media", type=GETTER) public MediaModel getMedia()
CockpitUIComponentConfiguration.media attribute defined at extension cockpit.@Accessor(qualifier="objectTemplateCode", type=GETTER) public java.lang.String getObjectTemplateCode()
CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit.@Accessor(qualifier="principal", type=GETTER) public PrincipalModel getPrincipal()
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
CockpitUIComponentConfiguration.code attribute defined at extension cockpit.value - the code - Code of configuration@Accessor(qualifier="factoryBean", type=SETTER) public void setFactoryBean(java.lang.String value)
CockpitUIComponentConfiguration.factoryBean attribute defined at extension cockpit.value - the factoryBean - ID of Spring bean that implements de.hybris.platform.cockpit.services.config.UIComponentConfigurationFactory@Accessor(qualifier="media", type=SETTER) public void setMedia(MediaModel value)
CockpitUIComponentConfiguration.media attribute defined at extension cockpit.value - the media@Accessor(qualifier="objectTemplateCode", type=SETTER) public void setObjectTemplateCode(java.lang.String value)
CockpitUIComponentConfiguration.objectTemplateCode attribute defined at extension cockpit.value - the objectTemplateCode - Code of Object Template this UIConfiguration is associated with@Accessor(qualifier="principal", type=SETTER) public void setPrincipal(PrincipalModel value)
CockpitUIComponentConfiguration.principal attribute defined at extension cockpit.value - the principalCopyright © 2018 SAP SE. All Rights Reserved.