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