Class BrandBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asbrand.data.BrandBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>attributesprotected booleandefaultBrandprotected List<String>localizationsprotected List<String>mediaLinksprotected Stringnameprotected List<String>urlsToMap
-
Constructor Summary
Constructors Constructor Description BrandBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandBuilderattributes(List<String> aValue)Sets the value of the attributes attribute.Brandbuild()BrandBuilderdefaultBrand(boolean aValue)Sets the value of the defaultBrand attribute.BrandBuilderlocalizations(List<String> aValue)Sets the value of the localizations attribute.BrandBuildermediaLinks(List<String> aValue)Sets the value of the mediaLinks attribute.BrandBuildername(String aValue)Sets the value of the name attribute.BrandBuilderurlsToMap(List<String> aValue)Sets the value of the urlsToMap attribute.
-
-
-
Method Detail
-
name
public BrandBuilder name(String aValue)
Sets the value of the name attribute.
-
defaultBrand
public BrandBuilder defaultBrand(boolean aValue)
Sets the value of the defaultBrand attribute.
-
urlsToMap
public BrandBuilder urlsToMap(List<String> aValue)
Sets the value of the urlsToMap attribute.
-
localizations
public BrandBuilder localizations(List<String> aValue)
Sets the value of the localizations attribute.
-
mediaLinks
public BrandBuilder mediaLinks(List<String> aValue)
Sets the value of the mediaLinks attribute.
-
attributes
public BrandBuilder attributes(List<String> aValue)
Sets the value of the attributes attribute.
-
-