public class BrandFeatureBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<BrandFeature>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessOperation |
protected boolean |
activeInProduction |
protected java.util.List<java.lang.String> |
brands |
protected java.lang.String |
description |
protected boolean |
enabled |
protected java.util.List<java.lang.String> |
guards |
protected java.lang.String |
name |
protected boolean |
obsolete |
| Constructor and Description |
|---|
BrandFeatureBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BrandFeatureBuilder |
accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
|
BrandFeatureBuilder |
activeInProduction(boolean aValue)
Sets the value of the activeInProduction attribute.
|
BrandFeatureBuilder |
brands(java.util.List<java.lang.String> aValue)
Sets the value of the brands attribute.
|
BrandFeature |
build() |
BrandFeatureBuilder |
description(java.lang.String aValue)
Sets the value of the description attribute.
|
BrandFeatureBuilder |
enabled(boolean aValue)
Sets the value of the enabled attribute.
|
BrandFeatureBuilder |
guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
|
BrandFeatureBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
BrandFeatureBuilder |
obsolete(boolean aValue)
Sets the value of the obsolete attribute.
|
protected java.lang.String name
protected boolean enabled
protected boolean activeInProduction
protected boolean obsolete
protected java.lang.String description
protected java.util.List<java.lang.String> guards
protected java.util.List<java.lang.String> brands
protected java.lang.String accessOperation
public BrandFeatureBuilder name(java.lang.String aValue)
public BrandFeatureBuilder enabled(boolean aValue)
public BrandFeatureBuilder activeInProduction(boolean aValue)
public BrandFeatureBuilder obsolete(boolean aValue)
public BrandFeatureBuilder description(java.lang.String aValue)
public BrandFeatureBuilder guards(java.util.List<java.lang.String> aValue)
public BrandFeatureBuilder brands(java.util.List<java.lang.String> aValue)
public BrandFeatureBuilder accessOperation(java.lang.String aValue)
public BrandFeature build()
build in interface net.anotheria.asg.data.Builder<BrandFeature>Copyright © 2012-2023 anotheria.net. All Rights Reserved.