All Known Implementing Classes:
ComprehensiveProduct, ProductAsset, Variant

public interface Translatable
Marks an ExchangeObject as translatable.
  • Method Details

    • getEntityType

      String getEntityType()
      Returns the entity type that this object represents at the service layer. This should be set with Translation.setEntityType(String) before persistence.

      For example, this would be "com.broadleafcommerce.catalog.provider.jpa.domain.product.JpaVariant" for a variant entity. It is also acceptable to set this to the extended entity type.

      Returns:
      the entity type
    • getTranslations

      List<Translation> getTranslations()
    • setTranslations

      void setTranslations(List<Translation> translations)