Class ConstraintBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.anoaccessconfiguration.data.ConstraintBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Constraint>
public class ConstraintBuilder extends Object implements net.anotheria.asg.data.Builder<Constraint>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassNameprotected List<String>contextInitializersprotected Stringdescriptionprotected Stringnameprotected Stringparameter1protected Stringparameter2protected Stringparameter3protected Stringparameter4protected Stringparameter5
-
Constructor Summary
Constructors Constructor Description ConstraintBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Constraintbuild()ConstraintBuilderclassName(String aValue)Sets the value of the className attribute.ConstraintBuildercontextInitializers(List<String> aValue)Sets the value of the contextInitializers attribute.ConstraintBuilderdescription(String aValue)Sets the value of the description attribute.ConstraintBuildername(String aValue)Sets the value of the name attribute.ConstraintBuilderparameter1(String aValue)Sets the value of the parameter1 attribute.ConstraintBuilderparameter2(String aValue)Sets the value of the parameter2 attribute.ConstraintBuilderparameter3(String aValue)Sets the value of the parameter3 attribute.ConstraintBuilderparameter4(String aValue)Sets the value of the parameter4 attribute.ConstraintBuilderparameter5(String aValue)Sets the value of the parameter5 attribute.
-
-
-
Field Detail
-
name
protected String name
-
className
protected String className
-
parameter1
protected String parameter1
-
parameter2
protected String parameter2
-
parameter3
protected String parameter3
-
parameter4
protected String parameter4
-
parameter5
protected String parameter5
-
description
protected String description
-
-
Method Detail
-
name
public ConstraintBuilder name(String aValue)
Sets the value of the name attribute.
-
className
public ConstraintBuilder className(String aValue)
Sets the value of the className attribute.
-
contextInitializers
public ConstraintBuilder contextInitializers(List<String> aValue)
Sets the value of the contextInitializers attribute.
-
parameter1
public ConstraintBuilder parameter1(String aValue)
Sets the value of the parameter1 attribute.
-
parameter2
public ConstraintBuilder parameter2(String aValue)
Sets the value of the parameter2 attribute.
-
parameter3
public ConstraintBuilder parameter3(String aValue)
Sets the value of the parameter3 attribute.
-
parameter4
public ConstraintBuilder parameter4(String aValue)
Sets the value of the parameter4 attribute.
-
parameter5
public ConstraintBuilder parameter5(String aValue)
Sets the value of the parameter5 attribute.
-
description
public ConstraintBuilder description(String aValue)
Sets the value of the description attribute.
-
build
public Constraint build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Constraint>
-
-