Class FeatureBuilder
java.lang.Object
net.anotheria.anosite.gen.asfeature.data.FeatureBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Feature>
-
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.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
-
accessOperation
-
-
Constructor Details
-
FeatureBuilder
public FeatureBuilder()
-
-
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. -
accessOperation
Sets the value of the accessOperation attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Feature>
-