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 TypeMethodDescriptionboolean
A list ofTranslation
objects for a request/response payload.int
hashCode()
toString()
-
Constructor Details
-
TranslationsPayload
-
-
Method Details
-
getTranslations
A list ofTranslation
objects for a request/response payload.- Returns:
- a list of
Translation
objects for a request/response payload
-
equals
-
hashCode
public int hashCode() -
toString
-