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