Interface Translatable
- All Known Implementing Classes:
 ComprehensiveProduct,ProductAsset,Variant
public interface Translatable
Marks an 
ExchangeObject as translatable.- 
Method Summary
Modifier and TypeMethodDescriptionReturns the entity type that this object represents at the service layer.voidsetTranslations(List<Translation> translations)  
- 
Method Details
- 
getEntityType
String getEntityType()Returns the entity type that this object represents at the service layer. This should be set withTranslation.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
 
 -