Overview Schemas Index

PRODUCT_GROUP_MIM (jsdai.SProduct_group_mim)


ENTITY product_group_attribute_assignment
          SUBTYPE OF (group_assignment);
          SELF\group_assignment.assigned_group : product_group_attributes;
          attributes : SET [1:1] OF attribute_select;
END_ENTITY; -- product_group_attribute_assignment

Entity data types and their attributes

group_assignment
          assigned_group: group;
          (DER) role: object_role;
product_group_attribute_assignment
          (RT) assigned_group: product_group_attributes;
          attributes: SET [1:1] OF attribute_select;

Users

group_assignment
          role_association.item_with_role
                    role_select
product_group_attribute_assignment

Global rules for this entity data type

          -

public interface EProduct_group_attribute_assignment extends EGroup_assignment

attributes (explicit attribute)

          boolean testAttributes(EProduct_group_attribute_assignment type)
          AAttribute_select getAttributes(EProduct_group_attribute_assignment type)
          AAttribute_select createAttributes(EProduct_group_attribute_assignment type)
          void unsetAttributes(EProduct_group_attribute_assignment type)

public class CProduct_group_attribute_assignment implements EProduct_group_attribute_assignment

          static EAttribute attributeAttributes(EProduct_group_attribute_assignment type)
          static int usedinAttributes(EProduct_group_attribute_assignment type, EEntity instance, ASdaiModel domain, AProduct_group_attribute_assignment result)

public class AProduct_group_attribute_assignment extends AEntity

          public EProduct_group_attribute_assignment getByIndex(int index)
          public EProduct_group_attribute_assignment getCurrentMember(SdaiIterator it)