Class StaticAssetImpl

java.lang.Object
org.broadleafcommerce.cms.file.domain.StaticAssetImpl
All Implemented Interfaces:
Serializable, StaticAsset, StaticAssetAdminPresentation, org.broadleafcommerce.common.admin.domain.AdminMainEntity, org.broadleafcommerce.common.copy.MultiTenantCloneable<StaticAsset>
Direct Known Subclasses:
ImageStaticAssetImpl

@Entity public class StaticAssetImpl extends Object implements StaticAsset, org.broadleafcommerce.common.admin.domain.AdminMainEntity, StaticAssetAdminPresentation
Created by bpolster.
See Also:
  • Field Details

    • id

      protected Long id
    • name

      protected String name
    • fullUrl

      protected String fullUrl
    • title

      protected String title
    • altText

      protected String altText
    • mimeType

      protected String mimeType
    • fileSize

      protected Long fileSize
    • fileExtension

      protected String fileExtension
    • contentMessageValues

      protected Map<String,StaticAssetDescription> contentMessageValues
    • storageType

      protected String storageType
  • Constructor Details

    • StaticAssetImpl

      public StaticAssetImpl()
  • Method Details