Class GeneratedConstraintGroup

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the ConstraintGroup.id attribute
        See Also:
        Constant Field Values
      • INTERFACENAME

        public static final java.lang.String INTERFACENAME
        Qualifier of the ConstraintGroup.interfaceName attribute
        See Also:
        Constant Field Values
      • CONSTRAINTS

        public static final java.lang.String CONSTRAINTS
        Qualifier of the ConstraintGroup.constraints attribute
        See Also:
        Constant Field Values
      • CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_SRC_ORDERED

        protected static java.lang.String CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_SRC_ORDERED
        Relation ordering override parameter constants for ConstraintGroup2AbstractConstraintRelation from ((validation))
      • CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_TGT_ORDERED

        protected static java.lang.String CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_TGT_ORDERED
      • CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_MARKMODIFIED

        protected static java.lang.String CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for ConstraintGroup2AbstractConstraintRelation from ((validation))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedConstraintGroup

        public GeneratedConstraintGroup()
    • Method Detail

      • getConstraints

        public java.util.Set<AbstractConstraint> getConstraints​(SessionContext ctx)
        Generated method - Getter of the ConstraintGroup.constraints attribute.
        Returns:
        the constraints
      • getConstraints

        public java.util.Set<AbstractConstraint> getConstraints()
        Generated method - Getter of the ConstraintGroup.constraints attribute.
        Returns:
        the constraints
      • getConstraintsCount

        public long getConstraintsCount​(SessionContext ctx)
      • getConstraintsCount

        public long getConstraintsCount()
      • setConstraints

        public void setConstraints​(SessionContext ctx,
                                   java.util.Set<AbstractConstraint> value)
        Generated method - Setter of the ConstraintGroup.constraints attribute.
        Parameters:
        value - the constraints
      • setConstraints

        public void setConstraints​(java.util.Set<AbstractConstraint> value)
        Generated method - Setter of the ConstraintGroup.constraints attribute.
        Parameters:
        value - the constraints
      • addToConstraints

        public void addToConstraints​(SessionContext ctx,
                                     AbstractConstraint value)
        Generated method - Adds value to constraints.
        Parameters:
        value - the item to add to constraints
      • addToConstraints

        public void addToConstraints​(AbstractConstraint value)
        Generated method - Adds value to constraints.
        Parameters:
        value - the item to add to constraints
      • removeFromConstraints

        public void removeFromConstraints​(SessionContext ctx,
                                          AbstractConstraint value)
        Generated method - Removes value from constraints.
        Parameters:
        value - the item to remove from constraints
      • removeFromConstraints

        public void removeFromConstraints​(AbstractConstraint value)
        Generated method - Removes value from constraints.
        Parameters:
        value - the item to remove from constraints
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the ConstraintGroup.id attribute.
        Returns:
        the id - Constraint group identifier
      • getId

        public java.lang.String getId()
        Generated method - Getter of the ConstraintGroup.id attribute.
        Returns:
        the id - Constraint group identifier
      • setId

        public void setId​(SessionContext ctx,
                          java.lang.String value)
        Generated method - Setter of the ConstraintGroup.id attribute.
        Parameters:
        value - the id - Constraint group identifier
      • setId

        public void setId​(java.lang.String value)
        Generated method - Setter of the ConstraintGroup.id attribute.
        Parameters:
        value - the id - Constraint group identifier
      • getInterfaceName

        public java.lang.String getInterfaceName​(SessionContext ctx)
        Generated method - Getter of the ConstraintGroup.interfaceName attribute.
        Returns:
        the interfaceName
      • getInterfaceName

        public java.lang.String getInterfaceName()
        Generated method - Getter of the ConstraintGroup.interfaceName attribute.
        Returns:
        the interfaceName
      • setInterfaceName

        public void setInterfaceName​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the ConstraintGroup.interfaceName attribute.
        Parameters:
        value - the interfaceName
      • setInterfaceName

        public void setInterfaceName​(java.lang.String value)
        Generated method - Setter of the ConstraintGroup.interfaceName attribute.
        Parameters:
        value - the interfaceName