public class RotatingImagesComponentModel extends SimpleCMSComponentModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BANNERS
Generated constant - Attribute key of
RotatingImagesComponent.banners attribute defined at extension cms2lib. |
static java.lang.String |
EFFECT
Generated constant - Attribute key of
RotatingImagesComponent.effect attribute defined at extension cms2lib. |
static java.lang.String |
TIMEOUT
Generated constant - Attribute key of
RotatingImagesComponent.timeout attribute defined at extension cms2lib. |
_ELEMENTSFORCONTAINER, CONTAINERS_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLECATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RotatingImagesComponentModel()
Generated constructor - Default constructor for generic creation.
|
RotatingImagesComponentModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
RotatingImagesComponentModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
RotatingImagesComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BannerComponentModel> |
getBanners()
Generated method - Getter of the
RotatingImagesComponent.banners attribute defined at extension cms2lib. |
RotatingImagesComponentEffect |
getEffect()
Generated method - Getter of the
RotatingImagesComponent.effect attribute defined at extension cms2lib. |
java.lang.Integer |
getTimeout()
Generated method - Getter of the
RotatingImagesComponent.timeout attribute defined at extension cms2lib. |
void |
setBanners(java.util.List<BannerComponentModel> value)
Generated method - Setter of
RotatingImagesComponent.banners attribute defined at extension cms2lib. |
void |
setEffect(RotatingImagesComponentEffect value)
Generated method - Setter of
RotatingImagesComponent.effect attribute defined at extension cms2lib. |
void |
setTimeout(java.lang.Integer value)
Generated method - Setter of
RotatingImagesComponent.timeout attribute defined at extension cms2lib. |
getContainers, setContainersgetActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisiblegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, 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 TIMEOUT
RotatingImagesComponent.timeout attribute defined at extension cms2lib.public static final java.lang.String EFFECT
RotatingImagesComponent.effect attribute defined at extension cms2lib.public static final java.lang.String BANNERS
RotatingImagesComponent.banners attribute defined at extension cms2lib.public RotatingImagesComponentModel()
public RotatingImagesComponentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RotatingImagesComponentModel(CatalogVersionModel _catalogVersion, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public RotatingImagesComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type CMSItem at extension cms2@Accessor(qualifier="banners", type=GETTER) public java.util.List<BannerComponentModel> getBanners()
RotatingImagesComponent.banners attribute defined at extension cms2lib.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="effect", type=GETTER) public RotatingImagesComponentEffect getEffect()
RotatingImagesComponent.effect attribute defined at extension cms2lib.@Accessor(qualifier="timeout", type=GETTER) public java.lang.Integer getTimeout()
RotatingImagesComponent.timeout attribute defined at extension cms2lib.@Accessor(qualifier="banners", type=SETTER) public void setBanners(java.util.List<BannerComponentModel> value)
RotatingImagesComponent.banners attribute defined at extension cms2lib.value - the banners@Accessor(qualifier="effect", type=SETTER) public void setEffect(RotatingImagesComponentEffect value)
RotatingImagesComponent.effect attribute defined at extension cms2lib.value - the effectCopyright © 2018 SAP SE. All Rights Reserved.