Class SLDDataContainer.Builder
java.lang.Object
de.hybris.platform.directpersistence.cache.SLDDataContainer.Builder
- Enclosing class:
- SLDDataContainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getPk()booleanwithAttributes(List<SLDDataContainer.AttributeValue> attributeValues) withLocalizedAttributes(List<SLDDataContainer.AttributeValue> localizedAttributeValues) withProperties(List<SLDDataContainer.AttributeValue> propertyValues) withTypeInfoMap(TypeInfoMap typeInfoMap) withTypePk(PK val) withVersion(long val)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withPk
-
withTypePk
-
withVersion
-
withAttributes
public SLDDataContainer.Builder withAttributes(List<SLDDataContainer.AttributeValue> attributeValues) -
withLocalizedAttributes
public SLDDataContainer.Builder withLocalizedAttributes(List<SLDDataContainer.AttributeValue> localizedAttributeValues) -
withProperties
public SLDDataContainer.Builder withProperties(List<SLDDataContainer.AttributeValue> propertyValues) -
withTypeInfoMap
-
getTypeInfoMap
-
isLocalized
public boolean isLocalized() -
getPk
-
build
-