Class GeneratedConstraintGroup

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ConstraintGroup

public abstract class GeneratedConstraintGroup extends GenericItem
Generated class for type ConstraintGroup.
See Also:
  • Field Details

    • ID

      public static final String ID
      Qualifier of the ConstraintGroup.id attribute
      See Also:
    • INTERFACENAME

      public static final String INTERFACENAME
      Qualifier of the ConstraintGroup.interfaceName attribute
      See Also:
    • CONSTRAINTS

      public static final String CONSTRAINTS
      Qualifier of the ConstraintGroup.constraints attribute
      See Also:
    • CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_SRC_ORDERED

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

      protected static String CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_TGT_ORDERED
    • CONSTRAINTGROUP2ABSTRACTCONSTRAINTRELATION_MARKMODIFIED

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

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedConstraintGroup

      public GeneratedConstraintGroup()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getConstraints

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

      public 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, Set<AbstractConstraint> value)
      Generated method - Setter of the ConstraintGroup.constraints attribute.
      Parameters:
      value - the constraints
    • setConstraints

      public void setConstraints(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 String getId(SessionContext ctx)
      Generated method - Getter of the ConstraintGroup.id attribute.
      Returns:
      the id - Constraint group identifier
    • getId

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

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

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

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

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

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

      public void setInterfaceName(String value)
      Generated method - Setter of the ConstraintGroup.interfaceName attribute.
      Parameters:
      value - the interfaceName
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item