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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessOperation(String aValue) Sets the value of the accessOperation attribute.activeInProduction(boolean aValue) Sets the value of the activeInProduction attribute.Sets the value of the brands attribute.build()description(String aValue) Sets the value of the description attribute.enabled(boolean aValue) Sets the value of the enabled attribute.Sets the value of the guards attribute.Sets the value of the name attribute.obsolete(boolean aValue) Sets the value of the obsolete attribute.
-
Field Details
-
name
-
enabled
protected boolean enabled -
activeInProduction
protected boolean activeInProduction -
obsolete
protected boolean obsolete -
description
-
guards
-
brands
-
accessOperation
-
-
Constructor Details
-
BrandFeatureBuilder
public BrandFeatureBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
enabled
Sets the value of the enabled attribute. -
activeInProduction
Sets the value of the activeInProduction attribute. -
obsolete
Sets the value of the obsolete attribute. -
description
Sets the value of the description attribute. -
guards
Sets the value of the guards attribute. -
brands
Sets the value of the brands attribute. -
accessOperation
Sets the value of the accessOperation attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<BrandFeature>
-