Class BrandFeatureBuilder

java.lang.Object
net.anotheria.anosite.gen.asfeature.data.BrandFeatureBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<BrandFeature>

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

    • name

      protected String name
    • enabled

      protected boolean enabled
    • activeInProduction

      protected boolean activeInProduction
    • obsolete

      protected boolean obsolete
    • description

      protected String description
    • guards

      protected List<String> guards
    • brands

      protected List<String> brands
    • accessOperation

      protected String accessOperation
  • Constructor Details

    • BrandFeatureBuilder

      public BrandFeatureBuilder()
  • Method Details