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 java.lang.Object implements net.anotheria.asg.data.Builder<BrandFeature>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaccessOperationprotected booleanactiveInProductionprotected java.util.List<java.lang.String>brandsprotected java.lang.Stringdescriptionprotected booleanenabledprotected java.util.List<java.lang.String>guardsprotected java.lang.Stringnameprotected booleanobsolete
-
Constructor Summary
Constructors Constructor Description BrandFeatureBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandFeatureBuilderaccessOperation(java.lang.String aValue)Sets the value of the accessOperation attribute.BrandFeatureBuilderactiveInProduction(boolean aValue)Sets the value of the activeInProduction attribute.BrandFeatureBuilderbrands(java.util.List<java.lang.String> aValue)Sets the value of the brands attribute.BrandFeaturebuild()BrandFeatureBuilderdescription(java.lang.String aValue)Sets the value of the description attribute.BrandFeatureBuilderenabled(boolean aValue)Sets the value of the enabled attribute.BrandFeatureBuilderguards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.BrandFeatureBuildername(java.lang.String aValue)Sets the value of the name attribute.BrandFeatureBuilderobsolete(boolean aValue)Sets the value of the obsolete attribute.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
enabled
protected boolean enabled
-
activeInProduction
protected boolean activeInProduction
-
obsolete
protected boolean obsolete
-
description
protected java.lang.String description
-
guards
protected java.util.List<java.lang.String> guards
-
brands
protected java.util.List<java.lang.String> brands
-
accessOperation
protected java.lang.String accessOperation
-
-
Method Detail
-
name
public BrandFeatureBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
enabled
public BrandFeatureBuilder enabled(boolean aValue)
Sets the value of the enabled attribute.
-
activeInProduction
public BrandFeatureBuilder activeInProduction(boolean aValue)
Sets the value of the activeInProduction attribute.
-
obsolete
public BrandFeatureBuilder obsolete(boolean aValue)
Sets the value of the obsolete attribute.
-
description
public BrandFeatureBuilder description(java.lang.String aValue)
Sets the value of the description attribute.
-
guards
public BrandFeatureBuilder guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
-
brands
public BrandFeatureBuilder brands(java.util.List<java.lang.String> aValue)
Sets the value of the brands attribute.
-
accessOperation
public BrandFeatureBuilder accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
-
build
public BrandFeature build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<BrandFeature>
-
-