Interface AssetData
public interface AssetData
Interface defining data for assets.
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns the asset formatdefault StringgetId()Returns the JCR id of the assetdefault DateReturns the asset last modified dateReturns the asset smart tagsdefault String[]getTags()Returns the asset tagsdefault StringgetUrl()Returns the asset URL
-
Method Details
-
getId
Returns the JCR id of the asset- Returns:
- Asset JCR id
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getUrl
Returns the asset URL- Returns:
- Asset URL
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getFormat
Returns the asset format- Returns:
- Asset format
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getTags
Returns the asset tags- Returns:
- Asset tags
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getLastModifiedDate
Returns the asset last modified date- Returns:
- Asset last modified date
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.0.0
-
getSmartTags
Returns the asset smart tags- Returns:
- Asset smart tags
- Since:
- com.adobe.cq.wcm.core.components.models.datalayer 1.1.0
-