Class BrandBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<Brand>

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

      • defaultBrand

        protected boolean defaultBrand
      • localizations

        protected List<String> localizations
    • Constructor Detail

      • BrandBuilder

        public BrandBuilder()
    • 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.
      • build

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