Class TranslationsPayload
java.lang.Object
com.broadleafcommerce.translation.service.dto.TranslationsPayload
- All Implemented Interfaces:
 Serializable
A DTO that is intended to be used for bulk translation operations. It simply holds a list of
 
Translations.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanA list ofTranslationobjects for a request/response payload.inthashCode()toString() 
- 
Constructor Details
- 
TranslationsPayload
 
 - 
 - 
Method Details
- 
getTranslations
A list ofTranslationobjects for a request/response payload.- Returns:
 - a list of 
Translationobjects for a request/response payload 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -