Overview Schemas Index

PRODUCT_GROUP_MIM (jsdai.SProduct_group_mim)


ENTITY product_group_attribute_set
          SUBTYPE OF (group_assignment);
          SELF\group_assignment.assigned_group : product_group;
          product_group_attributes : SET [1:1] OF product_group_attributes;
END_ENTITY; -- product_group_attribute_set

Entity data types and their attributes

group_assignment
          assigned_group: group;
          (DER) role: object_role;
product_group_attribute_set
          (RT) assigned_group: product_group;
          product_group_attributes: SET [1:1] OF product_group_attributes;

Users

group_assignment
          role_association.item_with_role
                    role_select
product_group_attribute_set

Global rules for this entity data type

          -

public interface EProduct_group_attribute_set extends EGroup_assignment

product_group_attributes (explicit attribute)

          boolean testProduct_group_attributes(EProduct_group_attribute_set type)
          AProduct_group_attributes getProduct_group_attributes(EProduct_group_attribute_set type)
          AProduct_group_attributes createProduct_group_attributes(EProduct_group_attribute_set type)
          void unsetProduct_group_attributes(EProduct_group_attribute_set type)

public class CProduct_group_attribute_set implements EProduct_group_attribute_set

          static EAttribute attributeProduct_group_attributes(EProduct_group_attribute_set type)
          static int usedinProduct_group_attributes(EProduct_group_attribute_set type, EProduct_group_attributes instance, ASdaiModel domain, AProduct_group_attribute_set result)

public class AProduct_group_attribute_set extends AEntity

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