Class BrandBuilder

java.lang.Object
net.anotheria.anosite.gen.asbrand.data.BrandBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<Brand>

public class BrandBuilder extends Object implements net.anotheria.asg.data.Builder<Brand>
  • Field Details

    • name

      protected String name
    • defaultBrand

      protected boolean defaultBrand
    • urlsToMap

      protected List<String> urlsToMap
    • localizations

      protected List<String> localizations
    • attributes

      protected List<String> attributes
  • Constructor Details

    • BrandBuilder

      public BrandBuilder()
  • Method Details

    • 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.
    • build

      public Brand build()
      Specified by:
      build in interface net.anotheria.asg.data.Builder<Brand>