Overview Schemas Index

PRODUCT_CATEGORIZATION_XIM (jsdai.SProduct_categorization_xim)


ENTITY product_category_hierarchy
          SUBTYPE OF (product_category_relationship);
          SELF\product_category_relationship.category RENAMED super_category : product_category;
DERIVE
          SELF\product_category_relationship.description : text := ?;
          SELF\product_category_relationship.name : label := ?;
END_ENTITY; -- product_category_hierarchy

Entity data types and their attributes

product_category_relationship
          name: label;
          (OPT) description: text;
          category: product_category;
          sub_category: product_category;
product_category_hierarchy
          (RT) category->super_category: product_category;
          (RT) (DER) description: text;
          (RT) (DER) name: label;

Users: by entity attributes

product_category_relationship
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
product_category_hierarchy

Users: by defined types, not used by any entity attribute

product_category_hierarchy
          -

Global rules for this entity data type

          -

public interface EProduct_category_hierarchy extends EProduct_category_relationship


public class CProduct_category_hierarchy implements EProduct_category_hierarchy

          static EAttribute attributeDescription(EProduct_category_hierarchy type)
          static EAttribute attributeName(EProduct_category_hierarchy type)

public class AProduct_category_hierarchy extends AEntity

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