Class 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 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
    • Constructor Detail

      • ConstraintBuilder

        public ConstraintBuilder()
    • 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:
        build in interface net.anotheria.asg.data.Builder<Constraint>