Class FeatureBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asfeature.data.FeatureBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaccessOperationprotected booleanactiveInProductionprotected java.lang.Stringdescriptionprotected booleanenabledprotected java.util.List<java.lang.String>guardsprotected java.lang.Stringnameprotected booleanobsolete
-
Constructor Summary
Constructors Constructor Description FeatureBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureBuilderaccessOperation(java.lang.String aValue)Sets the value of the accessOperation attribute.FeatureBuilderactiveInProduction(boolean aValue)Sets the value of the activeInProduction attribute.Featurebuild()FeatureBuilderdescription(java.lang.String aValue)Sets the value of the description attribute.FeatureBuilderenabled(boolean aValue)Sets the value of the enabled attribute.FeatureBuilderguards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.FeatureBuildername(java.lang.String aValue)Sets the value of the name attribute.FeatureBuilderobsolete(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
-
accessOperation
protected java.lang.String accessOperation
-
-
Method Detail
-
name
public FeatureBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
enabled
public FeatureBuilder enabled(boolean aValue)
Sets the value of the enabled attribute.
-
activeInProduction
public FeatureBuilder activeInProduction(boolean aValue)
Sets the value of the activeInProduction attribute.
-
obsolete
public FeatureBuilder obsolete(boolean aValue)
Sets the value of the obsolete attribute.
-
description
public FeatureBuilder description(java.lang.String aValue)
Sets the value of the description attribute.
-
guards
public FeatureBuilder guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
-
accessOperation
public FeatureBuilder accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
-
-