public class RotatingImagesComponentModel extends SimpleCMSComponentModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BANNERS
Generated constant - Attribute key of
RotatingImagesComponent.banners attribute defined at extension cms2lib. |
static String |
EFFECT
Generated constant - Attribute key of
RotatingImagesComponent.effect attribute defined at extension cms2lib. |
static 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, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RotatingImagesComponentModel()
Generated constructor - Default constructor for generic creation.
|
RotatingImagesComponentModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RotatingImagesComponentModel(CatalogVersionModel _catalogVersion,
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 |
|---|---|
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. |
Integer |
getTimeout()
Generated method - Getter of the
RotatingImagesComponent.timeout attribute defined at extension cms2lib. |
void |
setBanners(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(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, 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 String _TYPECODE
public static final String TIMEOUT
RotatingImagesComponent.timeout attribute defined at extension cms2lib.public static final String EFFECT
RotatingImagesComponent.effect attribute defined at extension cms2lib.public static final 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, 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, 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 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 Integer getTimeout()
RotatingImagesComponent.timeout attribute defined at extension cms2lib.@Accessor(qualifier="banners", type=SETTER) public void setBanners(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 © 2017 SAP SE. All Rights Reserved.