Class TranslationCommonProperties
java.lang.Object
com.broadleafcommerce.translation.service.autoconfigure.TranslationCommonProperties
@ConfigurationProperties("broadleaf.translation.common")
public class TranslationCommonProperties
extends Object
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe size of each chunk to read when readingTranslationsbyTranslation.getEntityType()and a list ofentity ids.inthashCode()voidsetChunkSize(int chunkSize) The size of each chunk to read when readingTranslationsbyTranslation.getEntityType()and a list ofentity ids.voidsetDeployment(TranslationCommonProperties.Deployment deployment) toString() 
- 
Constructor Details
- 
TranslationCommonProperties
public TranslationCommonProperties() 
 - 
 - 
Method Details
- 
getChunkSize
public int getChunkSize()The size of each chunk to read when readingTranslationsbyTranslation.getEntityType()and a list ofentity ids.- Returns:
 - size of each chunk to read
 
 - 
getDeployment
 - 
setChunkSize
public void setChunkSize(int chunkSize) The size of each chunk to read when readingTranslationsbyTranslation.getEntityType()and a list ofentity ids.- Parameters:
 chunkSize- size of each chunk to read
 - 
setDeployment
 - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -