Class StaticAssetDescriptionImpl

java.lang.Object
org.broadleafcommerce.cms.file.domain.StaticAssetDescriptionImpl
All Implemented Interfaces:
Serializable, StaticAssetDescription, MultiTenantCloneable<StaticAssetDescription>

@Entity public class StaticAssetDescriptionImpl extends Object implements StaticAssetDescription
Created by bpolster.
See Also:
  • Field Details

    • id

      protected Long id
    • description

      protected String description
    • longDescription

      protected String longDescription
  • Constructor Details

    • StaticAssetDescriptionImpl

      public StaticAssetDescriptionImpl()
  • Method Details