Class BrandBuilder
java.lang.Object
net.anotheria.anosite.gen.asbrand.data.BrandBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Brand>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(List<String> aValue) Sets the value of the attributes attribute.build()defaultBrand(boolean aValue) Sets the value of the defaultBrand attribute.localizations(List<String> aValue) Sets the value of the localizations attribute.mediaLinks(List<String> aValue) Sets the value of the mediaLinks attribute.Sets the value of the name attribute.Sets the value of the urlsToMap attribute.
-
Field Details
-
name
-
defaultBrand
protected boolean defaultBrand -
urlsToMap
-
localizations
-
mediaLinks
-
attributes
-
-
Constructor Details
-
BrandBuilder
public BrandBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
defaultBrand
Sets the value of the defaultBrand attribute. -
urlsToMap
Sets the value of the urlsToMap attribute. -
localizations
Sets the value of the localizations attribute. -
mediaLinks
Sets the value of the mediaLinks attribute. -
attributes
Sets the value of the attributes attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Brand>
-