Uses of Class
net.anotheria.anosite.gen.asbrand.data.BrandBuilder
-
Packages that use BrandBuilder Package Description net.anotheria.anosite.gen.asbrand.data -
-
Uses of BrandBuilder in net.anotheria.anosite.gen.asbrand.data
Methods in net.anotheria.anosite.gen.asbrand.data that return BrandBuilder Modifier and Type Method Description BrandBuilderBrandBuilder. attributes(java.util.List<java.lang.String> aValue)Sets the value of the attributes attribute.BrandBuilderBrandBuilder. defaultBrand(boolean aValue)Sets the value of the defaultBrand attribute.BrandBuilderBrandBuilder. localizations(java.util.List<java.lang.String> aValue)Sets the value of the localizations attribute.BrandBuilderBrandBuilder. mediaLinks(java.util.List<java.lang.String> aValue)Sets the value of the mediaLinks attribute.BrandBuilderBrandBuilder. name(java.lang.String aValue)Sets the value of the name attribute.BrandBuilderBrandBuilder. urlsToMap(java.util.List<java.lang.String> aValue)Sets the value of the urlsToMap attribute.
-